aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pqueue/pqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Move pqueue into sslRich Salz2016-01-241-219/+0
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-6/+0
* remove malloc castsRich Salz2015-04-281-2/+2
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-188/+171
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+1
* Fix warnings.Ben Laurie2010-06-121-3/+2
* Update from 1.0.0-stableDr. Stephen Henson2009-05-161-0/+14
* Whoops, we were copying instead of comparing at the end of trying toRichard Levitte2005-12-201-1/+1
* "Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov2005-06-071-13/+16
* Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte2005-06-061-1/+1
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-301-8/+13
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-3/+4
* Add DTLS support.Ben Laurie2005-04-261-0/+230