- Nov 29, 2016
-
-
OpenSSL removed old DES API which used des_* functions. https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f In order to link with libcrypto from recent OpenSSL releases, we need to replace the older API des_* functions by the newer API DES_* functions. Signed-off-by:
Emmanuel Dreyfus <manu@netbsd.org>
-
- Nov 18, 2016
-
-
tmp_rsa callback has been removed from OpenSSL 1.1 Use new X509_NAME accessor function to retrieve DER bytes
-
Use newly added SSL_CTX_up_ref() Still waiting for X509_NAME accessor
-
ERR_remove_state() is deprecated since OpenSSL 1.0.0 Use X509_NAME_ENTRY_get_object() instead of direct access.
-
- Nov 04, 2016
-
-
-
-
Quanah Gibson-Mount authored
-
So any initializers in code predating sc_writewait will find sc_private in the expected position.
-
-
- Nov 02, 2016
-
-
Quanah Gibson-Mount authored
-
-
- Oct 17, 2016
-
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Filter needs AttributeAssertions
-
and more importantly, avoid escaping requirements that str2filter has
-
Quanah Gibson-Mount authored
-
These were provided as part of the original ITS but not previously committed. Perl scripts to convert between Apache and OpenLDAP hash formats.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
- Jun 15, 2016
-
-
Howard Chu authored
-
-
Howard Chu authored
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work on Linux/glibc because they used an enum). Zero out mutex before initing.
-
Howard Chu authored
-
-
- May 04, 2016
-
-
Howard Chu authored
-