summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-171-2/+2
* Fix a memory leak in tls1_macBernd Edlinger2018-03-171-1/+3
* Fix a memory leak in n_ssl3_macBernd Edlinger2018-03-171-1/+1
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-1/+1
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-1/+1
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-154-14/+16
* Add support for setting raw private HMAC keysMatt Caswell2018-03-154-11/+12
* Only update the server session cache when the session is readyMatt Caswell2018-03-152-7/+14
* Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell2018-03-141-4/+1
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-146-105/+256
* Only allow supported_versions in a TLSv1.3 ServerHelloMatt Caswell2018-03-143-17/+20
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-144-13/+47
* update SRP copyright noticeTim Hudson2018-03-131-1/+5
* Fix enable-ssl-traceMatt Caswell2018-03-121-4/+4
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-123-6/+31
* Session Ticket app dataTodd Short2018-03-127-66/+144
* Reuse extension_is_relevant() in should_add_extension()Benjamin Kaduk2018-03-091-10/+12
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-092-0/+118
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-093-3/+13
* Fallback on old style PSK callbacks if the new style ones aren't presentMatt Caswell2018-03-092-2/+107
* Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell2018-03-091-8/+4
* Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY2018-03-081-13/+17
* If not sending key_share (no TLSv1.3), return appropriately.Todd Short2018-03-051-2/+3
* Fix status_request and SCT extensionsMatt Caswell2018-03-052-2/+14
* Add X448/Ed448 support to libsslMatt Caswell2018-03-055-3/+22
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-3/+15
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-284-0/+4
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-265-0/+104
* Remove OSSLzu, and fix the one place that used it.Rich Salz2018-02-231-1/+1
* Remove unreachable statement.Pauli2018-02-231-1/+0
* Sanity check the ticket length before using key name/IVMatt Caswell2018-02-211-6/+12
* The record version for ClientHello2 should be TLS1.2Matt Caswell2018-02-191-1/+3
* If s->ctx is NULL then this is an internal errorMatt Caswell2018-02-151-3/+8
* Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell2018-02-141-1/+1
* DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre2018-02-131-2/+1
* Update copyright yearMatt Caswell2018-02-1311-11/+11
* The function ssl_get_min_max_version() can failMatt Caswell2018-02-124-6/+17
* Don't overestimate the ticket ageMatt Caswell2018-02-121-0/+10
* Swap the check in ssl3_write_pending to avoid usingBernd Edlinger2018-02-091-2/+2
* Don't calculate the Finished MAC twiceMatt Caswell2018-02-094-40/+27
* Make sure that exporting keying material is allowedTatsuhiro Tsujikawa2018-02-023-1/+12
* Remove generation of exporter master secret on client application trafficTatsuhiro Tsujikawa2018-02-021-10/+0
* Generate exporter_master_secret after server FinishedTatsuhiro Tsujikawa2018-02-021-3/+12
* Fix some minor code nitsTodd Short2018-02-012-6/+8
* Free pha_dgst in SSL_clear()Todd Short2018-02-011-0/+3
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-0113-53/+443
* Fix some instances of the wrong alert type being sentMatt Caswell2018-02-012-4/+9
* Move decisions about whether to accept reneg into the state machineMatt Caswell2018-01-303-46/+26
* Add RAND_DRBG_bytesKurt Roeckx2018-01-291-2/+4
* Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgsBenjamin Kaduk2018-01-261-3/+6