aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-225-25/+25
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2227-7749/+7581
* Move more comments that confuse indentMatt Caswell2015-01-221-3/+6
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-36/+67
* More indent fixes for STACK_OFMatt Caswell2015-01-222-2/+2
* Fix indent issue with functions using STACK_OFMatt Caswell2015-01-222-4/+4
* Further comment changes for reformat (master)Matt Caswell2015-01-224-11/+12
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-11/+11
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-051-0/+1
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-0/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-305-6/+10
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* 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