Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 8536a4d239d923d1119d09f1e1084a20e58ae772
https://github.com/fabbione/kronosnet/commit/8536a4d239d923d1119d09f1e1084a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths:
M libknet/crypto.c
M libknet/crypto.h
M libknet/nsscrypto.c
M libknet/nsscrypto.h
Log Message:
-----------
[crypto] cleanup some headers and drop duplicate code
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1991f495766cd88c55b377d94155f6640967e6ee
https://github.com/fabbione/kronosnet/commit/1991f495766cd88c55b377d94155f6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths:
M libknet/crypto.c
M libknet/crypto.h
M libknet/nsscrypto.c
M libknet/nsscrypto.h
M libknet/tests/fun_crypto_benchmark.c
Log Message:
-----------
[crypto] introduce (nss)crypto_encrypt_and_signv
and move crypto_encrypt_and_sign to use the v version.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 77213908e0d5d67f75c431e0602313a65767186b
https://github.com/fabbione/kronosnet/commit/77213908e0d5d67f75c431e0602313…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-15 (Tue, 15 Nov 2016)
Changed paths:
M configure.ac
M poc-code/Makefile.am
A poc-code/iov-hash/.gitignore
A poc-code/iov-hash/Makefile.am
A poc-code/iov-hash/main.c
Log Message:
-----------
[poc] add io-hashing PoC
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/newcrypto
Home: https://github.com/fabbione/kronosnet
Commit: 066f4d093effaa80433baf44e9e485374e41f84b
https://github.com/fabbione/kronosnet/commit/066f4d093effaa80433baf44e9e485…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-14 (Mon, 14 Nov 2016)
Changed paths:
M libknet/handle.c
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] Move sending thread to iovec implementation
save plenty memcpy around and reduce memory footprint
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/newcrypto
Home: https://github.com/fabbione/kronosnet
Commit: f41bee32c640371ade17f2be28ea8fa5c745cdb1
https://github.com/fabbione/kronosnet/commit/f41bee32c640371ade17f2be28ea8f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-13 (Sun, 13 Nov 2016)
Changed paths:
M libknet/tests/fun_crypto_benchmark.c
M libknet/tests/int_crypto.c
Log Message:
-----------
[tests] fix up input handling on crypto tests
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/newcrypto
Home: https://github.com/fabbione/kronosnet
Commit: b28ec6be21d340eda36db4481d38dd49b2e7228c
https://github.com/fabbione/kronosnet/commit/b28ec6be21d340eda36db4481d38dd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-13 (Sun, 13 Nov 2016)
Changed paths:
M libknet/nsscrypto.c
Log Message:
-----------
[crypto] drop the unnecessary hash_block code
this was a leftover from corosync port of the code and it was
a failsafe for buffer allocation apparently. buffer allocation
was completely reworked in corosync to dynamically account for
headers and so on.
this also removes one memcpy and shave some more time in hashing
operations.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/newcrypto
Home: https://github.com/fabbione/kronosnet
Commit: 81a501715c6ba626d14c21961d2b36be60bafe4f
https://github.com/fabbione/kronosnet/commit/81a501715c6ba626d14c21961d2b36…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-13 (Sun, 13 Nov 2016)
Changed paths:
M libknet/tests/int_crypto.c
Log Message:
-----------
[tests] dynamically allocate memory for int_crypto_test
and make it easier to extend text to some input boundaries.
also make check-memcheck doesn't appear to spot bad memory access
on allocated-on-stack buffers
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>