- Sep 15, 2004
-
-
Dr. Stephen Henson authored
-
- Sep 13, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
the form MBSTRING_FLAG|nbyte where "nbyte" is the number of bytes per character. Unfortunately this isn't so and we can't change the #defines because this would break binary compatibility, so for 0.9.7X only translate between the two.
-
- Sep 11, 2004
-
-
Richard Levitte authored
-
- Sep 10, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
for the PKCS#9 OID then the non standard MS OID.
-
- Sep 06, 2004
-
-
Richard Levitte authored
crypto/sha/sha_locl.h, where it is in fact an int, we need to check for less-than-zero as if it was an int...
-
Richard Levitte authored
clearerr().
-
- Aug 23, 2004
-
-
Andy Polyakov authored
-
- Aug 18, 2004
-
-
Richard Levitte authored
-
- Aug 11, 2004
-
-
Richard Levitte authored
last, though...
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Aug 10, 2004
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
get struct timeval and gettimeofday().
-
Richard Levitte authored
-
Richard Levitte authored
-
- Aug 09, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Aug 06, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 05, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Aug 02, 2004
-
-
Richard Levitte authored
Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk> for making me aware of this error.
-
- Jul 30, 2004
-
-
Richard Levitte authored
around them. NOTE: because two new locks are added, this adds potential binary incompatibility with earlier versions in the 0.9.7 series. However, those locks will only ever be touched when FIPS_mode_set() is called and after, thanks to a variable that's only changed from 0 to 1 once (when FIPS_mode_set() is called). So basically, as long as FIPS mode hasn't been engaged explicitely by the calling application, the new locks are treated as if they didn't exist at all, thus not becoming a problem. Applications that are built or rebuilt to use FIPS functionality will need to be recompiled in any case, thus not being a problem either.
-
- Jul 29, 2004
-
-
Richard Levitte authored
the fips subdirectory, not the crypto one...
-
Richard Levitte authored
-
- Jul 28, 2004
-
-
Richard Levitte authored
name is defined. Go up one directory level before dealing with FIPS stuff.
-
Richard Levitte authored
-
- Jul 27, 2004
-
-
Dr. Stephen Henson authored
cipher suite is FIPS compatible. New cipherstring "FIPS" is all FIPS compatible ciphersuites except eNULL. Only allow FIPS ciphersuites in FIPS mode.
-
Richard Levitte authored
-
Richard Levitte authored
static variable
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jul 24, 2004
-
-
Andy Polyakov authored
will either be optimized away or never performed. The trouble is that compiler first parses code, then optimizes, not both at once...
-
- Jul 23, 2004
-
-
Ben Laurie authored
-
- Jul 22, 2004
-
-
Andy Polyakov authored
-
- Jul 21, 2004
-
-
Dr. Stephen Henson authored
avoid use of prohibited MD5 algorithm.
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
-