aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell2016-03-091-12/+22
* Reuse strndup(), simplify codeDmitry-Me2016-03-081-9/+8
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-087-27/+48
* GH784: Better variable nameDmitry-Me2016-03-041-3/+3
* remove old unused oneline name fieldDr. Stephen Henson2016-03-011-7/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* Deprecate the -issuer_checks debugging optionViktor Dukhovni2016-02-102-24/+14
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-082-9/+9
* GH601: Various spelling fixes.FdaSilvaYY2016-02-054-5/+5
* Ensure correct chain depth for policy checks with DANE bare key TAViktor Dukhovni2016-02-051-0/+19
* Long overdue cleanup of X509 policy tree verificationViktor Dukhovni2016-02-051-3/+7
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+10
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-312-29/+50
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-313-44/+99
* Add function to return internal enoding of X509_NAME.Dr. Stephen Henson2016-01-301-0/+13
* Templatize util/domdRich Salz2016-01-291-2/+1
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-1/+1
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2635-35/+0
* Reject when explicit trust EKU are set and none match.Viktor Dukhovni2016-01-201-0/+15
* Check Suite-B constraints with EE DANE recordsViktor Dukhovni2016-01-202-28/+46
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-203-5/+5
* Drop cached certificate signature validity flagViktor Dukhovni2016-01-182-6/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Empty SNI names are not validViktor Dukhovni2016-01-161-2/+2
* Add lookup_certs for a trusted stack.Dr. Stephen Henson2016-01-151-0/+21
* Cosmetic polish for last-resort depth 0 checkViktor Dukhovni2016-01-141-5/+5
* Fix last-resort depth 0 check when the chain has multiple certificatesViktor Dukhovni2016-01-141-4/+9
* Always initialize X509_STORE_CTX get_crl pointerViktor Dukhovni2016-01-141-0/+2
* Move Makefiles to Makefile.inRich Salz2016-01-122-587/+75
* make updateRichard Levitte2016-01-121-303/+364
* mem functions cleanupRich Salz2016-01-071-9/+10
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-072-9/+401
* Only declare stacks in headersDr. Stephen Henson2016-01-073-10/+13
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-072-3/+3
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-052-0/+25
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-17/+21
* Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni2016-01-031-2/+1
* X509_verify_cert() cleanupViktor Dukhovni2016-01-032-343/+397
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-313-6/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-162-5/+5
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-144-24/+18
* make updateDr. Stephen Henson2015-12-091-50/+16
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-14/+17
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-012-20/+0
* Remove X509_VERIFY_PARAM_IDDr. Stephen Henson2015-11-263-73/+49