mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5577 GnuTLS CRL result >0 is success
This commit is contained in:
parent
e7383994fb
commit
9ef6cc3cd4
@ -755,6 +755,7 @@ ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server )
|
|||||||
crlfile,
|
crlfile,
|
||||||
GNUTLS_X509_FMT_PEM );
|
GNUTLS_X509_FMT_PEM );
|
||||||
if ( rc < 0 ) goto error_exit;
|
if ( rc < 0 ) goto error_exit;
|
||||||
|
rc = 0;
|
||||||
}
|
}
|
||||||
if ( is_server ) {
|
if ( is_server ) {
|
||||||
gnutls_dh_params_init (&((tls_ctx*)
|
gnutls_dh_params_init (&((tls_ctx*)
|
||||||
|
Loading…
Reference in New Issue
Block a user