- 07 Feb, 2022 7 commits
-
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
Update to upstream version '1.28' with Debian dir d86c8829949fef38208cdacad6cfd6b34bcafb76
-
Eric Dorland authored
-
- 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
-
- 04 Jan, 2021 4 commits
-
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
-
Eric Dorland authored
Update to upstream version '1.27' with Debian dir e9d980566e769405238ab4d21f3e74002b7e243e
-