- Jul 10, 2000
-
-
Dr. Stephen Henson authored
call the i2c/c2i (they were not using the content length for the headers). Fix ASN1 long form tag encoding. This never worked but it was never tested since it is only used for tags > 30. New options to smime program to allow the PKCS#7 format to be specified and the content supplied externally.
-
- Jul 08, 2000
-
-
Richard Levitte authored
-
- Jul 07, 2000
-
-
Dr. Stephen Henson authored
New ASN1 functions that just deal with content octets, not tag+length.
-
- Jul 05, 2000
-
-
Richard Levitte authored
limit higher and thereby get through compilation of sha_dgst.c.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
could be done automagically, much like the numbering in libeay.num and ssleay.num. The solution works as follows: - New object identifiers are inserted in objects.txt, following the syntax given in objects.README. - objects.pl is used to process obj_mac.num and create a new obj_mac.h. - obj_dat.pl is used to create a new obj_dat.h, using the data in obj_mac.h. This is currently kind of a hack, and the perl code in objects.pl isn't very elegant, but it works as I intended. The simplest way to check that it worked correctly is to look in obj_dat.h and check the array nid_objs and make sure the objects haven't moved around (this is important!). Additions are OK, as well as consistent name changes.
-
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 :-)
-