aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_cert.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-16/+5
* Implement a new custom extensions APIMatt Caswell2017-04-071-5/+2
* Constify SSL_dup_CA_list()Dr. Stephen Henson2017-04-031-1/+1
* New certificate_authorities functionsDr. Stephen Henson2017-04-031-26/+53
* Remove obsolete version test when returning CA names.Dr. Stephen Henson2017-03-161-5/+5
* Tidy up certificate type handling.Dr. Stephen Henson2017-02-241-6/+5
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-101-1/+1
* Convert Sigalgs processing to use intsMatt Caswell2017-01-101-4/+7
* Create Certificate messages in TLS1.3 formatMatt Caswell2017-01-061-110/+0
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-1/+1
* Style tweaks following review feedbackMatt Caswell2016-09-201-1/+1
* Convert Certificate message construction to WPACKETMatt Caswell2016-09-201-25/+13
* Indent ssl/Emilia Kasper2016-08-181-23/+18
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-2/+5
* Fix broken loading of client CAsAndreas Karlsson2016-07-021-2/+1
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-8/+20
* Fix ssl_cert_set0_chain invalid pointerTodd Short2016-05-271-1/+1
* Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY2016-05-231-1/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+1
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Ensure we check i2d_X509 return valMatt Caswell2016-04-261-2/+7
* Make many X509_xxx types opaque.Rich Salz2016-04-151-39/+56
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-11/+14
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Constify security callbacksKurt Roeckx2016-03-091-4/+4
* Fix locking in ssl_cert_dup()Todd Short2016-03-091-1/+1
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-28/+31
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-4/+3
* Fix MacOS/X build warningsViktor Dukhovni2016-02-111-2/+0
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* RT3495: Add a hash for faster dup detection.Toshikuni Fukaya2016-02-111-17/+25
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-0/+9
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* EDH >= 1024 bits even at security level 0Viktor Dukhovni2016-01-141-2/+9
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-2/+13
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-9/+15
* Server side EVP_PKEY DH supportDr. Stephen Henson2015-12-231-22/+3
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-11/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-4/+0
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-10/+0
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-1/+0
* Add comment explaining why we don't check a return valueMatt Caswell2015-11-171-0/+6
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-4/+4
* Remove the type variableMatt Caswell2015-10-301-1/+1
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-111-2/+2
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-2/+2