aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pqueue
Commit message (Collapse)AuthorAgeFilesLines
* add a .cvsignoreGeoff Thorpe2005-07-261-0/+4
|
* Actually, the 64bit format specifier differs between SIXTY_FOUR_BIT andRichard Levitte2005-06-291-1/+4
| | | | SIXTY_FOUR_BIT_LONG
* Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie2005-06-291-0/+2
|
* "Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov2005-06-073-18/+20
|
* Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte2005-06-062-1/+7
| | | | | | and PQ_64BIT_IS_BIGNUM with the values 0 (for false) and 1 (for true), depending on which is true. Use those flags everywhere else to provide the correct implementation for handling certain operations in q PQ_64BIT.
* Change pq_compat.h to trust the macros defined by bn.h a bit more, and therebyRichard Levitte2005-06-051-3/+5
| | | | | provide better generic support for environments that do not have 64-bit integers. Among others, this should solve PR 1086
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-304-12/+153
| | | | | | | have a uniform representation for those over all architectures, so a little bit of hackery is needed. Contributed by nagendra modadugu <nagendra@cs.stanford.edu>
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+8
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* make updateBodo Möller2005-05-161-7/+1
|
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-2/+5
| | | | | | | | during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-272-6/+7
| | | | | | | | 1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
* make updateBodo Möller2005-04-261-1/+4
|
* Add DTLS support.Ben Laurie2005-04-264-0/+499