summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-10Deprecate the -issuer_checks debugging optionViktor Dukhovni
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Ensure correct chain depth for policy checks with DANE bare key TAViktor Dukhovni
2016-02-05Long overdue cleanup of X509 policy tree verificationViktor Dukhovni
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-31Compat self-signed trust with reject-only aux dataViktor Dukhovni
2016-01-31Check chain extensions also for trusted certificatesViktor Dukhovni
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson
2016-01-29Templatize util/domdRich Salz
2016-01-29Make it possible to check for explicit auxiliary trustViktor Dukhovni
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Reject when explicit trust EKU are set and none match.Viktor Dukhovni
2016-01-20Check Suite-B constraints with EE DANE recordsViktor Dukhovni
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-18Drop cached certificate signature validity flagViktor Dukhovni
2016-01-17Remove some old makefile targetsRich Salz
2016-01-16Empty SNI names are not validViktor Dukhovni
2016-01-15Add lookup_certs for a trusted stack.Dr. Stephen Henson
2016-01-14Cosmetic polish for last-resort depth 0 checkViktor Dukhovni
2016-01-14Fix last-resort depth 0 check when the chain has multiple certificatesViktor Dukhovni
2016-01-14Always initialize X509_STORE_CTX get_crl pointerViktor Dukhovni
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-07mem functions cleanupRich Salz
2016-01-07DANE support for X509_verify_cert()Viktor Dukhovni
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2016-01-03Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni
2016-01-03X509_verify_cert() cleanupViktor Dukhovni
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-09make updateDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-26Remove X509_VERIFY_PARAM_IDDr. Stephen Henson
2015-11-24Remove useless locking codeAlessandro Ghedini
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-17make updateRichard Levitte
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson
2015-11-14Add new X509 accessorsDr. Stephen Henson