aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix uninitialized read in sigalg parsing codeBenjamin Kaduk2018-01-251-1/+1
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-258-50/+121
* Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()Benjamin Kaduk2018-01-252-14/+57
* Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk2018-01-252-9/+24
* Updates following review of SSL_stateless() codeMatt Caswell2018-01-242-9/+9
* Add a timestamp to the cookieMatt Caswell2018-01-241-4/+14
* Don't send unexpected_message if we receive CCS while statelessMatt Caswell2018-01-241-0/+11
* Fix the cookie/key_share extensions for use with SSL_stateless()Matt Caswell2018-01-241-21/+30
* Fix the SSL_stateless() return codeMatt Caswell2018-01-241-3/+3
* Fix interaction between SSL_stateless() and SSL_clear()Matt Caswell2018-01-242-1/+6
* Fix logic around when to send an HRR based on cookiesMatt Caswell2018-01-245-66/+127
* Add the SSL_stateless() functionMatt Caswell2018-01-241-0/+17
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-249-13/+424
* Move fprintf after assignment to avoid crash.Rich Salz2018-01-221-3/+4
* Copyright update of more files that have changed this yearRichard Levitte2018-01-194-4/+4
* Make data argument const in SSL_dane_tlsa_addPatrick Schlangen2018-01-101-2/+2
* Tolerate DTLS alerts with an incorrect version numberMatt Caswell2018-01-091-2/+5
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-094-4/+4
* Avoid only exact duplicates when creating the accepted CA names listTomas Mraz2018-01-081-4/+23
* Use the index that matches the key type (either SSL_PKEY_RSA_PSS_SIGN or SSL_...Noah Robbin2018-01-081-4/+23
* Use size of server key when selecting signature algorithm.Noah Robbin2018-01-081-0/+34
* Stop using unimplemented cipher classes.Bernd Edlinger2018-01-061-4/+0
* Permit the "supported_groups" extension in ServerHellosBenjamin Kaduk2018-01-031-1/+27
* Fix trace of TLSv1.3 Certificate Request messageMatt Caswell2018-01-021-0/+4
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-1/+1
* Disable partial writes for early dataMatt Caswell2017-12-281-4/+9
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-287-19/+32
* Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger2017-12-272-35/+1
* Remove outdated commentsPaul Yang2017-12-261-5/+0
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-1/+1
* Remove spaces at end of line in ssl/statemPaul Yang2017-12-174-4/+4
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-3/+3