summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add an ASN1_ENCODING type and support to automaticallysteve2000-11-251-3/+6
* Replace X509_CRL (with caveat in README.ASN1) and partsteve2000-11-181-31/+7
* Change the engine library so the application writer has to explicitelylevitte2000-11-021-0/+3
* 'openssl engine' can now list engine capabilities. The currentlevitte2000-11-021-14/+63
* Better error reporting in 'openssl engine'levitte2000-11-021-7/+4
* make updatelevitte2000-11-021-137/+177
* Never call load_dh_param(NULL) because this leads to an illegalbodo2000-11-021-4/+7
* -t is supported, so display some help about it.levitte2000-11-011-1/+1
* Add application to enumerate, list and test engines with.levitte2000-11-013-3/+204
* Make flag variables int instead of char. This avoids getting into trouble on...levitte2000-10-311-3/+3
* Add the possibility to use keys handled by engines in morelevitte2000-10-287-28/+128
* Small documentation changelevitte2000-10-281-1/+1
* NetBSD doesn't use ftime().levitte2000-10-271-1/+1
* The majority of the OCSP code from CertCo.levitte2000-10-271-0/+8
* Merge the engine branch into the main trunk. All conflicts resolved.levitte2000-10-2626-233/+908
* rsautl.c requires RSA.bodo2000-10-261-0/+4
* Don't ever set 'seeded' if RAND_status() returned 0bodo2000-10-231-7/+10
* There's no reason why app_RAND_load_file() should return 0 whenlevitte2000-10-211-1/+1
* Update test server certificate in apps/server.pem (it was expired).steve2000-10-163-10/+10
* The experimental Rijndael code moved to the main trunk.levitte2000-10-142-18/+61
* More code for X509_print_ex() support.steve2000-10-063-10/+58
* Global DirectoryString mask fix.steve2000-10-041-2/+18
* Oops, if the target only had USE_TOD, an error message was issued...levitte2000-09-211-1/+1
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>levitte2000-09-212-1/+3
* AIX doesn't like ftime() either.levitte2000-09-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in alevitte2000-09-2029-47/+306
* BSDI only supports ftime() through libcompat, which means it'slevitte2000-09-191-1/+1
* Fix a typo in apps/pkcs12.c which was using the wrong part ofsteve2000-09-192-9/+9
* FreeBSD only supports ftime() through libcompat, which means it'slevitte2000-09-191-1/+1
* ftime() is not supported on SGI.levitte2000-09-181-1/+1
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes carelevitte2000-09-174-10/+10
* siglen is unsigned, so comparing it to less than 0 is silly, andlevitte2000-09-171-1/+1
* 'make update'levitte2000-09-151-84/+115
* Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromlevitte2000-09-151-1/+1
* rsa_num2 is no longer used, so remove it.levitte2000-09-141-1/+1
* Better error checking for RSA and DSA signature and verification speedlevitte2000-09-121-65/+112
* DSA_verify() and DSA_sign() might return -1...levitte2000-09-111-2/+2
* OpenBSD doesn't support timeb.levitte2000-09-111-1/+1
* Last minute update, in time to make it to 0.9.6-beta1OpenSSL_0_9_6-beta1levitte2000-09-111-0/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makelevitte2000-09-101-0/+7
* More VMS synchronisationlevitte2000-09-091-0/+1
* Synchronise the VMS build with the Unix one.levitte2000-09-081-2/+2
* Update verify docs.steve2000-09-081-1/+5
* 'make update'levitte2000-09-071-69/+87
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tbodo2000-09-061-57/+74
* typobodo2000-09-061-1/+1
* Add OAEP. Seed the PRNG.bodo2000-09-061-1/+6
* Fix typo in rsautl.steve2000-09-051-1/+1
* *BIG* verify code reorganisation.steve2000-09-051-6/+21
* Keep a not of original encoding in certificate requests.steve2000-09-051-0/+2