aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-26Port prime utility across from stable branch.Dr. Stephen Henson4-10/+133
2005-04-26add docu for BN_BLINDING functionsNils Larsch2-0/+128
2005-04-26some updates for the blinding code; summary:Nils Larsch9-161/+421
- possibility of re-creation of the blinding parameters after a fixed number of uses (suggested by Bodo) - calculatition of the rsa::e in case it's absent and p and q are present (see bug report #785) - improve the performance when if one rsa structure is shared by more than a thread (see bug report #555) - fix the problem described in bug report #827 - hide the definition ot the BN_BLINDING structure in bn_blind.c
2005-04-26Remove more false positives.Dr. Stephen Henson1-41/+0
2005-04-26Port from stable branch.Dr. Stephen Henson2-12/+2
2005-04-26Remove more false positives.Dr. Stephen Henson1-110/+0
2005-04-26Fix various incorrect error function codes.Bodo Möller49-85/+111
("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
2005-04-26take OPENSSL_NO_DGRAM into accountBodo Möller1-1/+1
(via make update)
2005-04-26let mkdef.pl know about OPENSSL_NO_DGRAMBodo Möller1-1/+1
(which appears in the new file crypto/bio/bss_dgram.c)
2005-04-26remove some functions from exported headersBodo Möller3-57/+27
2005-04-26make updateBodo Möller8-420/+641
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller11-161/+223
move some functions from exported header <openssl/dtl1.h> into "ssl_locl.h"; fix silly indentation (a TAB is *not* always 4 spaces)
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson6-14/+14
2005-04-26False positive removed.Dr. Stephen Henson1-13/+0
2005-04-26Add DTLS support.Ben Laurie51-129/+7709
2005-04-26make depend.Ben Laurie1-4/+10
2005-04-26remove false positiveNils Larsch1-10/+0
2005-04-25some more false positives to removeBodo Möller1-15/+0
2005-04-25make updateBodo Möller2-11/+32
2005-04-25move some more entries into FIPS fileBodo Möller2-100/+100
2005-04-25Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.cBodo Möller2-10/+1
PR: 959
2005-04-25Remove some more entries that are false positives, or have beenBodo Möller1-34/+0
resolved by recent commits.
2005-04-25Sort out changes in FIPS and other changes, collected in separate files.Bodo Möller2-1364/+1355
(Also remove another "make update".)
2005-04-25remove some more false positivesBodo Möller1-33/+1
2005-04-25remove some more false positivesBodo Möller1-24/+0
2005-04-25remove some more changes that came from HEADBodo Möller1-17/+0
2005-04-25fix editing error, and remove a false positiveBodo Möller1-14/+19
2005-04-25updateBodo Möller2-2/+12
2005-04-25remove extra whitespace; fix linkBodo Möller1-7/+7
2005-04-25remove some false positivesBodo Möller1-74/+0
2005-04-25add recent changes; now this file is up-to-dateBodo Möller1-0/+2
2005-04-25bring up-to-dateBodo Möller1-0/+273
2005-04-25first step to melt down ChangeLog.0_9_7-stable_not-in-head :-)Bodo Möller3-7/+13
2005-04-25This is a collection of those CVS change log entries for the 0.9.7Bodo Möller1-0/+2534
branch (OpenSSL_0_9_7-stable) that do not appear similarly in 0.9.8-dev (CVS head). Some obvious false positives have been eliminated: e.g., we do not care about a simple "make update"; and we don't care about changes identified to the 0.9.7 branch that were explicitly identified as backports from head. Eliminating all other entries (and finally this file), either as false positives or as things that should go into 0.9.8, remains to be done.
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov4-32/+111
2005-04-24Flag changes in Configure and config, too.Ben Laurie1-2/+2
Update dependencies.
2005-04-24updateNils Larsch1-1/+1
2005-04-24Oops...Dr. Stephen Henson1-2/+0
2005-04-24Recognize zlib and krb5 options in mk1mf.plDr. Stephen Henson1-0/+27
2005-04-23make asn.1 field names constNils Larsch2-2/+2
2005-04-23change prototype of the ecdh KDF: make input parameter const and the outlen ↵Nils Larsch7-18/+29
argument more flexible
2005-04-23Add debug target, remove cast, note possible bug.Ben Laurie3-1/+4
2005-04-22Add prototypes.Ben Laurie1-0/+11
2005-04-22more constNils Larsch3-6/+9
2005-04-22make updateNils Larsch2-1/+2
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch16-51/+49
and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
2005-04-22Avoid aliasing between stack frames and S-boxes. Compress prefetch code.Andy Polyakov1-127/+215
2005-04-21the pointer to the message digest is constNils Larsch1-2/+2
2005-04-21Provide a default OPENSSL_ia32cap_loc for non-Intel platforms whereRichard Levitte1-0/+2
util/libeay.num is important when building shared libraries, like VMS.
2005-04-21Don't use standard kerberos library locations in MK1MF builds.Dr. Stephen Henson2-3/+3
Fix typo in mk1mf.pl