aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte2000-12-091-2/+1
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-11/+17
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-082-3/+6
* Fix warnings.Ben Laurie2000-12-032-6/+6
* Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2000-12-022-17/+26
* remember the problem with ftime()Ulf Möller2000-12-021-1/+1
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-012-5/+9
* "make depend"Bodo Möller2000-12-011-170/+164
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-303-166/+188
* avoid segmentation faultBodo Möller2000-11-291-1/+4
* Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte2000-11-221-2/+2
* Better handling of EVP names, add EVP to speed.Ben Laurie2000-11-202-74/+72
* Improve usability of 'openssl passwd' by includingBodo Möller2000-11-171-1/+6
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-39/+39
* Make Rijndael work! Those long flights have some good points.Ben Laurie2000-11-121-3/+3
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-082-1/+2
* The consequence of constification is that to pass the address to aRichard Levitte2000-11-062-2/+2
* Make all engines available in the openssl application.Richard Levitte2000-11-063-8/+6
* Change the engine library so the application writer has to explicitelyRichard Levitte2000-11-021-0/+3
* 'openssl engine' can now list engine capabilities. The currentRichard Levitte2000-11-021-14/+63
* Better error reporting in 'openssl engine'Richard Levitte2000-11-021-7/+4
* make updateRichard Levitte2000-11-021-137/+177
* Never call load_dh_param(NULL) because this leads to an illegalBodo Möller2000-11-021-4/+7
* -t is supported, so display some help about it.Richard Levitte2000-11-011-1/+1
* Add application to enumerate, list and test engines with.Richard Levitte2000-11-013-3/+204
* Make flag variables int instead of char. This avoids getting into trouble on...Richard Levitte2000-10-311-3/+3
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-287-28/+128
* Small documentation changeRichard Levitte2000-10-281-1/+1
* NetBSD doesn't use ftime().Richard Levitte2000-10-271-1/+1
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+8
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-2626-233/+908
* rsautl.c requires RSA.Bodo Möller2000-10-261-0/+4
* Don't ever set 'seeded' if RAND_status() returned 0Bodo Möller2000-10-231-7/+10
* There's no reason why app_RAND_load_file() should return 0 whenRichard Levitte2000-10-211-1/+1
* Update test server certificate in apps/server.pem (it was expired).Dr. Stephen Henson2000-10-163-10/+10
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-142-18/+61
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-063-10/+58
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-041-2/+18
* Oops, if the target only had USE_TOD, an error message was issued...Richard Levitte2000-09-211-1/+1
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-212-1/+3
* AIX doesn't like ftime() either.Richard Levitte2000-09-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-2029-47/+306
* BSDI only supports ftime() through libcompat, which means it'sRichard Levitte2000-09-191-1/+1
* Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson2000-09-192-9/+9
* FreeBSD only supports ftime() through libcompat, which means it'sRichard Levitte2000-09-191-1/+1
* ftime() is not supported on SGI.Richard Levitte2000-09-181-1/+1
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-174-10/+10
* siglen is unsigned, so comparing it to less than 0 is silly, andRichard Levitte2000-09-171-1/+1
* 'make update'Richard Levitte2000-09-151-84/+115
* Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromRichard Levitte2000-09-151-1/+1