Age | Commit message (Expand) | Author |
2024-07-23 | Remove get_cipher from SSL_METHOD. | Joel Sing |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-11-11 | Convert the legacy TLS stack to tls_content. | Joel Sing |
2022-10-02 | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | Joel Sing |
2021-10-23 | Fold DTLS1_STATE_INTERNAL into DTLS1_STATE. | Joel Sing |
2021-10-21 | Avoid potential NULL dereferences in dtls1_free() | Theo Buehler |
2021-08-30 | Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer. | Joel Sing |
2021-07-21 | Remove DTLS processed_rcds queue. | Joel Sing |
2021-07-01 | Merge SSL_METHOD_INTERNAL into SSL_METHOD. | Joel Sing |
2021-06-19 | Provide the ability to set the initial DTLS epoch value. | Joel Sing |
2021-06-19 | Initialise the epoch for the DTLS processed and unprocessed queues. | Joel Sing |
2021-05-16 | Move DTLS structs/definitions/prototypes to dtls_locl.h. | Joel Sing |
2021-02-20 | Clean up/simplify dtls1_get_cipher(). | Joel Sing |
2021-01-21 | Mop up unused dtls1_build_sequence_number() function. | Joel Sing |
2020-10-03 | Use TLSv1_1_enc_data instead of DTLSv1_enc_data. | Joel Sing |
2020-09-26 | Call dtls1_hm_fragment_free() from dtls1_drain_fragments() | Joel Sing |
2020-09-26 | Have dtls1_new() call dtls1_free() on failure. | Joel Sing |
2020-09-26 | Refactor dtls1_clear_queues() | Theo Buehler |
2020-09-24 | Release read and write buffers using freezero(). | Joel Sing |
2020-07-07 | Remove some unnecessary function pointers from SSL_METHOD_INTERNAL. | Joel Sing |
2020-03-12 | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. | Joel Sing |
2020-03-10 | Remove the enc function pointers. | Joel Sing |
2020-02-21 | Convert dtls1_build_sequence_number() to CBB. | Joel Sing |
2017-04-10 | Use freezero() for the internal opaque structures, instead of the current | Joel Sing |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
2017-01-26 | Send the error function codes to rot in the depths of hell where they belong | Bob Beck |
2017-01-26 | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | Joel Sing |
2017-01-25 | Change the SSL_IS_DTLS() macro to check the version, rather than using a | Joel Sing |
2017-01-23 | Split most of SSL_METHOD out into an internal variant, which is opaque. | Joel Sing |
2017-01-22 | Move most of DTLS1_STATE to internal. | Bob Beck |
2017-01-22 | Convert publically visible structs to translucent structs. | Joel Sing |
2016-11-04 | Mark a couple local functions as static | Philip Guenther |
2016-02-29 | remove NULL checks for pqueue_free() | Michael McConville |
2015-10-07 | include <sys/time.h> for gettimeofday(2) | Brent Cook |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-07-19 | Allow *_free() functions in libssl to handle NULL input. | Doug Hogan |
2015-03-19 | Fix several crash causing defects from OpenSSL. | Ted Unangst |
2015-02-09 | Jettison DTLS over SCTP. | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-07-17 | avoid sys/param.h; Jonas Termansen | Theo de Raadt |
2014-07-11 | In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made of | Miod Vallat |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-21 | Pull the code that builds a DTLS sequence number out into its own function | Joel Sing |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | Fix memory leak: free s if calloc fails. | Loganaden Velvindron |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-28 | There is no point in checking if a pointer is non-NULL before calling free, | Joel Sing |