Branch: refs/heads/ssl-reconf
Home: https://github.com/kronosnet/kronosnet
Commit: e717b4a05df6481b472e5cf5b9121363253c8fd7
https://github.com/kronosnet/kronosnet/commit/e717b4a05df6481b472e5cf5b9121…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-28 (Tue, 28 May 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/libknet.h
M libknet/tests/api_knet_handle_crypto.c
Log Message:
-----------
[crypto] rework knet_handle_crypto external API to be more solid
the API was rather weak and could potentially leave traffic uncrypted
in case of certain, corner case, failures.
this patch is a subset of a bigger rework of the crypto layer that
will in future allow runtime reconfiguration without traffic disruption
of the crypto config.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/ssl-reconf
Home: https://github.com/kronosnet/kronosnet
Commit: ff7accf85bde59f2ed00dbd4569f85e53dd8396a
https://github.com/kronosnet/kronosnet/commit/ff7accf85bde59f2ed00dbd4569f8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-27 (Mon, 27 May 2019)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[crypto] make sure to trigger a PMTUd rerun on each good crypto config change
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/ssl-reconf
Home: https://github.com/kronosnet/kronosnet
Commit: 4f7f3d04f02537f42084cbd340fa6e61e81c65b5
https://github.com/kronosnet/kronosnet/commit/4f7f3d04f02537f42084cbd340fa6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-27 (Mon, 27 May 2019)
Changed paths:
M libknet/handle.c
Log Message:
-----------
[crypto] extend reconf checks a bit more (part 1) and make sure to trigger PMTUd recalc on changes
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/ssl-reconf
Home: https://github.com/kronosnet/kronosnet
Commit: b0e8a6abbbf40864a1f2ec3b8c394caed029c649
https://github.com/kronosnet/kronosnet/commit/b0e8a6abbbf40864a1f2ec3b8c394…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-27 (Mon, 27 May 2019)
Changed paths:
M libknet/threads_common.c
M libknet/threads_common.h
M libknet/transport_udp.c
Log Message:
-----------
[PMTUd] create common/shared code to trigger PMTUd rerun
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/ssl-reconf
Home: https://github.com/kronosnet/kronosnet
Commit: bf787c5aa10992c42cecb191074d285c1828042b
https://github.com/kronosnet/kronosnet/commit/bf787c5aa10992c42cecb191074d2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-27 (Mon, 27 May 2019)
Changed paths:
M libknet/crypto.c
M libknet/crypto_nss.c
M libknet/crypto_openssl.c
Log Message:
-----------
[crypto] make sure to clear all security info on crypto_fini
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>