- Jul 05, 2000
-
-
Richard Levitte authored
-
- Jul 04, 2000
-
-
Richard Levitte authored
-
- Jul 03, 2000
-
-
Ulf Möller authored
-
- Jul 02, 2000
-
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
Bodo Möller authored
may be disabled by preprocessor symbols)
-
Bodo Möller authored
Submitted by: bowe@chip.ma.certco.com
-
- Jul 01, 2000
-
-
Ben Laurie authored
-
Ben Laurie authored
-
- Jun 30, 2000
-
-
Richard Levitte authored
-
- Jun 28, 2000
-
-
Richard Levitte authored
The message to everyone is "Do not hack OpenSSL when stressed"...
-
Richard Levitte authored
-
Richard Levitte authored
EGD should be used as seeding input, and where the named socket is.
-
Richard Levitte authored
the RANDEGD environment variable.
-
Richard Levitte authored
today. Time to add extra info so the poor users know where to go with their troubles.
-
Richard Levitte authored
always in the users $PATH...
-
- Jun 26, 2000
-
-
Richard Levitte authored
Suggested by Randolph Bentson <bentson@grieg.holmsjoen.com>
-
- Jun 23, 2000
-
-
Bodo Möller authored
(Still needs to be tested against the original using sample passwords of different length.)
-
Geoff Thorpe authored
just converting some spaces to tabs from his fix. :-)
-
Bodo Möller authored
comment out in the previous commit
-
Bodo Möller authored
and for small 'a' also a couple of calls to BN_mod_mul_montgomery(r, r, r, ...).
-
- Jun 22, 2000
-
-
Richard Levitte authored
applications. Also, have it and the certificate and key loading functions take a BIO argument for error output.
-
Richard Levitte authored
-
Richard Levitte authored
addition to the file given through the RANDFILE option or environment variable.
-
Richard Levitte authored
the 'INSTALL' file, which means that 9 times of 10, the BlowFish headers won't get installed. Avoid this in the same way it's done in crypto/des/Makefile.ssl, where someone apparently has thought of this...
-
Richard Levitte authored
be shared by several applications.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
parameter takes precedence over the RANDFILE option in the configuration file.
-
Dr. Stephen Henson authored
into lexical order. Previously it depended on the order of files in the directory. This should now mean that all systems will agree on the order of safestack.h and will not change it needlessly and avoid massive needless commits to safestack.h in future. It wont however avoid this one :-(
-
- Jun 21, 2000
-
-
Ulf Möller authored
-
Geoff Thorpe authored
it cope with OpenBSD which doesn't understand "RTLD_NOW". * Added the dso_scheme config string entry for OpenBSD-x86 to give it DSO support. * 'make update' that has also absorbed some of Steve's mkstack changes for the ASN-related macros.
-
Dr. Stephen Henson authored
Fixes for Win32 build. This is mostly a work around for the old VC++ problem that it treats func() as func(void). Various prototypes had been added to 'compare' function pointers that triggered this. This could be fixed by removing the prototype, adding function pointer casts to every call or changing the passed function to use the expected arguments. I mostly did the latter. The mkdef.pl script was modified to remove the typesafe functions which no longer exist. Oh and some functions called OPENSSL_freeLibrary() were changed back to FreeLibrary(), wonder how that happened :-)
-
- Jun 20, 2000
-
-
Dr. Stephen Henson authored
Handle ASN1_SET_OF and PKCS12_STACK_OF using function casts in the same way as STACK_OF.
-
Geoff Thorpe authored
-
- Jun 19, 2000
-
-
Bodo Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
Also, make sure empty slots of the dynamic lock stack are used. Actually, I'm not really sure this is the right thing to do, and may remove it, with an endlessly growing stack as result...
-
Richard Levitte authored
-
Bodo Möller authored
-