Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9954dfb317cf6666fb57ef07a3596129b0e91510
https://github.com/fabbione/kronosnet/commit/9954dfb317cf6666fb57ef07a35961…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-06 (Sun, 06 Nov 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/int_crypto.c
Log Message:
-----------
[tests] add internal crypto basic test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7368d54c93464b6728214d63f367d13822d7af06
https://github.com/fabbione/kronosnet/commit/7368d54c93464b6728214d63f367d1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-06 (Sun, 06 Nov 2016)
Changed paths:
M Makefile.am
M configure.ac
A poc-code/Makefile.am
M poc-code/access-list/Makefile.am
M poc-code/iov-enc/Makefile.am
Log Message:
-----------
Integrate it all with build
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 712dee586980046b06bb800ccd9b241fa721ee5b
https://github.com/fabbione/kronosnet/commit/712dee586980046b06bb800ccd9b24…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-06 (Sun, 06 Nov 2016)
Changed paths:
M configure.ac
A poc-code/access-list/.gitignore
M poc-code/access-list/Makefile.am
M poc-code/access-list/test_ipcheck.c
A poc-code/iov-enc/.gitignore
M poc-code/iov-enc/Makefile.am
Log Message:
-----------
Simplify build of poc-code
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7e39d4745f3ec6d978a76ac73257fdd7ca25a164
https://github.com/fabbione/kronosnet/commit/7e39d4745f3ec6d978a76ac73257fd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-06 (Sun, 06 Nov 2016)
Changed paths:
M poc-code/iov-enc/main.c
Log Message:
-----------
Simplify even further. EncContext tracks the location of the buffer
and doesn't care about tmp_len
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c299b2a38556b2e5784971c68ae1714f37d669de
https://github.com/fabbione/kronosnet/commit/c299b2a38556b2e5784971c68ae171…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-05 (Sat, 05 Nov 2016)
Changed paths:
A poc-code/iov-enc/Makefile.am
A poc-code/iov-enc/main.c
Log Message:
-----------
Add libnss iovec PoC
this is a small modified version of the code example available here:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/nss_sample_co…
to show that it is possible to encrypt from multiple src buffers
into a final buffer.
this approach will allow us to remove a lot of memcpy around the
recv/send thread and replace them with iovec mapping all across.
Possible side effects:
- less memory consumption (mapping vs allocating)
- more complex code / crypto (internal) API changes
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b52f4df592100a4ae4fcb5399c2a56b790341bcf
https://github.com/fabbione/kronosnet/commit/b52f4df592100a4ae4fcb5399c2a56…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-05 (Sat, 05 Nov 2016)
Changed paths:
A poc-code/access-list/Makefile.am
A poc-code/access-list/ipcheck.c
A poc-code/access-list/ipcheck.h
A poc-code/access-list/test_ipcheck.c
A poc-code/access-list/test_ipcheck.txt
Log Message:
-----------
Add poc-code directory and move access-list code from Chrissie there
Over time we have created a lot of small PoC code to make knet better.
Most of it is already integrated but other chunks are still floating around.
I prefer to keep them here so that:
1) they don't get lost
2) it will be easier to integrate them once we get to that point
3) we can share PoC and work on them together
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 45ede40487a5f786cac24290fb25091ca4601a2e
https://github.com/fabbione/kronosnet/commit/45ede40487a5f786cac24290fb2509…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-22 (Sat, 22 Oct 2016)
Changed paths:
M Makefile.am
M kronosnet.spec.in
Log Message:
-----------
[build] use rpm bcond for a more elegant solution to override ./configure defaults
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>