- 31 Dec, 2021 1 commit
-
-
Alon Bar-Lev authored
-
- 18 Dec, 2021 6 commits
-
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
- 28 Sep, 2021 1 commit
-
-
Alon Bar-Lev authored
-
- 27 Sep, 2021 6 commits
-
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
this enables adding new properties while not breaking the interface.
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
- 16 Sep, 2021 2 commits
-
-
Dimitri Papadopoulos authored
-
Dimitri Papadopoulos authored
-
- 04 Aug, 2021 1 commit
-
-
Alon Bar-Lev authored
Due to openssl-3 compatibility, thanks to t0b3
-
- 31 Jul, 2021 1 commit
-
-
Alon Bar-Lev authored
make nss happy with its own extensions and non-standard behavior.
-
- 29 Jul, 2021 1 commit
-
-
Alon Bar-Lev authored
-
- 15 May, 2021 2 commits
-
-
Alon Bar-Lev authored
-
Lev Stipakov authored
Starting from version 1.1.1, OpenSSL includes routines like RSA_meth_xxx and DSA_meth_xxx. pkcs11-helper includes implementation of those routines. That code is compiled if they're missing from OpenSSL. nmake build uses pre-generated config-w32-vc.h, which lacks defines which indicate that OpenSSL includes above routines, which causes pkcs11's own implementaion to be compiled. However, pkcs11-helper implementation is not compatible with OpenSSL 1.1.1 - for example, it takes size of opaque struct RSA_METHOD, which has become internal in OpenSSL. This adds necessary defines to config header used by nmake build so that pkcs11-helper code, which is not compatible with OpenSSL 1.1.1, is not compiled. Also libeay is changed to libcrypto. Signed-off-by:Lev Stipakov <lev@openvpn.net>
-
- 08 May, 2021 2 commits
-
-
Alon Bar-Lev authored
-
Selva Nair authored
Add additional API that allows passing of the mechanism struct instead of just the mechanism type to private key operations. This is needed to support paddings schemes such as PSS that require additional entries in the CK_MECHANISM structure. No change in functionality. Signed-off-by:Selva Nair <selva.nair@gmail.com>
-
- 07 May, 2021 6 commits
-
-
Alon Bar-Lev authored
-
Selva Nair authored
Signed-off-by:Selva Nair <selva.nair@gmail.com>
-
Alon Bar-Lev authored
-
Uipko Berghuis authored
This changes removes polarssl compatibility.
-
Simon Rozman authored
Signed-off-by:Simon Rozman <simon@rozman.si>
-
Alon Bar-Lev authored
-
- 17 Nov, 2020 3 commits
-
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
- 13 Jun, 2020 1 commit
-
-
Alon Bar-Lev authored
In protected authentication C_Login may take a while to complete
-
- 21 Jan, 2020 2 commits
-
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
- 25 Apr, 2019 5 commits
-
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
-
Alon Bar-Lev authored
the atfork child is guarenteed to be run before any child logic. developers are instructed to call fork fixup before any logic.
-
Alon Bar-Lev authored
-