- Jul 25, 2000
-
-
Richard Levitte authored
state at the same time.
-
- Jul 24, 2000
-
-
Richard Levitte authored
(there's no way to get it through configuration yet).
-
Richard Levitte authored
libraries even if the "shared" configuration option wasn't chosen.
-
Richard Levitte authored
start, but can save you some trouble. Just ignore "shared" if it comes up among the given options, at least for now...
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
has helped me a bit when I ran into trouble.
-
- Jul 21, 2000
-
-
Ulf Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
there's support for building under Linux and True64 (using examples from the programming manuals), including versioning that is currently the same as OpenSSL versions but should really be a different series. With this change, it's up to the users to decide if they want shared libraries as well as the static ones. This decision now has to be done at configuration time (well, not really, those who know what they do can still do it the same way as before). The OpenSSL programs (openssl and the test programs) are currently always linked statically, but this may change in the future in a configurable manner. The necessary makefile variables to enable this are in place. Also note that I have done absolutely nothing about the Windows target to get something similar. On the other hand, DLLs are already the default there, but without versioning, and I've no idea what the possibilities for such a thing are there...
-
Bodo Möller authored
-
Richard Levitte authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Jul 19, 2000
-
-
Ulf Möller authored
rand_lcl.h
-
Ulf Möller authored
-
- Jul 15, 2000
-
-
Bodo Möller authored
-
- Jul 12, 2000
-
-
Dr. Stephen Henson authored
Make req seed the PRNG if signing with an already existing DSA key. Document the new smime options.
-
- Jul 11, 2000
-
-
Richard Levitte authored
-
Bodo Möller authored
is easier to grasp.
-
- 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.
-