Branch: refs/heads/openssl
Home: https://github.com/fabbione/kronosnet
Commit: fb40395e6359890c081219340e03c825a2667d96
https://github.com/fabbione/kronosnet/commit/fb40395e6359890c081219340e03c8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-18 (Mon, 18 Sep 2017)
Changed paths:
M Makefile.am
M configure.ac
M debian/control
M kronosnet.spec.in
M libknet/Makefile.am
M libknet/crypto.c
A libknet/crypto_openssl.c
A libknet/crypto_openssl.h
M libknet/libknet.h
M libknet/logging.c
M libknet/tests/Makefile.am
M libknet/tests/knet_bench.c
Log Message:
-----------
[crypto] add openssl support (first cut)
still needs dlopen and memcheck love + sync with nss key size
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 96365a531424331e27398881ae659d91e304662c
https://github.com/fabbione/kronosnet/commit/96365a531424331e27398881ae659d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M debian/control
R debian/libknet0.install
A debian/libknet1.install
R debian/libtap0.install
A debian/libtap1.install
M kronosnet.spec.in
M libknet/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
[global] bump lib soname to 1.0.0
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 181118e1f64b5755aee75840905bd7d21d1509ea
https://github.com/fabbione/kronosnet/commit/181118e1f64b5755aee75840905bd7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/internals.h
Log Message:
-----------
[dlopen] compress: drop unnecessary tracker and use init array instead
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 115b40362e8d22e47e5e34570e59c9624a7b88ee
https://github.com/fabbione/kronosnet/commit/115b40362e8d22e47e5e34570e59c9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/compress.c
M libknet/compress.h
M libknet/handle.c
M libknet/internals.h
M libknet/tests/Makefile.am
A libknet/tests/int_lib_load_unload.c
Log Message:
-----------
[dlopen] compress: fix load/unload of libraries and add extensive test
each handle should only unload libraries that has loaded or referenced
on exit, attempt to close all libraries from that handle
on compress_fini close only the one that's open
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>