summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2000-11-29avoid segmentation faultBodo Möller
2000-11-22Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie
2000-11-17Improve usability of 'openssl passwd' by includingBodo Möller
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte
2000-11-06Make all engines available in the openssl application.Richard Levitte
2000-11-02Change the engine library so the application writer has to explicitelyRichard Levitte
2000-11-02'openssl engine' can now list engine capabilities. The currentRichard Levitte
2000-11-02Better error reporting in 'openssl engine'Richard Levitte
2000-11-02make updateRichard Levitte
2000-11-02Never call load_dh_param(NULL) because this leads to an illegalBodo Möller
2000-11-01-t is supported, so display some help about it.Richard Levitte
2000-11-01Add application to enumerate, list and test engines with.Richard Levitte
2000-10-31Make flag variables int instead of char. This avoids getting into trouble on...Richard Levitte
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte
2000-10-28Small documentation changeRichard Levitte
2000-10-27NetBSD doesn't use ftime().Richard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-26rsautl.c requires RSA.Bodo Möller
2000-10-23Don't ever set 'seeded' if RAND_status() returned 0Bodo Möller
2000-10-21There's no reason why app_RAND_load_file() should return 0 whenRichard Levitte
2000-10-16Update test server certificate in apps/server.pem (it was expired).Dr. Stephen Henson
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson
2000-09-21Oops, if the target only had USE_TOD, an error message was issued...Richard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-20AIX doesn't like ftime() either.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-19BSDI only supports ftime() through libcompat, which means it'sRichard Levitte
2000-09-19Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson
2000-09-19FreeBSD only supports ftime() through libcompat, which means it'sRichard Levitte
2000-09-18ftime() is not supported on SGI.Richard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-17siglen is unsigned, so comparing it to less than 0 is silly, andRichard Levitte
2000-09-15'make update'Richard Levitte
2000-09-15Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromRichard Levitte
2000-09-14rsa_num2 is no longer used, so remove it.Richard Levitte
2000-09-12Better error checking for RSA and DSA signature and verification speedRichard Levitte
2000-09-11DSA_verify() and DSA_sign() might return -1...Richard Levitte
2000-09-11OpenBSD doesn't support timeb.Richard Levitte
2000-09-11Last minute update, in time to make it to 0.9.6-beta1Richard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-08Synchronise the VMS build with the Unix one.Richard Levitte
2000-09-08Update verify docs.Dr. Stephen Henson