| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up/simplify dtls1_get_cipher(). |  jsing | 2021-02-20 | 1 | -7/+8 |
* | Mop up unused dtls1_build_sequence_number() function. |  jsing | 2021-01-21 | 1 | -22/+1 |
* | Use TLSv1_1_enc_data instead of DTLSv1_enc_data. |  jsing | 2020-10-03 | 1 | -5/+1 |
* | Call dtls1_hm_fragment_free() from dtls1_drain_fragments() |  jsing | 2020-09-26 | 1 | -5/+4 |
* | Have dtls1_new() call dtls1_free() on failure. |  jsing | 2020-09-26 | 1 | -36/+22 |
* | Refactor dtls1_clear_queues() |  tb | 2020-09-26 | 1 | -25/+26 |
* | Release read and write buffers using freezero(). |  jsing | 2020-09-24 | 1 | -4/+4 |
* | Remove some unnecessary function pointers from SSL_METHOD_INTERNAL. |  jsing | 2020-07-07 | 1 | -9/+1 |
* | Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA. |  jsing | 2020-03-12 | 1 | -5/+5 |
* | Remove the enc function pointers. |  jsing | 2020-03-10 | 1 | -2/+1 |
* | Convert dtls1_build_sequence_number() to CBB. |  jsing | 2020-02-21 | 1 | -7/+15 |
* | Use freezero() for the internal opaque structures, instead of the current |  jsing | 2017-04-10 | 1 | -6/+3 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. |  beck | 2017-02-07 | 1 | -2/+2 |
* | Send the error function codes to rot in the depths of hell where they belong |  beck | 2017-01-26 | 1 | -2/+2 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls |  jsing | 2017-01-26 | 1 | -14/+1 |
* | Change the SSL_IS_DTLS() macro to check the version, rather than using a |  jsing | 2017-01-25 | 1 | -2/+2 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. |  jsing | 2017-01-23 | 1 | -2/+2 |
* | Move most of DTLS1_STATE to internal. |  beck | 2017-01-22 | 1 | -42/+42 |
* | Convert publically visible structs to translucent structs. |  jsing | 2017-01-22 | 1 | -4/+17 |
* | Mark a couple local functions as static |  guenther | 2016-11-04 | 1 | -2/+2 |
* | remove NULL checks for pqueue_free() |  mmcc | 2016-02-29 | 1 | -11/+6 |
* | include <sys/time.h> for gettimeofday(2) |  bcook | 2015-10-07 | 1 | -1/+2 |
* | Remove support for DTLS_BAD_VER. We do not support non-standard and |  jsing | 2015-09-10 | 1 | -5/+3 |
* | Correct spelling of OPENSSL_cleanse. |  jsing | 2015-09-10 | 1 | -2/+2 |
* | Allow *_free() functions in libssl to handle NULL input. |  doug | 2015-07-19 | 1 | -1/+4 |
* | Fix several crash causing defects from OpenSSL. |  tedu | 2015-03-19 | 1 | -1/+4 |
* | Jettison DTLS over SCTP. |  jsing | 2015-02-09 | 1 | -8/+1 |
* | Remove trailing whitespace. |  jsing | 2014-12-14 | 1 | -4/+4 |
* | Sort and group includes. |  jsing | 2014-11-16 | 1 | -1/+2 |
* | avoid sys/param.h; Jonas Termansen |  deraadt | 2014-07-17 | 1 | -2/+2 |
* | In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made of |  miod | 2014-07-11 | 1 | -4/+4 |
* | remove unused, private version strings except SSL_version_str |  bcook | 2014-07-09 | 1 | -2/+1 |
* | Pull the code that builds a DTLS sequence number out into its own function |  jsing | 2014-06-21 | 1 | -1/+14 |
* | Remove support for the `opaque PRF input' extension, which draft has expired |  miod | 2014-06-13 | 1 | -1/+3 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 1 | -1/+1 |
* | Fix memory leak: free s if calloc fails. |  logan | 2014-06-11 | 1 | -1/+3 |
* | Make it substantially easier to identify protocol version requirements |  jsing | 2014-05-29 | 1 | -0/+1 |
* | There is no point in checking if a pointer is non-NULL before calling free, |  jsing | 2014-05-28 | 1 | -6/+2 |
* | repair some KNF missed by the script; ok jsing |  deraadt | 2014-05-26 | 1 | -6/+10 |
* | Use C99 initialisers for SSL3_ENC_METHOD structs. |  jsing | 2014-05-24 | 1 | -12/+14 |
* | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl |  jsing | 2014-05-22 | 1 | -0/+2 |
* | gettimeofday() is portable enough and does not need a wrapper |  deraadt | 2014-04-20 | 1 | -9/+2 |
* | calloc() rather than malloc+memset |  deraadt | 2014-04-20 | 1 | -2/+2 |
* | More KNF and style consistency tweaks |  guenther | 2014-04-19 | 1 | -2/+2 |
* | Change library to use intrinsic memory allocation functions instead of |  beck | 2014-04-17 | 1 | -13/+13 |
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod |  tedu | 2014-04-14 | 1 | -7/+0 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it |  jsing | 2014-04-14 | 1 | -184/+180 |
* | Revert previous. I don't known why cvs blame tells me I committed this, |  mpi | 2014-04-14 | 1 | -27/+292 |
* | Revert to 1.1 minus the VMS stuff, I accidentally committed this chunk |  mpi | 2014-04-14 | 1 | -292/+27 |
* | Fix the gettimeofday function that I broke with my last commit. |  beck | 2014-04-13 | 1 | -6/+0 |