aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT1909: Omit version for v1 certificatesGeoff Keating2014-09-091-0/+6
* RT2841: Extra return in check_issuedPaul Suhler2014-09-081-1/+0
* Add i2d_re_X509_tbsEmilia Kasper2014-09-051-0/+2
* NETSCAPE_SPKI_b64_encode: free der_spki and b64_str on error pathJonas Maebe2014-08-171-0/+4
* get_cert_by_subject: check for NULL when allocating hentJonas Maebe2014-08-171-0/+7
* RT2751: Declare get_issuer_sk() earlier.Rich Salz2014-08-151-0/+1
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-074-20/+22
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-061-1/+2
* New peername element in X509_VERIFY_PARAM_IDViktor Dukhovni2014-07-063-1/+10
* Make depend.Ben Laurie2014-06-301-1/+1
* One more typo when changing !result to result <= 0Viktor Dukhovni2014-06-231-1/+1
* Fix typo in last commitViktor Dukhovni2014-06-221-1/+1
* Multiple verifier reference identities.Viktor Dukhovni2014-06-224-10/+102
* X509_check_mumble() failure is <= 0, not just 0Viktor Dukhovni2014-06-221-3/+3
* Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni2014-06-223-8/+4
* Don't use expired certificates if possible.Dr. Stephen Henson2014-05-253-9/+37
* Rename vpm_int.h to x509_lcl.hDr. Stephen Henson2014-05-254-6/+6
* Fixes to host checking.Viktor Dukhovni2014-05-214-2/+13
* For self signed root only indicate one error.Dr. Stephen Henson2014-03-031-2/+5
* x509/by_dir.c: fix run-away pointer (and potential SEGV)Andy Polyakov2014-02-241-4/+2
* make dependDr. Stephen Henson2014-02-191-2/+2
* Include TA in checks/callback with partial chains.Dr. Stephen Henson2014-02-141-1/+1
* Don't do loop detection for self signed check.Dr. Stephen Henson2014-02-141-0/+2
* Compare encodings in X509_cmp as well as hash.Dr. Stephen Henson2014-01-261-1/+14
* Fix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.Dr. Stephen Henson2014-01-091-3/+2
* Add opaque ID structure.Dr. Stephen Henson2013-12-135-37/+139
* Fix for partial chain notification.Dr. Stephen Henson2013-12-131-1/+5
* Partial path fix.Dr. Stephen Henson2013-09-081-11/+8
* Make no-ec compilation work.Dr. Stephen Henson2013-08-171-0/+16
* Fix verify loop with CRL checking.Dr. Stephen Henson2013-07-121-0/+11
* Reencode with X509_CRL_ctx_sign too.Dr. Stephen Henson2013-06-051-0/+1
* Reencode certificates in X509_sign_ctx.Dr. Stephen Henson2013-05-021-0/+1
* Make "make depend" work on MacOS out of the box.Ben Laurie2013-01-191-7/+9
* Fix warning.Ben Laurie2013-01-061-1/+1
* Make partial chain checking work if we only have the EE certificate inDr. Stephen Henson2012-12-211-0/+41
* New verify flag to return success if we have any certificate in theDr. Stephen Henson2012-12-132-0/+11
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-061-2/+2
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-054-0/+157
* initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson2012-12-043-1/+140
* add wrapper function for certificate downloadDr. Stephen Henson2012-11-292-0/+7
* Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson2012-11-282-0/+9
* New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson2012-11-272-0/+16
* Rename Suite B functions for consistency.Dr. Stephen Henson2012-08-033-17/+27
* add suite B chain validation flags and associated verify errorsDr. Stephen Henson2012-08-035-0/+174
* Don't ignore (\!) reference count in X509_STORE_freeDr. Stephen Henson2012-07-191-0/+13
* New functions to retrieve certificate signatures and signature OID NID.Dr. Stephen Henson2012-06-131-0/+4
* print out issuer and subject unique identifier fields in certificatesDr. Stephen Henson2012-06-121-0/+1
* Minor compatibility fixes.Andy Polyakov2012-04-161-1/+1