| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a fetched cipher for the TLSv1.3 early secret | Matt Caswell | 2020-03-26 | 1 | -1/+16 |
* | Explicitly fetch ciphers and digests in libssl | Matt Caswell | 2020-02-06 | 1 | -24/+47 |
* | Params: change UTF8 construct calls to avoid explicit strlen(3) calls. | Pauli | 2020-02-06 | 1 | -2/+2 |
* | Update tls13_enc.c | dcruette | 2020-01-02 | 1 | -1/+1 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Convert SSL functions to use KDF names not SN_ strings | Pauli | 2019-09-11 | 1 | -2/+2 |
* | Fix TLS/SSL PRF usages. | Pauli | 2019-09-06 | 1 | -14/+38 |
* | Add missing EBCDIC strings | opensslonzos-github | 2019-08-14 | 1 | -5/+48 |
* | Coverity fixes | Shane Lontis | 2019-06-06 | 1 | -0/+1 |
* | Changed ssl layer to use EVP_KDF API for TLS1_PRF and HKDF. | David Makepeace | 2019-05-27 | 1 | -26/+24 |
* | Collapse ssl3_state_st (s3) into ssl_st | Todd Short | 2019-04-29 | 1 | -8/+8 |
* | Don't get the mac type in TLSv1.3 | Matt Caswell | 2019-01-15 | 1 | -3/+1 |
* | Fix a minor nit in the hkdflabel size | Bernd Edlinger | 2018-12-30 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in ssl/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Fix some SSL_export_keying_material() issues | Matt Caswell | 2018-12-05 | 1 | -24/+49 |
* | Revert "Reduce stack usage in tls13_hkdf_expand" | Matt Caswell | 2018-12-05 | 1 | -12/+4 |
* | Reduce stack usage in tls13_hkdf_expand | Bernd Edlinger | 2018-09-24 | 1 | -4/+12 |
* | key zeroization fix for a branch path of tls13_final_finish_mac | Shane Lontis | 2018-09-04 | 1 | -0/+1 |
* | Ensure that we write out alerts correctly after early_data | Matt Caswell | 2018-08-08 | 1 | -4/+7 |
* | Fix some TLSv1.3 alert issues | Matt Caswell | 2018-07-31 | 1 | -1/+2 |
* | Fix TLSv1.3 ticket nonces | Matt Caswell | 2018-06-07 | 1 | -2/+1 |
* | EVP_MD_size() can return an error | Matt Caswell | 2018-05-31 | 1 | -2/+19 |
* | Use the client app traffic secret for PHA Finished message | Matt Caswell | 2018-05-23 | 1 | -2/+13 |
* | Add support for logging early exporter secret | Peter Wu | 2018-04-18 | 1 | -0/+6 |
* | Add support for logging TLS 1.3 exporter secret | Peter Wu | 2018-04-18 | 1 | -0/+6 |
* | Don't use a ssl specific DRBG anymore | Kurt Roeckx | 2018-03-19 | 1 | -1/+0 |
* | Fix a crash in SSLfatal due to invalid enc_write_ctx | Bernd Edlinger | 2018-03-19 | 1 | -0/+4 |
* | Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key() | Matt Caswell | 2018-03-15 | 1 | -4/+4 |
* | Add support for setting raw private HMAC keys | Matt Caswell | 2018-03-15 | 1 | -2/+2 |
* | Tell the ciphers which DRBG to use for generating random bytes. | Kurt Roeckx | 2018-02-28 | 1 | -0/+1 |
* | Export keying material using early exporter master secret | Tatsuhiro Tsujikawa | 2018-02-26 | 1 | -0/+70 |
* | Update copyright year | Matt Caswell | 2018-02-13 | 1 | -1/+1 |
* | Make sure that exporting keying material is allowed | Tatsuhiro Tsujikawa | 2018-02-03 | 1 | -1/+1 |
* | Remove generation of exporter master secret on client application traffic | Tatsuhiro Tsujikawa | 2018-02-03 | 1 | -10/+0 |
* | Generate exporter_master_secret after server Finished | Tatsuhiro Tsujikawa | 2018-02-03 | 1 | -3/+12 |
* | Convert more functions in ssl/statem/statem.c to use SSLfatal() | Matt Caswell | 2017-12-04 | 1 | -2/+7 |
* | Convert the state machine code to use SSLfatal() | Matt Caswell | 2017-12-04 | 1 | -20/+50 |
* | Make sure we use the correct cipher when using the early_secret | Matt Caswell | 2017-08-31 | 1 | -2/+18 |
* | Enable the ability to use an external PSK for sending early_data | Matt Caswell | 2017-08-31 | 1 | -0/+3 |
* | Fix TLSv1.3 exporter secret | Tatsuhiro Tsujikawa | 2017-07-17 | 1 | -4/+6 |
* | Update tls13_hkdf_expand() to take the length of the data | Matt Caswell | 2017-07-07 | 1 | -16/+19 |
* | Fix TLSv1.3 exporter | Matt Caswell | 2017-07-03 | 1 | -1/+1 |
* | Updates following review of SSL_export_key_material() changes | Matt Caswell | 2017-06-29 | 1 | -4/+1 |
* | Update SSL_export_keying_material() for TLSv1.3 | Matt Caswell | 2017-06-29 | 1 | -0/+48 |
* | Fix a memleak in tls13_generate_secret. | Bernd Edlinger | 2017-06-12 | 1 | -1/+4 |
* | Remove support for OPENSSL_SSL_TRACE_CRYPTO | Matt Caswell | 2017-05-08 | 1 | -14/+0 |
* | Update the HKDF labels for draft-20 | Matt Caswell | 2017-05-03 | 1 | -16/+9 |
* | Fix minor compiler issues. | Todd Short | 2017-04-19 | 1 | -7/+7 |
* | More typo fixes | FdaSilvaYY | 2017-03-29 | 1 | -1/+1 |
* | TLS1.3: Correct intermediate secret derivation | Joseph Birr-Pixton | 2017-03-19 | 1 | -1/+1 |