aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_CTX early callbackBenjamin Kaduk2017-02-231-7/+84
* Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-69/+70
* Export SSL_bytes_to_cipher_list()Benjamin Kaduk2017-02-231-0/+159
* Check validity, not just signing for all certificatesDr. Stephen Henson2017-02-211-2/+2
* Updates following review feedbackMatt Caswell2017-02-171-1/+1
* Don't use an enum in the return type for a public API functionMatt Caswell2017-02-171-2/+2
* Updates following review feedbackMatt Caswell2017-02-171-2/+5
* Add a SSL_get_key_update_type() functionMatt Caswell2017-02-171-0/+5
* Provide a function to send a KeyUpdate messageMatt Caswell2017-02-171-9/+32
* Use CERT_PKEY pointer instead of indexDr. Stephen Henson2017-02-151-10/+4
* Use cert_index and sigalgDr. Stephen Henson2017-02-151-75/+1
* add ssl_has_certDr. Stephen Henson2017-02-151-13/+4
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-101-12/+7
* Don't read uninitialised data for short session IDs.David Benjamin2017-02-091-4/+12
* For TLS 1.3 retrieve previously set certificate indexDr. Stephen Henson2017-02-021-5/+8
* Add support for logging out TLSv1.3 secretsCory Benfield2017-02-021-25/+9
* Majority rules, use session_ctx vs initial_ctxTodd Short2017-01-311-3/+3
* Make calls to SSL_renegotiate() error out for TLSv1.3Matt Caswell2017-01-301-4/+10
* Disable requests for renegotiation in TLSv1.3Matt Caswell2017-01-301-0/+8
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-1/+1
* Limit the length of the encrypted premaster key.Cory Benfield2017-01-251-1/+2
* Fix a few misspellings.FdaSilvaYY2017-01-251-2/+2
* Add support for key logging callbacks.Cory Benfield2017-01-231-0/+111
* Add a TODO(TLS1.3) around certificate selectionMatt Caswell2017-01-101-0/+6
* Use typedefs for PSK, NPN, ALPN callback functionsRich Salz2017-01-091-43/+8
* Move extension data into sub-structsRich Salz2017-01-091-91/+89
* Introduce TLSEXT_STATUSTYPE_nothing constantMatt Caswell2016-12-081-1/+1
* Implement tls13_change_cipher_state()Matt Caswell2016-11-231-2/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-6/+6
* Check that SCT timestamps are not in the futureRob Percival2016-11-151-0/+1
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-11/+11
* Rename all "read" variables with "readbytes"Matt Caswell2016-11-041-12/+12
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-25/+32
* Convert SSL BIO to use SSL_write_ex().Matt Caswell2016-11-041-59/+56
* Fix some missed size_t updatesMatt Caswell2016-11-041-3/+7
* Convert some libssl local functions to size_tMatt Caswell2016-11-041-1/+1
* Update numerous misc libssl fields to be size_tMatt Caswell2016-11-041-1/+1
* Convert master_secret_size code to size_tMatt Caswell2016-11-041-15/+16
* Convert some misc record layer functions for size_tMatt Caswell2016-11-041-1/+1
* Convert libssl writing for size_tMatt Caswell2016-11-041-11/+36
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-8/+58
* Convert a big "if" into a "switch"Matt Caswell2016-11-021-10/+21
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-1/+3
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-011-0/+7
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-1/+1
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-1/+1
* Fix comment about return value of ct_extract_tls_extension_sctsRob Percival2016-08-241-1/+1
* Indent ssl/Emilia Kasper2016-08-181-104/+105
* Improves CTLOG_STORE settersRob Percival2016-08-151-3/+3
* Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse2016-08-041-1/+1