Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2001-11-10more output for SSL 2.0 in our msg_callbackBodo Möller
2001-11-06Win32 fixes.Dr. Stephen Henson
2001-11-06Fix email address delete code.Dr. Stephen Henson
2001-11-05DOS and Windows do not like unistd.hRichard Levitte
2001-11-02If verify fails, say why.Ben Laurie
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte
2001-10-27Another noemailDN fix.Dr. Stephen Henson
2001-10-27Allow ca to certify requests containing BMPStrings and UTF8Strings.Dr. Stephen Henson
2001-10-27Bugfixes for noemailDN option. Make it use theDr. Stephen Henson
2001-10-26New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson
2001-10-25Make sure openssl speed is compilable on systems where fork() doesn'tRichard Levitte
2001-10-25Add paralellism to speed - note that this currently causes a weird memory leak.Ben Laurie
2001-10-25Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller
2001-10-25Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).Lutz Jänicke
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-11Add support for md4WithRSAEncryption.Richard Levitte
2001-10-10'make update'Richard Levitte
2001-10-10'make update'Richard Levitte
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-10-02sch isn't an array, how did this pass through gcc?Richard Levitte
2001-10-01Make "openssl engine -c" list any supported digests as well as supportedGeoff Thorpe
2001-09-28Change HZ in speed to rely on sysconf() if the clock tick is availableRichard Levitte
2001-09-28ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe
2001-09-27Stop thinking arguments starting with - are algorithm identifiers.Richard Levitte
2001-09-26Put the cipher info back into the "openssl engine" command.Geoff Thorpe
2001-09-26Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe
2001-09-24"make update"Geoff Thorpe
2001-09-21make updateBodo Möller
2001-09-12Updated dependencies from "make update"Geoff Thorpe
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-09-11make updateGeoff Thorpe
2001-09-11Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe
2001-09-10restore previous revision -- memory leak should be fixed in mem.cBodo Möller
2001-09-10fix memory leakBodo Möller
2001-09-10exclude disabled message digestsBodo Möller
2001-09-10add AES ciphersBodo Möller
2001-09-10Update so that progs.h can indeed be automatically generatedBodo Möller
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-07Look up MD5 by name.Ben Laurie
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-02Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-09-01make updateUlf Möller