From: GitHub <no...@gi...> - 2015-04-29 11:28:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 144f371b1fca107da6790db4ed2944b2e1bdf6e8 https://github.com/OpenSC/libp11/commit/144f371b1fca107da6790db4ed2944b2e1bdf6e8 Author: David Woodhouse <Dav...@in...> Date: 2015-04-29 (Wed, 29 Apr 2015) Changed paths: M src/libpkcs11.c Log Message: ----------- Fix crash on attempting to load non-existent module Calling dlclose(NULL) on the error path is not so helpful. Signed-off-by: David Woodhouse <Dav...@in...> Commit: 9f433022a039bbdf31f6c334f442ac3494ac4a07 https://github.com/OpenSC/libp11/commit/9f433022a039bbdf31f6c334f442ac3494ac4a07 Author: David Woodhouse <Dav...@in...> Date: 2015-04-29 (Wed, 29 Apr 2015) Changed paths: M src/p11_cert.c Log Message: ----------- Increase maximum size of X.509 certificate 2048 bytes isn't quite enough for my VPN certs. Ideally this should be dynamically allocated but just increasing it to 4096 will probably suffice for now. Signed-off-by: David Woodhouse <Dav...@in...> Compare: https://github.com/OpenSC/libp11/compare/6af78fdc0e05...9f433022a039 |