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