- Oct 20, 2004
-
-
Dr. Stephen Henson authored
-
- Oct 14, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
we get correct transfer vectors for those functions when required.
-
Richard Levitte authored
guys had to change the name to differentiate with older versions when a backward incompatibility came up. Of course, we need to adapt. This change simply tries to load the library through the newer name (ZLIB1) first, and if that fails, it tries the good old ZLIB.
-
- Oct 08, 2004
-
-
Ben Laurie authored
-
- Oct 04, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Oct 01, 2004
-
-
Dr. Stephen Henson authored
-
- Sep 28, 2004
-
-
Andy Polyakov authored
"remaining relocations" in assembler modules. The latter seems to be new behaviour, elder as/ld managed to resolve this relocations as internal. It's possible to address this problem differently, but I settle for -Bsymbolic... PR: 946
-
Richard Levitte authored
Notified by Corinna Vinschen <vinschen@redhat.com>
-
- 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
-