- 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
-
- Jul 19, 2004
-
-
Richard Levitte authored
instead of local time.
-
- Jul 17, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
we were mislead by _MSC_VER macro, which is defined by *all* Windows Microsoft compilers.
-
Andy Polyakov authored
compilers, e.g. DEC C.
-
- Jul 12, 2004
-
-
Ben Laurie authored
-
Richard Levitte authored
-
Bodo Möller authored
-
- Jul 11, 2004
-
-
Bodo Möller authored
-
- Jul 08, 2004
-
-
Richard Levitte authored
_stricmp() on that platform, use the appropriate header file for it, <string.h>. o_str.h: we only want to get size_t, which is defined in <stddef.h>. Philippe Bougeret <philippe.bougeret@freesbee.fr> notified us about Windows not having a <strings.h>
-
- Jul 06, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jul 04, 2004
-
-
Dr. Stephen Henson authored
-
- Jul 01, 2004
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
Add a note as to how these functions do not always return the key size, and how one can deal with that. PR: 907
-
- Jun 28, 2004
-
-
Richard Levitte authored
PR: 499
-
Richard Levitte authored
-
Richard Levitte authored
there's no need for a larger BUFSIZE any more... PR: 904
-