2019-11-12 |
Richard Levitte | SSL: Document SSL_add_{file,dir,store}_cert_subjects_to... |
blob | commitdiff | raw |
2019-11-03 |
Richard Levitte | X509_LOOKUP_store: new X509_LOOKUP_METHOD that works... |
blob | commitdiff | raw | diff to current |
2019-09-28 |
Dr. Matthias St... | Reorganize local header files |
blob | commitdiff | raw | diff to current |
2019-08-02 |
Rich Salz | Replace FUNCerr with ERR_raise_data |
blob | commitdiff | raw | diff to current |
2019-07-22 |
Rich Salz | Deprecate SYSerr, add new FUNCerr macro |
blob | commitdiff | raw | diff to current |
2019-07-22 |
Rich Salz | Add ERR_put_func_error, and use it. |
blob | commitdiff | raw | diff to current |
2019-06-26 |
Benjamin Kaduk | Move 'shared_sigalgs' from cert_st to ssl_st |
blob | commitdiff | raw | diff to current |
2019-04-29 |
Todd Short | Collapse ssl3_state_st (s3) into ssl_st |
blob | commitdiff | raw | diff to current |
2018-12-06 |
Richard Levitte | Following the license change, modify the boilerplates... |
blob | commitdiff | raw | diff to current |
2018-11-12 |
Matt Caswell | Separate ca_names handling for client and server |
blob | commitdiff | raw | diff to current |
2018-11-10 |
Tomas Mraz | Unbreak SECLEVEL 3 regression causing it to not accept... |
blob | commitdiff | raw | diff to current |
2018-09-03 |
Richard Levitte | Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list |
blob | commitdiff | raw | diff to current |
2018-08-22 |
Tomas Mraz | Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and above |
blob | commitdiff | raw | diff to current |
2018-07-18 |
Matt Caswell | Check that the public key OID matches the sig alg |
blob | commitdiff | raw | diff to current |
2018-03-27 |
Rich Salz | Allow NULL for some _free routines. |
blob | commitdiff | raw | diff to current |
2018-03-27 |
Matt Caswell | Remove some code for a contributor that we cannot find |
blob | commitdiff | raw | diff to current |
2018-01-09 |
Richard Levitte | Update copyright years on all files merged since Jan... |
blob | commitdiff | raw | diff to current |
2018-01-08 |
Tomas Mraz | Avoid only exact duplicates when creating the accepted... |
blob | commitdiff | raw | diff to current |
2017-12-08 |
Rich Salz | Consistent formatting for sizeof(foo) |
blob | commitdiff | raw | diff to current |
2017-10-26 |
Paul Yang | Simplify the stack reservation |
blob | commitdiff | raw | diff to current |
2017-10-21 |
KaoruToda | Various clean-ups |
blob | commitdiff | raw | diff to current |
2017-10-18 |
KaoruToda | Remove parentheses of return. |
blob | commitdiff | raw | diff to current |
2017-10-10 |
Andy Polyakov | crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity... |
blob | commitdiff | raw | diff to current |
2017-09-28 |
Pauli | Remove unnecessary #include <openssl/lhash.h> directives. |
blob | commitdiff | raw | diff to current |
2017-09-27 |
Pauli | Add stack space reservations. |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Pauli | Move e_os.h to be the very first include. |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Pauli | Move the REF_PRINT support from e_os.h to internal... |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Pauli | e_os.h removal from other headers and source files. |
blob | commitdiff | raw | diff to current |
2017-08-25 |
Richard Levitte | NO_SYS_TYPES_H isn't defined anywhere, stop using it... |
blob | commitdiff | raw | diff to current |
2017-07-13 |
Dr. Stephen Henson | Move certificate table to header file so it can be... |
blob | commitdiff | raw | diff to current |
2017-07-13 |
Dr. Stephen Henson | Add certificate properties table. |
blob | commitdiff | raw | diff to current |
2017-06-20 |
Rich Salz | Modify Sun copyright to follow OpenSSL style |
blob | commitdiff | raw | diff to current |
2017-04-20 |
Rich Salz | Ignore dups in X509_STORE_add_* |
blob | commitdiff | raw | diff to current |
2017-04-07 |
Matt Caswell | Implement a new custom extensions API |
blob | commitdiff | raw | diff to current |
2017-04-03 |
Dr. Stephen Henson | Constify SSL_dup_CA_list() |
blob | commitdiff | raw | diff to current |
2017-04-03 |
Dr. Stephen Henson | New certificate_authorities functions |
blob | commitdiff | raw | diff to current |
2017-03-16 |
Dr. Stephen Henson | Remove obsolete version test when returning CA names. |
blob | commitdiff | raw | diff to current |
2017-02-24 |
Dr. Stephen Henson | Tidy up certificate type handling. |
blob | commitdiff | raw | diff to current |
2017-02-10 |
Dr. Stephen Henson | Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Matt Caswell | Convert Sigalgs processing to use ints |
blob | commitdiff | raw | diff to current |
2017-01-06 |
Matt Caswell | Create Certificate messages in TLS1.3 format |
blob | commitdiff | raw | diff to current |
2016-11-17 |
Kurt Roeckx | Add support for reference counting using C11 atomics |
blob | commitdiff | raw | diff to current |
2016-09-20 |
Matt Caswell | Style tweaks following review feedback |
blob | commitdiff | raw | diff to current |
2016-09-20 |
Matt Caswell | Convert Certificate message construction to WPACKET |
blob | commitdiff | raw | diff to current |
2016-08-18 |
Emilia Kasper | Indent ssl/ |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Richard Levitte | Change all our uses of CRYPTO_THREAD_run_once to use... |
blob | commitdiff | raw | diff to current |
2016-07-02 |
Andreas Karlsson | Fix broken loading of client CAs |
blob | commitdiff | raw | diff to current |
2016-06-23 |
FdaSilvaYY | Add checks on sk_TYPE_push() returned result |
blob | commitdiff | raw | diff to current |
2016-05-27 |
Todd Short | Fix ssl_cert_set0_chain invalid pointer |
blob | commitdiff | raw | diff to current |
2016-05-23 |
FdaSilvaYY | Fix some malloc failure crashes on X509_STORE_CTX_set_e... |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Rich Salz | Copyright consolidation 01/10 |
blob | commitdiff | raw | diff to current |
2016-05-16 |
Viktor Dukhovni | Fold threads.h into crypto.h making API public |
blob | commitdiff | raw | diff to current |
2016-04-28 |
FdaSilvaYY | various spelling fixes |
blob | commitdiff | raw | diff to current |
2016-04-26 |
Matt Caswell | Ensure we check i2d_X509 return val |
blob | commitdiff | raw | diff to current |
2016-04-15 |
Rich Salz | Make many X509_xxx types opaque. |
blob | commitdiff | raw | diff to current |
2016-04-04 |
Rich Salz | Revert "various spelling fixes" |
blob | commitdiff | raw | diff to current |
2016-04-04 |
FdaSilvaYY | various spelling fixes |
blob | commitdiff | raw | diff to current |
2016-04-03 |
Viktor Dukhovni | Move peer chain security checks into x509_vfy.c |
blob | commitdiff | raw | diff to current |
2016-03-20 |
Rich Salz | Remove #error from include files. |
blob | commitdiff | raw | diff to current |
2016-03-09 |
Kurt Roeckx | Constify security callbacks |
blob | commitdiff | raw | diff to current |
2016-03-09 |
Todd Short | Fix locking in ssl_cert_dup() |
blob | commitdiff | raw | diff to current |
2016-03-08 |
Alessandro Ghedini | Convert CRYPTO_LOCK_SSL_* to new multi-threading API |
blob | commitdiff | raw | diff to current |
2016-03-08 |
Alessandro Ghedini | Convert CRYPTO_LOCK_X509_* to new multi-threading API |
blob | commitdiff | raw | diff to current |
2016-02-11 |
Viktor Dukhovni | Fix MacOS/X build warnings |
blob | commitdiff | raw | diff to current |
2016-02-11 |
Rich Salz | Move to REF_DEBUG, for consistency. |
blob | commitdiff | raw | diff to current |
2016-02-11 |
Toshikuni Fukaya | RT3495: Add a hash for faster dup detection. |
blob | commitdiff | raw | diff to current |
2016-02-06 |
Dr. Stephen Henson | Add SSL_get0_verified_chain() to return verified chain... |
blob | commitdiff | raw | diff to current |
2016-01-20 |
Dr. Stephen Henson | make EVP_PKEY opaque |
blob | commitdiff | raw | diff to current |
2016-01-14 |
Viktor Dukhovni | EDH >= 1024 bits even at security level 0 |
blob | commitdiff | raw | diff to current |
2016-01-06 |
Viktor Dukhovni | DANE support structures, constructructors and accessors |
blob | commitdiff | raw | diff to current |
2016-01-02 |
Viktor Dukhovni | Protocol version selection and negotiation rewrite |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Dr. Stephen Henson | Server side EVP_PKEY DH support |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
blob | commitdiff | raw | diff to current |
2015-12-05 |
Kurt Roeckx | Remove support for all 40 and 56 bit ciphers. |
blob | commitdiff | raw | diff to current |
2015-12-04 |
Kurt Roeckx | Remove SSL_{CTX_}set_ecdh_auto() and always enable... |
blob | commitdiff | raw | diff to current |
2015-12-04 |
Kurt Roeckx | Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves() |
blob | commitdiff | raw | diff to current |
2015-12-04 |
Kurt Roeckx | Remove support for SSL_{CTX_}set_tmp_ecdh_callback(). |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Matt Caswell | Add comment explaining why we don't check a return... |
blob | commitdiff | raw | diff to current |
2015-11-09 |
Matt Caswell | Standardise our style for checking malloc failures |
blob | commitdiff | raw | diff to current |
2015-10-30 |
Matt Caswell | Remove the type variable |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Dr. Stephen Henson | Make no-psk compile without warnings. |
blob | commitdiff | raw | diff to current |
2015-10-02 |
Rich Salz | Remove BIO_s_file_internal macro. |
blob | commitdiff | raw | diff to current |
2015-09-30 |
David Woodhouse | Fix no-stdio build |
blob | commitdiff | raw | diff to current |
2015-09-17 |
Filipe DA SILVA | RT4047: Set reference count earlier |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Dr. Stephen Henson | Fix PSK identity hint handling. |
blob | commitdiff | raw | diff to current |
2015-09-05 |
Dr. Stephen Henson | Avoid direct X509 structure access |
blob | commitdiff | raw | diff to current |
2015-09-03 |
Rich Salz | Add and use OPENSSL_zalloc |
blob | commitdiff | raw | diff to current |
2015-08-31 |
Dr. Stephen Henson | Add X509_up_ref function. |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Dr. Stephen Henson | Remove SESS_CERT entirely. |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Dr. Stephen Henson | Move peer chain to SSL_SESSION structure. |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Dr. Stephen Henson | Remove certificates from sess_cert |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Dr. Stephen Henson | Remove peer temp keys from SESS_CERT |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Matt Caswell | Add CHANGES entry for OPENSSL_NO_TLSEXT removal |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Matt Caswell | Remove support for OPENSSL_NO_TLSEXT |
blob | commitdiff | raw | diff to current |
2015-05-19 |
Dr. Stephen Henson | move masks out of CERT structure |
blob | commitdiff | raw | diff to current |
2015-05-18 |
Dr. Stephen Henson | Move certificate validity flags out of CERT. |
blob | commitdiff | raw | diff to current |
2015-05-18 |
Dr. Stephen Henson | Move signing digest out of CERT. |
blob | commitdiff | raw | diff to current |
2015-05-18 |
Dr. Stephen Henson | CERT tidy |
blob | commitdiff | raw | diff to current |
2015-05-14 |
Richard Levitte | Identify and move OpenSSL internal header files |
blob | commitdiff | raw | diff to current |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
blob | commitdiff | raw | diff to current |
next |