Branch: refs/heads/functional-testing
Home: https://github.com/kronosnet/kronosnet
Commit: 94d9782a87207bdd5f59b59e1c6a58068abce7bf
https://github.com/kronosnet/kronosnet/commit/94d9782a87207bdd5f59b59e1c6a5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] remove unnecessary shutdown locking
the test should be in charge not to shutdown too much at once
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: b36acc221080766c88bbda7b76c243f49c13552a
https://github.com/kronosnet/kronosnet/commit/b36acc221080766c88bbda7b76c24…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] print information about which knet_handle is performing operations
this is necessary when a test creates multiple handles for functional testing
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 0a34dfcb76aa291657fbbfc446a2c068e55f1909
https://github.com/kronosnet/kronosnet/commit/0a34dfcb76aa291657fbbfc446a2c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] use link_get_enable instead of get_status
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: e3e891727cded4d3dfba66bad4bc2b60aba0581e
https://github.com/kronosnet/kronosnet/commit/e3e891727cded4d3dfba66bad4bc2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add basic framework to create, join and stop many nodes
all nodes will be using loopback interface (lo) at different
port offset.
currently limited to ipv4 for basic development.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/2cd0a0dc10b3...e3e891727cde
Branch: refs/heads/rekey
Home: https://github.com/kronosnet/kronosnet
Commit: dc3121fd174f1f05b128d8791627be0fa3a3214f
https://github.com/kronosnet/kronosnet/commit/dc3121fd174f1f05b128d8791627b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M libknet/crypto.c
M libknet/crypto_model.h
M libknet/crypto_nss.c
M libknet/crypto_openssl.c
M libknet/handle.c
M libknet/internals.h
Log Message:
-----------
[crypto] first pass to implement rekey by de-harcoding crypto_instance in each internal API call
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 7b8a1c88ce5361bd001c39b3e6ce915d5a85ad9d
https://github.com/kronosnet/kronosnet/commit/7b8a1c88ce5361bd001c39b3e6ce9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M libknet/crypto.c
M libknet/crypto.h
M libknet/crypto_model.h
M libknet/crypto_nss.c
M libknet/crypto_openssl.c
M libknet/handle.c
M libknet/libknet.h
M libknet/tests/api-check.mk
A libknet/tests/api_knet_handle_crypto_start_rekey.c
A libknet/tests/api_knet_handle_crypto_stop_rekey.c
A libknet/tests/api_knet_handle_crypto_use_newkey.c
M man/Makefile.am
Log Message:
-----------
[crypto] add support for rekey public APIs
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/5324ad6d4670...7b8a1c88ce53
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: a6746007986b9324760822aa0190d035b8da7352
https://github.com/kronosnet/kronosnet/commit/a6746007986b9324760822aa0190d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
Log Message:
-----------
[build] add another exception to valgrind nss combo
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>