aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove useless locking codeAlessandro Ghedini2015-11-241-2/+0
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-3/+2
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-0/+2
* make updateRichard Levitte2015-11-171-1/+1
* Use accessors for X509_print_ex().Dr. Stephen Henson2015-11-143-148/+85
* Add new X509 accessorsDr. Stephen Henson2015-11-142-0/+37
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-097-23/+28
* Rebuild error source files.Dr. Stephen Henson2015-11-051-6/+6
* Remove useless codeAlessandro Ghedini2015-10-232-3/+0
* embed CRL serial number and signature fieldsDr. Stephen Henson2015-10-154-21/+16
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-155-22/+18
* embed value field of X509_EXTENSIONDr. Stephen Henson2015-10-153-4/+4
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-031-3/+1
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-2/+2
* Fix no-stdio buildDavid Woodhouse2015-09-293-7/+1
* make updateDr. Stephen Henson2015-09-221-11/+10
* header includesDr. Stephen Henson2015-09-223-9/+3
* Fix path in commentsDr. Stephen Henson2015-09-227-7/+7
* make dependDr. Stephen Henson2015-09-221-0/+117
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-2210-2/+1928