| Commit message (Expand) | Author | Age | Files | Lines |
* | Support OPENSSL_NO_FILENAMES | tb | 6 days | 1 | -2/+2 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -4/+4 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -3/+3 |
* | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | jsing | 2022-10-02 | 1 | -67/+67 |
* | Bye bye S3I. | jsing | 2022-02-05 | 1 | -8/+8 |
* | Fold DTLS1_STATE_INTERNAL into DTLS1_STATE. | jsing | 2021-10-23 | 1 | -50/+50 |
* | Untangle ssl3_get_message() return values. | jsing | 2021-10-23 | 1 | -13/+9 |
* | Change dtls1_get_message_header() to take a CBS. | jsing | 2021-09-04 | 1 | -17/+15 |
* | Mop up dtls1_get_ccs_header() and struct ccs_header_st. | jsing | 2021-07-19 | 1 | -9/+1 |
* | Merge SSL_METHOD_INTERNAL into SSL_METHOD. | jsing | 2021-07-01 | 1 | -7/+7 |
* | Only use SSL_AD_* internally. | jsing | 2021-06-11 | 1 | -2/+2 |
* | SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code. | jsing | 2021-06-11 | 1 | -2/+2 |
* | Indent all labels with a single space. | jsing | 2021-06-11 | 1 | -5/+5 |
* | Make local header inclusion consistent. | jsing | 2021-05-16 | 1 | -3/+2 |
* | Move DTLS structs/definitions/prototypes to dtls_locl.h. | jsing | 2021-05-16 | 1 | -2/+3 |
* | Replace DTLS w_epoch with epoch from TLSv1.2 record layer. | jsing | 2021-05-05 | 1 | -9/+8 |
* | Move reuse_message, message_type, message_size and cert_verify into the | jsing | 2021-04-19 | 1 | -7/+7 |
* | Move handling of cipher/hash based cipher suites into the new record layer. | jsing | 2021-02-27 | 1 | -10/+7 |
* | Rename f_err into fatal_err. | tb | 2021-02-20 | 1 | -8/+8 |
* | Move sequence numbers into the new TLSv1.2 record layer. | jsing | 2021-01-26 | 1 | -18/+1 |
* | Add code to handle change of cipher state in the new TLSv1.2 record layer. | jsing | 2021-01-19 | 1 | -6/+5 |
* | Provide record layer overhead for DTLS. | jsing | 2021-01-19 | 1 | -15/+7 |
* | Mark bitmask_{start,end}_values[] and g_probable_mtu[] const. | tb | 2020-12-05 | 1 | -4/+4 |
* | Unbreak DTLS retransmissions for flights that include a CCS. | jsing | 2020-10-15 | 1 | -7/+8 |
* | Fix an assert conditioned on DTLS1_VERSION. | jsing | 2020-10-11 | 1 | -9/+4 |
* | Call dtls1_hm_fragment_free() from dtls1_drain_fragments() | jsing | 2020-09-26 | 1 | -3/+3 |
* | Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure. | jsing | 2020-09-26 | 1 | -26/+17 |
* | Use 0 instead of 0x00 for memset() calls. | jsing | 2020-08-11 | 1 | -4/+4 |
* | "non-existant" is one of those words that don't exist, so use "non-existent" | phessler | 2019-02-10 | 1 | -2/+2 |
* | Clean up and simplify the handshake transcript code. | jsing | 2018-11-08 | 1 | -3/+3 |
* | Use the newer/more sensible names for EVP_MD_CTX_* functions. | jsing | 2018-09-05 | 1 | -2/+2 |
* | Nuke ssl_pending/ssl_shutdown function pointers. | jsing | 2018-08-30 | 1 | -10/+1 |
* | Dedup DTLS header writing code and convert to CBB. | jsing | 2018-08-27 | 1 | -25/+35 |
* | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | jsing | 2017-10-08 | 1 | -39/+2 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -4/+4 |
* | Drop the second argument of dtls1_set_message_header() and make it a void | jsing | 2017-03-04 | 1 | -6/+4 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -9/+9 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -15/+8 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -9/+9 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -7/+7 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -4/+4 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -70/+70 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -10/+10 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -18/+18 |
* | Move most of DTLS1_STATE to internal. | beck | 2017-01-22 | 1 | -58/+58 |
* | Now that ssl3_send_{client,server}_certificate() are using the common | jsing | 2016-12-06 | 1 | -75/+1 |
* | Make sure stdio functions don't end up in the library, from miod@ | beck | 2016-03-06 | 1 | -1/+7 |
* | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | jsing | 2015-09-11 | 1 | -3/+3 |
* | Replace dtls1_send_finished() with ssl3_send_finished() - they're now | jsing | 2015-09-11 | 1 | -42/+1 |
* | Convert dtls1_send_finished() and ssl3_send_finished() to | jsing | 2015-09-11 | 1 | -12/+5 |