summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2015-04-20In certain situations the server provided certificate chain may no longer beMatt Caswell
2015-04-11X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx
2015-03-02Check public key is not NULL.Dr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2015-01-22Fix indent issue with functions using STACK_OFMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-05Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson
2014-09-23Add i2d_re_X509_tbsEmilia Kasper
2014-09-23Revert "Add accessor for x509.cert_info."Emilia Kasper
2014-09-23Revert "Add more accessors."Emilia Kasper
2014-09-09RT1909: Omit version for v1 certificatesGeoff Keating
2014-09-08RT2841: Extra return in check_issuedPaul Suhler
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni
2014-07-07Set optional peername when X509_check_host() succeeds.Viktor Dukhovni
2014-07-07New peername element in X509_VERIFY_PARAM_IDViktor Dukhovni
2014-07-07One more typo when changing !result to result <= 0Viktor Dukhovni
2014-07-07Fix typo in last commitViktor Dukhovni
2014-07-07Multiple verifier reference identities.Viktor Dukhovni
2014-06-25X509_check_mumble() failure is <= 0, not just 0Viktor Dukhovni
2014-06-25Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni
2014-05-21Fixes to host checking.Viktor Dukhovni
2014-03-03For self signed root only indicate one error.Dr. Stephen Henson
2014-02-24x509/by_dir.c: fix run-away pointer (and potential SEGV)Andy Polyakov
2014-02-14Include TA in checks/callback with partial chains.Dr. Stephen Henson
2014-02-14Add cert_self_signed function to simplify verifyDr. Stephen Henson
2014-02-14Simplify X509_STORE_CTX_get1_chain (from master).Dr. Stephen Henson
2014-02-01Remove redundant accessor (you can do the same thing, and more, withBen Laurie
2014-02-01Add more accessors.Ben Laurie
2014-02-01Add accessor for x509.cert_info.Ben Laurie
2014-01-27Compare encodings in X509_cmp as well as hash.Dr. Stephen Henson
2014-01-23make updateDr. Stephen Henson
2014-01-09Fix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.Dr. Stephen Henson
2013-12-13verify parameter enumeration functionsDr. Stephen Henson
2013-12-13Add opaque ID structure.Dr. Stephen Henson
2013-12-13Fix for partial chain notification.Dr. Stephen Henson
2013-12-01make updateDr. Stephen Henson
2013-09-08Partial path fix.Dr. Stephen Henson
2013-08-19Make no-ec compilation work.Dr. Stephen Henson
2013-08-06Fix verify loop with CRL checking.Dr. Stephen Henson
2013-06-05Reencode with X509_CRL_ctx_sign too.Dr. Stephen Henson
2013-05-02Reencode certificates in X509_sign_ctx.Dr. Stephen Henson
2013-01-17initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson
2013-01-17New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson