summaryrefslogtreecommitdiffstats
path: root/crypto/pqueue/pqueue.c
AgeCommit message (Expand)Author
2016-01-24Move pqueue into sslRich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-28remove malloc castsRich Salz
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe
2010-06-12Fix warnings.Ben Laurie
2009-05-16Update from 1.0.0-stableDr. Stephen Henson
2005-12-20Whoops, we were copying instead of comparing at the end of trying toRichard Levitte
2005-06-07"Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov
2005-06-06Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte
2005-05-30pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie