1933485b | 10-Jan-1999 |
Ben Laurie |
Fix comment. |
50acf46b | 09-Jan-1999 |
Ben Laurie |
Sort openssl functions by name. |
7f9b7b07 | 09-Jan-1999 |
Dr. Stephen Henson |
Fix the gendsa program and add it to the app list. The progs.h file is auto generated but not auto updated so it is included. Also remove the encryption from the sample DSA keys. |
cf6dcfec | 09-Jan-1999 |
Ben Laurie |
Get rid of redundant files. |
e03ddfae | 07-Jan-1999 |
Ben Laurie |
Accept NULL in *_free. |
6fa89f94 | 07-Jan-1999 |
Ben Laurie |
Fix DH key generation. Contributed by: Anonymous <nobody@replay.com> |
c13d4799 | 07-Jan-1999 |
Ben Laurie |
Send the right CAs to the client. |
bc4deee0 | 07-Jan-1999 |
Ben Laurie |
Fix numeric -newkey args. Contributed by: Bodo Moeller <3moeller@informatik.uni-hamburg.de> |
5b00115a | 06-Jan-1999 |
Ben Laurie |
Fix export tests. |
f8c3c05d | 06-Jan-1999 |
Ben Laurie |
Make the world a safer place (if people object to this kind of change, speak up soon - I intend to do a lot of it!). |
384c479c | 06-Jan-1999 |
Dr. Stephen Henson |
Oops! update CHANGES file properly. |
ad65ce75 | 06-Jan-1999 |
Dr. Stephen Henson |
Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and DSA_free(): this was causing crashes when for example an attempt was made to handle a (currently) unsupported DH pu
Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and DSA_free(): this was causing crashes when for example an attempt was made to handle a (currently) unsupported DH public key. Also X509_PUBKEY_set()i wasn't checking errors from d2i_PublicKey().
show more ...
|
e416ad97 | 04-Jan-1999 |
Ben Laurie |
Free the right thing. |
4a18cddd | 04-Jan-1999 |
Ben Laurie |
Only free if it ain't NULL. |
bb65e20b | 04-Jan-1999 |
Ben Laurie |
Remove the bugfix that was really a bug. Submitted by: Arne Ansper <arne@ats.cyber.ee> |
b5e406f7 | 04-Jan-1999 |
Ben Laurie |
Pass on BIO_CTRL_FLUSH. Submitted by: Arne Ansper <arne@ats.cyber.ee> |
88800710 | 04-Jan-1999 |
Paul C. Sutton |
The dir is named util/ and better to explicitly call the perl interpreter because not everyone has it in /usr/local/bin/perl. |
10061c7c | 03-Jan-1999 |
Dr. Stephen Henson |
More EVP_PKEY patches for new functionality. |
cb0f35d7 | 03-Jan-1999 |
Ralf S. Engelschall |
Make sure the already existing X509_STORE->depth variable is initialized in X509_STORE_new(), but document the fact that this variable is still unused in the certificate verification process. |
8a8d8ede | 03-Jan-1999 |
Ralf S. Engelschall |
The dir is named util/ and better to explicitly call the perl interpreter because not everyone has it in /usr/local/bin/perl. |
4c7b481b | 03-Jan-1999 |
Ralf S. Engelschall |
More .cvsignore stuff to make CVS quiet on our generated files. |
098fc2c0 | 03-Jan-1999 |
Dr. Stephen Henson |
Remove one EVP_PKEY_free() that shouldn't be there. |
cfcf6453 | 03-Jan-1999 |
Dr. Stephen Henson |
Make sure applications free up pkey structures and add netscape extension handling to x509.c |
cdbb8c2f | 02-Jan-1999 |
Ben Laurie |
Fix reference counting. |
c2245b68 | 02-Jan-1999 |
Ben Laurie |
Don't confuse matters by using the wrong library. |