summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure that exporting keying material is allowedTatsuhiro Tsujikawa2018-02-033-1/+12
* Remove generation of exporter master secret on client application trafficTatsuhiro Tsujikawa2018-02-031-10/+0
* Generate exporter_master_secret after server FinishedTatsuhiro Tsujikawa2018-02-031-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-261-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-171-3/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-153-36/+88
* Make sure we treat records written after HRR as TLSv1.3Matt Caswell2017-12-141-1/+2
* Issue a CCS from the client if we received an HRRMatt Caswell2017-12-141-4/+14
* Fix server side HRR flushingMatt Caswell2017-12-141-2/+6
* Delay flush until after CCS with early_dataMatt Caswell2017-12-142-17/+22
* Ensure CCS sent before early_data has the correct record versionMatt Caswell2017-12-141-1/+3
* Send supported_versions in an HRRMatt Caswell2017-12-143-1/+17
* Make sure supported_versions appears in an HRR tooMatt Caswell2017-12-141-1/+2