OpenLDAP 2.4 Change Log
OpenLDAP 2.4.17 Engineering
+ Fixed libldap gnutls private key init (ITS#6053)
Fixed slapd errno handling (ITS#6037)
Fixed slapd global alloc handling (ITS#6054)
Fixed slapd moduleload with static backends and modules (ITS#6016)
gnutls_x509_crt_t certs[VERIFY_DEPTH];
unsigned int max = VERIFY_DEPTH;
+ rc = gnutls_x509_privkey_init( &key );
+ if ( rc ) return -1;
+
/* OpenSSL builds the cert chain for us, but GnuTLS
* expects it to be present in the certfile. If it's
* not, we have to build it ourselves. So we have to