| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove new_sym_enc and new_aead. | jsing | 2021-04-19 | 1 | -5/+3 |
* | Move new_mac_secret_size into the TLSv1.2 handshake struct. | jsing | 2021-04-19 | 1 | -3/+3 |
* | Move the TLSv1.2 record number increment into the new record layer. | jsing | 2021-03-29 | 1 | -12/+1 |
* | Rename new_cipher to cipher. | jsing | 2021-03-24 | 1 | -2/+2 |
* | Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data. | jsing | 2021-03-24 | 1 | -9/+10 |
* | Move handling of cipher/hash based cipher suites into the new record layer. | jsing | 2021-02-27 | 1 | -104/+13 |
* | Fail early in legacy exporter if master secret is not available | tb | 2021-02-03 | 1 | -1/+6 |
* | Move AEAD handling into the new TLSv1.2 record layer. | jsing | 2021-01-28 | 1 | -89/+5 |
* | Move sequence numbers into the new TLSv1.2 record layer. | jsing | 2021-01-26 | 1 | -15/+2 |
* | Add code to handle change of cipher state in the new TLSv1.2 record layer. | jsing | 2021-01-19 | 1 | -3/+17 |
* | Move the read MAC key into the TLSv1.2 record layer. | jsing | 2021-01-07 | 1 | -7/+2 |
* | Use size_t for key_block_len. | jsing | 2020-11-11 | 1 | -7/+5 |
* | Replace SSL_IS_DTLS with SSL_is_dtls(). | jsing | 2020-10-14 | 1 | -4/+4 |
* | Mop up various things that are now unused with the new record layer. | jsing | 2020-10-07 | 1 | -14/+1 |
* | Reimplement the TLSv1.2 record handling for the read side. | jsing | 2020-10-03 | 1 | -334/+5 |
* | Start replacing the existing TLSv1.2 record layer. | jsing | 2020-08-30 | 1 | -9/+23 |
* | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | tb | 2020-03-16 | 1 | -2/+2 |
* | Remove dtls1_enc(). | jsing | 2020-03-13 | 1 | -2/+5 |
* | Stop overloading the record type for padding length. | jsing | 2020-03-12 | 1 | -4/+2 |
* | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. | jsing | 2020-03-12 | 1 | -3/+3 |
* | Remove unused pad check, which is handled by tls1_cbc_remove_padding() now. | bcook | 2019-05-13 | 1 | -4/+2 |
* | Rename tls1_handshake_hash*() to tls1_transcript_hash*(). | jsing | 2019-02-09 | 1 | -2/+2 |
* | Clean up and simplify the handshake transcript code. | jsing | 2018-11-08 | 1 | -56/+1 |
* | Make more of libssl's record layer state internal. | jsing | 2018-10-24 | 1 | -3/+3 |
* | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE. | jsing | 2018-09-08 | 1 | -56/+10 |
* | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | jsing | 2018-09-06 | 1 | -2/+2 |
* | Use the newer/more sensible names for EVP_MD_CTX_* functions. | jsing | 2018-09-05 | 1 | -3/+3 |
* | Correctly clear the current cipher state, when changing cipher state. | jsing | 2018-09-05 | 1 | -11/+8 |
* | Remove unused argument to tls1_change_cipher_state_cipher(). | jsing | 2018-08-31 | 1 | -7/+4 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -17/+17 |
* | freezero() the key block; simpler code and less of it. | jsing | 2017-04-10 | 1 | -7/+3 |
* | Check tls1_PRF() return value in tls1_generate_master_secret(). | jsing | 2017-03-25 | 1 | -4/+4 |
* | More cleanup for tls1_PRF()/tls1_P_hash() - change the argument order of | jsing | 2017-03-25 | 1 | -46/+50 |
* | Fewer magic numbers. | jsing | 2017-03-18 | 1 | -3/+3 |
* | t1_enc.c | jsing | 2017-03-18 | 1 | -3/+2 |
* | Currently tls1_PRF() requires that a temporary buffer be provided, that | jsing | 2017-03-18 | 1 | -50/+32 |
* | Remove the handshake digests and related code, replacing remaining uses | jsing | 2017-03-10 | 1 | -95/+2 |
* | First pass at cleaning up the tls1_P_hash() function - remove a pointless | jsing | 2017-03-10 | 1 | -20/+19 |
* | Make tls1_PRF() non-static so it can be regress tested. | jsing | 2017-03-10 | 1 | -2/+7 |
* | Correctly handle TLS PRF with MD5+SHA1 - the secret has to be partitioned | jsing | 2017-03-07 | 1 | -5/+26 |
* | Clean up and simplify the tls1_PRF() implementation now that we have a | jsing | 2017-03-06 | 1 | -48/+19 |
* | Provide a rolling handshake hash that commences as soon as the cipher | jsing | 2017-03-05 | 1 | -41/+19 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -22/+22 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -21/+11 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -22/+22 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -2/+2 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -2/+2 |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -16/+16 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -40/+40 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -76/+76 |