aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Avoid surpising password dialog in X509 file lookup.Bernd Edlinger2017-08-071-3/+3
* Trivial bounds checking.Pauli2017-07-071-2/+2
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-211-1/+1
* Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson2017-06-211-0/+3
* Remove needless type casting.Rich Salz2017-06-101-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-104/+125
* Use X509_get_signature_info() when checking security levels.Dr. Stephen Henson2017-04-251-10/+2
* Add support for custom signature parametersDr. Stephen Henson2017-04-252-0/+80
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-4/+8
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-204-48/+51
* OCSP Updates: error codes and multiple certificatesTodd Short2017-04-121-0/+6
* Remove duplicate X509_OBJECT free function.David Benjamin2017-03-211-16/+1
* X509 time: tighten validation per RFC 5280Emilia Kasper2017-02-241-99/+48
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-245-5/+5
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-30/+20
* X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte2017-01-282-1/+3
* Few nit'sFdaSilvaYY2017-01-252-8/+10
* Add missing braces.Kurt Roeckx2017-01-161-1/+2
* Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx2017-01-152-3/+11
* Fix undefined behaviour when printing the X509 serialKurt Roeckx2017-01-151-2/+4
* Fix no-ocspRichard Levitte2017-01-131-0/+1
* Make X509_Digest,others publicRich Salz2017-01-121-0/+14
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-0/+5
* Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx2017-01-101-2/+7
* CRL critical extension bugfixRich Salz2016-12-141-1/+1
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-132-1/+12
* Restore last-resort expired untrusted intermediate issuersViktor Dukhovni2016-12-021-7/+8
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-174-5/+7
* Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY2016-11-091-30/+13
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-071-1/+1
* Fix X509_NAME decode for malloc failures.Dr. Stephen Henson2016-10-111-17/+20
* Add -Wswitch-enumRich Salz2016-09-221-4/+4
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+2
* Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni2016-08-241-0/+6
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-231-1/+1
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-233-9/+13
* Constify some inputs buffersFdaSilvaYY2016-08-231-2/+2
* Add some sanity checks when checking CRL scoresMatt Caswell2016-08-231-2/+2
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-4/+2
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-195-21/+45
* Avoid duplicated code.Dr. Stephen Henson2016-08-192-43/+17
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-0/+5
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-192-5/+5
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-181-3/+3
* Constify X509_certificate_type()Dr. Stephen Henson2016-08-171-1/+1
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-172-3/+4
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-173-8/+9
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-173-7/+8