summaryrefslogtreecommitdiff
path: root/lib/libssl/d1_lib.c
AgeCommit message (Expand)Author
2016-02-29remove NULL checks for pqueue_free()Michael McConville
2015-10-07include <sys/time.h> for gettimeofday(2)Brent Cook
2015-09-10Remove support for DTLS_BAD_VER. We do not support non-standard andJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-07-19Allow *_free() functions in libssl to handle NULL input.Doug Hogan
2015-03-19Fix several crash causing defects from OpenSSL.Ted Unangst
2015-02-09Jettison DTLS over SCTP.Joel Sing
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-16Sort and group includes.Joel Sing
2014-07-17avoid sys/param.h; Jonas TermansenTheo de Raadt
2014-07-11In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made ofMiod Vallat
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-21Pull the code that builds a DTLS sequence number out into its own functionJoel Sing
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11Fix memory leak: free s if calloc fails.Loganaden Velvindron
2014-05-29Make it substantially easier to identify protocol version requirementsJoel Sing
2014-05-28There is no point in checking if a pointer is non-NULL before calling free,Joel Sing
2014-05-26repair some KNF missed by the script; ok jsingTheo de Raadt
2014-05-24Use C99 initialisers for SSL3_ENC_METHOD structs.Joel Sing
2014-05-22Stop pulling pqueue.h into ssl_locl.h since only a small part of libsslJoel Sing
2014-04-20gettimeofday() is portable enough and does not need a wrapperTheo de Raadt
2014-04-20calloc() rather than malloc+memsetTheo de Raadt
2014-04-19More KNF and style consistency tweaksPhilip Guenther
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-14make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodTed Unangst
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-14Revert previous. I don't known why cvs blame tells me I committed this,Martin Pieuchot
2014-04-14Revert to 1.1 minus the VMS stuff, I accidentally committed this chunkMartin Pieuchot
2014-04-13Fix the gettimeofday function that I broke with my last commit.Bob Beck
2014-04-13Remove vms support stuff.Bob Beck
2014-04-13Do not include "e_os.h" anymore. Simply pull in the necessary headers.Martin Pieuchot
2008-09-06import of OpenSSL 0.9.8hDamien Miller