| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 26 | -233/+908 |
* | rsautl.c requires RSA. | Bodo Möller | 2000-10-26 | 1 | -0/+4 |
* | Don't ever set 'seeded' if RAND_status() returned 0 | Bodo Möller | 2000-10-23 | 1 | -7/+10 |
* | There's no reason why app_RAND_load_file() should return 0 when | Richard Levitte | 2000-10-22 | 1 | -1/+1 |
* | Update test server certificate in apps/server.pem (it was expired). | Dr. Stephen Henson | 2000-10-17 | 3 | -10/+10 |
* | The experimental Rijndael code moved to the main trunk. | Richard Levitte | 2000-10-14 | 2 | -18/+61 |
* | More code for X509_print_ex() support. | Dr. Stephen Henson | 2000-10-06 | 3 | -10/+58 |
* | Global DirectoryString mask fix. | Dr. Stephen Henson | 2000-10-04 | 1 | -2/+18 |
* | Oops, if the target only had USE_TOD, an error message was issued... | Richard Levitte | 2000-09-21 | 1 | -1/+1 |
* | Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com> | Richard Levitte | 2000-09-21 | 2 | -1/+3 |
* | AIX doesn't like ftime() either. | Richard Levitte | 2000-09-20 | 1 | -1/+1 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 29 | -47/+306 |
* | BSDI only supports ftime() through libcompat, which means it's | Richard Levitte | 2000-09-20 | 1 | -1/+1 |
* | Fix a typo in apps/pkcs12.c which was using the wrong part of | Dr. Stephen Henson | 2000-09-19 | 2 | -9/+9 |
* | FreeBSD only supports ftime() through libcompat, which means it's | Richard Levitte | 2000-09-19 | 1 | -1/+1 |
* | ftime() is not supported on SGI. | Richard Levitte | 2000-09-18 | 1 | -1/+1 |
* | Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care | Richard Levitte | 2000-09-17 | 4 | -10/+10 |
* | siglen is unsigned, so comparing it to less than 0 is silly, and | Richard Levitte | 2000-09-17 | 1 | -1/+1 |
* | 'make update' | Richard Levitte | 2000-09-16 | 1 | -84/+115 |
* | Move up inclusion of conf.h, so non-MONOLITH programs can benefit from | Richard Levitte | 2000-09-15 | 1 | -1/+1 |
* | rsa_num2 is no longer used, so remove it. | Richard Levitte | 2000-09-14 | 1 | -1/+1 |
* | Better error checking for RSA and DSA signature and verification speed | Richard Levitte | 2000-09-12 | 1 | -65/+112 |
* | DSA_verify() and DSA_sign() might return -1... | Richard Levitte | 2000-09-12 | 1 | -2/+2 |
* | OpenBSD doesn't support timeb. | Richard Levitte | 2000-09-11 | 1 | -1/+1 |
* | Last minute update, in time to make it to 0.9.6-beta1 | Richard Levitte | 2000-09-11 | 1 | -0/+1 |
* | Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to make | Richard Levitte | 2000-09-10 | 1 | -0/+7 |
* | More VMS synchronisation | Richard Levitte | 2000-09-09 | 1 | -0/+1 |
* | Synchronise the VMS build with the Unix one. | Richard Levitte | 2000-09-08 | 1 | -2/+2 |
* | Update verify docs. | Dr. Stephen Henson | 2000-09-08 | 1 | -1/+5 |
* | 'make update' | Richard Levitte | 2000-09-07 | 1 | -69/+87 |
* | Get rid of ASN1_UTCTIME_get, which cannot work with time_t | Bodo Möller | 2000-09-06 | 1 | -57/+74 |
* | typo | Bodo Möller | 2000-09-06 | 1 | -1/+1 |
* | Add OAEP. Seed the PRNG. | Bodo Möller | 2000-09-06 | 1 | -1/+6 |
* | Fix typo in rsautl. | Dr. Stephen Henson | 2000-09-06 | 1 | -1/+1 |
* | *BIG* verify code reorganisation. | Dr. Stephen Henson | 2000-09-05 | 1 | -6/+21 |
* | Keep a not of original encoding in certificate requests. | Dr. Stephen Henson | 2000-09-05 | 1 | -0/+2 |
* | Avoid abort() throughout the library, except when preprocessor | Bodo Möller | 2000-09-04 | 1 | -0/+19 |
* | Add 'rsautl' low level RSA utility. | Dr. Stephen Henson | 2000-09-04 | 7 | -5/+337 |
* | Fix typo in i2d_ASN1_ENUMERATED | Dr. Stephen Henson | 2000-08-30 | 1 | -14/+174 |
* | New option to CA.pl to sign request using CA extensions. | Dr. Stephen Henson | 2000-08-25 | 2 | -1/+6 |
* | Various fixes... | Dr. Stephen Henson | 2000-08-22 | 1 | -0/+2 |
* | MD4 implemented. Assar Westerlund provided the digest code itself and the te... | Richard Levitte | 2000-08-14 | 5 | -423/+523 |
* | Memory leaks fix. It now looks like all memory leaks, at least around | Richard Levitte | 2000-08-12 | 1 | -0/+2 |
* | Memory leaks fix. There seems to be more in other parts of OpenSSL... | Richard Levitte | 2000-08-11 | 1 | -25/+106 |
* | The pkcs12 had no way of getting a CA file or path to be used when | Richard Levitte | 2000-08-11 | 1 | -10/+27 |
* | Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o... | Richard Levitte | 2000-08-03 | 1 | -1/+16 |
* | Include SKIP DH parameters with OpenSSL. | Bodo Möller | 2000-08-02 | 4 | -3/+47 |
* | Make it so we can dynamically enable memory allocation debugging through the | Richard Levitte | 2000-08-01 | 1 | -0/+2 |
* | Update 'openssl passwd' documentation on selection of algorithms. | Bodo Möller | 2000-07-31 | 1 | -1/+1 |
* | Document the new DN printing options. | Dr. Stephen Henson | 2000-07-30 | 1 | -2/+2 |