summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vfy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-191-22/+23
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-021-92/+36
* Add support for disabling certificate and CRL validity checking.jsing2015-09-141-9/+12
* Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()miod2015-07-191-3/+5
* Simplify X509_STORE_CTX_init and make it safe with stack variables.doug2015-07-191-58/+55
* Avoid a potential out-of-bounds read in X509_cmp_time(), due to missingjsing2015-06-111-4/+27
* Remove all getenv() calls, especially those wrapped by issetugid().deraadt2015-04-111-7/+1
* More unifdef OPENSSL_NO_RFC3779 that got missed last time around.jsing2015-02-111-11/+1
* The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intojsing2015-02-101-9/+1
* check_cert(): be sure to reset ctx->current_crl to NULL before freeing it.miod2014-09-291-10/+5
* Free sktmp when it's no longer needed. By doing so, we fix a bunch of memory ...logan2014-07-171-2/+4
* jsing and I are investigating removal of all? most? 'getenv from library'deraadt2014-07-121-1/+3
* Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() andmiod2014-07-121-1/+4
* When looking for the issuer of a certificate, if the current candidate ismiod2014-07-111-8/+20
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-6/+6
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* wrap getenv OPENSSL_ALLOW_PROXY_CERTS in an issetugid check, to protectderaadt2014-06-201-2/+2
* check stack push return and make some effort to clean up. ok beck miodtedu2014-06-191-2/+6
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-2/+1
* KNF.jsing2014-04-201-418/+554
* blunt force knftedu2014-04-181-538/+372
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* correct cases of code occuring directly after goto/break/returnjsg2014-04-151-1/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-5/+15
* resolve conflictsdjm2012-10-131-5/+0
* OpenSSL 1.0.0f: mergedjm2012-01-051-1/+1
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-1/+5
* resolve conflicts, fix local changesdjm2010-10-011-144/+807
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-4/+8
* resolve conflictsdjm2008-09-061-133/+348
* resolve conflictsdjm2006-06-271-1/+1
* resolve conflictsdjm2005-04-291-13/+118
* update missing pieces from 0.9.7d; ok henningmarkus2004-04-251-7/+48
* backout for nowmarkus2004-04-081-48/+7
* merge 0.9.7dmarkus2004-04-081-7/+48
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-2/+2
* security fix from http://www.openssl.org/news/secadv_20030930.txtmarkus2003-09-301-1/+1
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-40/+307
* openssl-engine-0.9.6 mergebeck2000-12-151-193/+298
* OpenSSL 0.9.5a mergebeck2000-04-151-6/+16
* OpenSSL 0.9.5 mergebeck2000-03-191-20/+186
* OpenSSL 0.9.4 mergebeck1999-09-291-143/+78
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+704