Add RFC 3779 support.

This commit is contained in:
Ben Laurie
2006-11-27 14:18:05 +00:00
parent 7af5726108
commit 96ea4ae91c
18 changed files with 2459 additions and 4 deletions

View File

@@ -1525,6 +1525,7 @@ err:
if (x509) X509_free(x509);
X509_CRL_free(crl);
NCONF_free(conf);
NCONF_free(extconf);
OBJ_cleanup();
apps_shutdown();
OPENSSL_EXIT(ret);