Age | Commit message (Expand) | Author |
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 |
2014-05-26 | repair some KNF missed by the script; ok jsing | Theo de Raadt |
2014-05-24 | Use C99 initialisers for SSL3_ENC_METHOD structs. | Joel Sing |
2014-05-22 | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | Joel Sing |
2014-04-20 | gettimeofday() is portable enough and does not need a wrapper | Theo de Raadt |
2014-04-20 | calloc() rather than malloc+memset | Theo de Raadt |
2014-04-19 | More KNF and style consistency tweaks | Philip Guenther |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | Revert previous. I don't known why cvs blame tells me I committed this, | Martin Pieuchot |
2014-04-14 | Revert to 1.1 minus the VMS stuff, I accidentally committed this chunk | Martin Pieuchot |
2014-04-13 | Fix the gettimeofday function that I broke with my last commit. | Bob Beck |
2014-04-13 | Remove vms support stuff. | Bob Beck |
2014-04-13 | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | Martin Pieuchot |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |