summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2017-03-21Remove duplicate X509_OBJECT free function.David Benjamin
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-25Few nit'sFdaSilvaYY
2017-01-16Add missing braces.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx
2017-01-13Fix no-ocspRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
2016-12-14CRL critical extension bugfixRich Salz
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-02Restore last-resort expired untrusted intermediate issuersViktor Dukhovni
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson
2016-09-22Add -Wswitch-enumRich Salz
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-08-23Add some sanity checks when checking CRL scoresMatt Caswell
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Avoid duplicated code.Dr. Stephen Henson
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson
2016-08-19constify X509_REQ_get0_signature()Dr. Stephen Henson
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell
2016-08-17Constify X509_certificate_type()Dr. Stephen Henson
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-17Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-08-04Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY
2016-08-04Constify input bufferFdaSilvaYY
2016-08-03Don't check any revocation info on proxy certificatesRichard Levitte
2016-08-01Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-29Fix CRL time comparison.Dr. Stephen Henson