aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2002-01-12Prototype info function.Ben Laurie2-2/+2
2002-01-02make updateRichard Levitte1-21/+22
2002-01-02Implement speed measurement for AES.Richard Levitte1-13/+117
2002-01-02RSA counter should only be defined of RSA is available.Richard Levitte1-1/+2
2001-12-12Change pkcs12 so the certificates coming from -in do not get tossed ifRichard Levitte1-2/+8
2001-12-09Improve back compatibility.Ben Laurie1-3/+3
2001-12-07fix warnings (one of them was clearly justified)Bodo Möller1-3/+3
2001-12-01Add -pubkey option to req command.Dr. Stephen Henson1-10/+33
2001-11-22check OPENSSL_NO_... before including header files that might beBodo Möller1-5/+15
2001-11-22In this particular error condition, the structural reference wasn't beingGeoff Thorpe1-0/+1
2001-11-15Make it possible to give digest names as -evp arguments.Richard Levitte1-27/+49
2001-11-15If an engine isn't built in, try loading it as a shareable libraryRichard Levitte1-2/+21
2001-11-15make updateRichard Levitte1-26/+25
2001-11-14Change the order of events so the capabilities of loaded engines canRichard Levitte1-6/+8
2001-11-14Implement STARTTLS for certain protocols, currently only supporting SMTP.Richard Levitte1-2/+33
2001-11-10more output for SSL 2.0 in our msg_callbackBodo Möller1-0/+61
2001-11-06Win32 fixes.Dr. Stephen Henson1-8/+11
2001-11-06Fix email address delete code.Dr. Stephen Henson1-1/+1
2001-11-05DOS and Windows do not like unistd.hRichard Levitte2-0/+4
2001-11-02If verify fails, say why.Ben Laurie1-0/+1
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte1-1/+4
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte1-0/+1
2001-10-27Another noemailDN fix.Dr. Stephen Henson1-6/+3
2001-10-27Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson1-7/+10
2001-10-27Bugfixes for noemailDN option. Make it use theDr. Stephen Henson1-17/+15
2001-10-26New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson1-24/+44
2001-10-25Make sure openssl speed is compilable on systems where fork() doesn'tRichard Levitte1-1/+18
2001-10-25Add paralellism to speed - note that this currently causes a weird memory leak.Ben Laurie1-171/+369
2001-10-25Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller1-38/+98
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte4-51/+54
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson1-0/+3
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2-2/+7
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller9-10/+650
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson1-0/+2
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-4/+4
2001-10-16Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke1-0/+2
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2-12/+13
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte1-1/+1
2001-10-10'make update'Richard Levitte1-2/+2
2001-10-10'make update'Richard Levitte1-2/+2
2001-10-04'make update'Richard Levitte1-245/+245
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-10-02sch isn't an array, how did this pass through gcc?Richard Levitte1-1/+1
2001-10-01Make "openssl engine -c" list any supported digests as well as supportedGeoff Thorpe1-4/+15
2001-09-28Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte2-19/+31
2001-09-28ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe2-5/+9
2001-09-27Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte1-5/+47
2001-09-25Put the cipher info back into the "openssl engine" command.Geoff Thorpe1-6/+7
2001-09-25Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe4-11/+13
2001-09-24"make update"Geoff Thorpe1-2/+2