summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2001-01-14Preliminary ocsp utility documentation.Dr. Stephen Henson
2001-01-13New OCSP utility. This can generate, parse and printDr. Stephen Henson
2001-01-12New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller
2001-01-11New -newreq-nodes option to CA.pl.Bodo Möller
2001-01-10It's silly to use a different default for PERL than in the topBodo Möller
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller
2001-01-10'char' argument to islower must be converted to 'unsigned char'Bodo Möller
2001-01-10Fix C code generate by 'openssl dsaparam -C'.Bodo Möller
2001-01-09rsa_num is not used with NO_RSAUlf Möller
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller
2000-12-15Locking issues.Bodo Möller
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-09Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-12-03Fix warnings.Ben Laurie
2000-12-02Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe
2000-12-02remember the problem with ftime()Ulf Möller
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-12-01"make depend"Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
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