aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2001-02-06format stringsUlf Möller5-5/+5
2001-02-04Make depend.Ben Laurie1-0/+23
2001-02-03If the source has already been succesfully queried, do not try to open itLutz Jänicke1-2/+4
2001-02-02Various function for commmon operations.Dr. Stephen Henson1-1/+1
2001-01-23Use OpenSSL_add_all_algorithms instead of the backwards compatibilityBodo Möller1-3/+3
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson1-1/+1
2001-01-19Fix openssl passwd -1Bodo Möller1-1/+1
2001-01-19Additional functionality in ocsp utility: print summaryDr. Stephen Henson1-16/+121
2001-01-18Don't shadow.Dr. Stephen Henson1-1/+0
2001-01-18Implement remaining OCSP verify checks inDr. Stephen Henson1-0/+2
2001-01-17Keep up with UnixRichard Levitte1-2/+2
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson4-32/+68
2001-01-15New '-extfile' option for 'openssl ca'.Bodo Möller1-19/+96
2001-01-14Fix warning in apps/ca.cDr. Stephen Henson1-2/+2
2001-01-14Preliminary ocsp utility documentation.Dr. Stephen Henson1-0/+3
2001-01-13New OCSP utility. This can generate, parse and printDr. Stephen Henson3-3/+457
2001-01-12New 'openssl ca -status <serial>' and 'openssl ca -updatedb'Bodo Möller1-34/+320
2001-01-11New -newreq-nodes option to CA.pl.Bodo Möller1-3/+8
2001-01-10It's silly to use a different default for PERL than in the topBodo Möller1-1/+1
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller1-2/+5
2001-01-10'char' argument to islower must be converted to 'unsigned char'Bodo Möller1-1/+1
2001-01-10Fix C code generate by 'openssl dsaparam -C'.Bodo Möller1-1/+1
2001-01-09rsa_num is not used with NO_RSAUlf Möller1-0/+2
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2-11/+11
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte1-164/+170
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller4-20/+112
2000-12-15Locking issues.Bodo Möller1-0/+126
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte1-4/+4
2000-12-09Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte1-2/+1
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-11/+17
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2-3/+6
2000-12-03Fix warnings.Ben Laurie2-6/+6
2000-12-02Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2-17/+26
2000-12-02remember the problem with ftime()Ulf Möller1-1/+1
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2-5/+9
2000-12-01"make depend"Bodo Möller1-170/+164
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte3-166/+188
2000-11-29avoid segmentation faultBodo Möller1-1/+4
2000-11-22Addapt the VMS scripts to the changes in the Makefiles.Richard Levitte1-2/+2
2000-11-20Better handling of EVP names, add EVP to speed.Ben Laurie2-74/+72
2000-11-17Improve usability of 'openssl passwd' by includingBodo Möller1-1/+6
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-39/+39
2000-11-12Make Rijndael work! Those long flights have some good points.Ben Laurie1-3/+3
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2-1/+2
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte2-2/+2
2000-11-06Make all engines available in the openssl application.Richard Levitte3-8/+6
2000-11-02Change the engine library so the application writer has to explicitelyRichard Levitte1-0/+3
2000-11-02'openssl engine' can now list engine capabilities. The currentRichard Levitte1-14/+63
2000-11-02Better error reporting in 'openssl engine'Richard Levitte1-7/+4
2000-11-02make updateRichard Levitte1-137/+177