- May 19, 1999
-
-
Dr. Stephen Henson authored
to minimise the effects on existing code.
-
Bodo Möller authored
-mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which would unnecessarily use less efficient assembler code. Instead, use new configuration variant solaris-usparc-oldgcc; this also means that someone who reads the output of ./config will notice that it may be advantegeous to upgrade gcc.
-
- May 18, 1999
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
test batch file.
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Rich Bud <rbud@fortean.com>
-
Bodo Möller authored
-
Ulf Möller authored
-
Ralf S. Engelschall authored
try to directly include opensslv.h.
-
Ralf S. Engelschall authored
-
- May 17, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
SSL2 implementation), show at least the server certificate.
-
Ulf Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file.
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
Submitted by: Andy Polyakov
-
Bodo Möller authored
because of missing session ID context (so that application programmers are directly pointed to what they should do differently).
-
Bodo Möller authored
So omit it for now :-(
-
Bodo Möller authored
doesn't have a default value like the "-config" options of other openssl subprograms.
-
Bodo Möller authored
-
- May 16, 1999
-
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
the secret key before we've encrypted it and using the right NID for RC2-64. Add various arguments to the experimental programs 'dec' and 'enc' to make testing less painful. This stuff has now been tested against Netscape Messenger and it can encrypt and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES. Its still experimental though...
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
(meaning pointer to char) to des_cblock * (meaning pointer to array with 8 char elements), which allows the compiler to do more typechecking. (The changed argument types were of type des_cblock * back in SSLeay, and a lot of ugly casts were used then to turn them into pointers to elements; but it can be done without those casts.) Introduce new type const_des_cblock -- before, the pointers rather than the elements pointed to were declared const, and for some reason gcc did not complain about this (but some other compilers did).
-
Bodo Möller authored
which cost me some time to find out about.
-
Bodo Möller authored
-
Ben Laurie authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
find the right RecipientInfo based on the recipient certificate (so would fail a lot of the time) and fixup cipher structures to correctly (maybe) modify the AlgorithmIdentifiers. Largely untested at present... this will be fixed in due course. Well the stuff was broken to begin with so if its broken now then you haven't lost anything :-)
-
- May 15, 1999
-
-
Dr. Stephen Henson authored
unsigned/signed cmp error in asn1parse. Change various pem_all.c args to use pem_password_cb.
-
Ben Laurie authored
-
Ben Laurie authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-