summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_cert.c
AgeCommit message (Expand)Author
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-07-13Move certificate table to header file so it can be tested.Dr. Stephen Henson
2017-07-13Add certificate properties table.Dr. Stephen Henson
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-03Constify SSL_dup_CA_list()Dr. Stephen Henson
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-03-16Remove obsolete version test when returning CA names.Dr. Stephen Henson
2017-02-24Tidy up certificate type handling.Dr. Stephen Henson
2017-02-10Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson
2017-01-10Convert Sigalgs processing to use intsMatt Caswell
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-09-20Style tweaks following review feedbackMatt Caswell
2016-09-20Convert Certificate message construction to WPACKETMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-02Fix broken loading of client CAsAndreas Karlsson
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-05-27Fix ssl_cert_set0_chain invalid pointerTodd Short
2016-05-23Fix some malloc failure crashes on X509_STORE_CTX_set_ex_dataFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-28various spelling fixesFdaSilvaYY
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-03-20Remove #error from include files.Rich Salz
2016-03-09Constify security callbacksKurt Roeckx
2016-03-09Fix locking in ssl_cert_dup()Todd Short
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-02-11Fix MacOS/X build warningsViktor Dukhovni
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11RT3495: Add a hash for faster dup detection.Toshikuni Fukaya
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-14EDH >= 1024 bits even at security level 0Viktor Dukhovni
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx