- 125cc35 Merge in DES changed from 0.9.7-stable. by Richard Levitte · 23 years ago
- af28dd6 Fix bugs and typos. by Bodo Möller · 23 years ago
- de941e2 by Dr. Stephen Henson · 23 years ago
- 690ecff Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. Fix dsaparam usage output. by Bodo Möller · 23 years ago
- 26e1237 by Dr. Stephen Henson · 23 years ago
- 4882171 EC curve stuff by Bodo Möller · 23 years ago
- 0dc0923 by Dr. Stephen Henson · 23 years ago
- 36c1946 add SECG OIDs by Bodo Möller · 23 years ago
- 870694b fix 'ecdsaparam -C' by Bodo Möller · 23 years ago
- 87a4b4d fix printf call by Bodo Möller · 23 years ago
- 2b3aeff fix 'ecdsaparam -C' output by Bodo Möller · 23 years ago
- 26414ee Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated by Richard Levitte · 23 years ago
- 0d7b9b8 make update, after moving around symbols in libeay.num to match 0.9.7-stable. by Richard Levitte · 23 years ago
- 31188ee by Dr. Stephen Henson · 23 years ago
- 032c49b by Dr. Stephen Henson · 23 years ago
- 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
- b3dfaaa Add AES support in the applications that support -des and -des3. by Richard Levitte · 23 years ago
- cd64618 gcc chokes on C++ comments in C code. by Richard Levitte · 23 years ago
- 3e83e68 Add the configuration target VxWorks. by Richard Levitte · 23 years ago
- 1dea1f4 '-C' is still quite broken by Bodo Möller · 23 years ago
- 44411db fix '-C' by Bodo Möller · 23 years ago
- 23ac7a1 fix memory leak by Bodo Möller · 23 years ago
- d8309ef EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name() by Bodo Möller · 23 years ago
- 4d94ae0 ECDSA support by Bodo Möller · 23 years ago
- de2f6e4 'make update' by Richard Levitte · 23 years ago
- f701551 HP-UX 32bit: by Lutz Jänicke · 23 years ago
- 1199e2d Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it. by Richard Levitte · 23 years ago
- 80bb905 Apply the following changes by Toomas Kiisk <vix@cyber.ee>: by Richard Levitte · 23 years ago
- 404dcc5 I must learn to compile before I commit... by Richard Levitte · 23 years ago
- 17bcb8d Add -keyform. Document -engine. by Richard Levitte · 23 years ago
- 45d87a1 Prototype info function. by Ben Laurie · 23 years ago
- 015fbde make update by Richard Levitte · 23 years ago
- ba1b888 Implement speed measurement for AES. by Richard Levitte · 23 years ago
- 47cc552 RSA counter should only be defined of RSA is available. by Richard Levitte · 23 years ago
- 206eb6a Change pkcs12 so the certificates coming from -in do not get tossed if by Richard Levitte · 23 years ago
- ff3fa48 Improve back compatibility. by Ben Laurie · 23 years ago
- 87166e1 fix warnings (one of them was clearly justified) by Bodo Möller · 23 years ago
- 21a85f1 Add -pubkey option to req command. by Dr. Stephen Henson · 23 years ago
- 4f94d1a check OPENSSL_NO_... before including header files that might be disabled by Bodo Möller · 23 years ago
- 308f028 In this particular error condition, the structural reference wasn't being by Geoff Thorpe · 23 years ago
- 83c40e7 Make it possible to give digest names as -evp arguments. by Richard Levitte · 23 years ago
- e1a00d7 If an engine isn't built in, try loading it as a shareable library by Richard Levitte · 23 years ago
- b476df6 make update perl util/mkerr.pl -recurse -write -rebuild by Richard Levitte · 23 years ago
- 817dfc1 Change the order of events so the capabilities of loaded engines can by Richard Levitte · 23 years ago
- 135c0af Implement STARTTLS for certain protocols, currently only supporting SMTP. by Richard Levitte · 23 years ago
- 29e0c30 more output for SSL 2.0 in our msg_callback by Bodo Möller · 23 years ago
- b83eddc Win32 fixes. by Dr. Stephen Henson · 23 years ago
- 6229a56 Fix email address delete code. by Dr. Stephen Henson · 23 years ago
- f559f31 DOS and Windows do not like unistd.h by Richard Levitte · 23 years ago
- 3210b4f If verify fails, say why. by Ben Laurie · 23 years ago
- a7b4200 Change the shared library support so the shared libraries get built by Richard Levitte · 23 years ago
- 7b5ffd6 Addapt VMS scripts to the newer disk layout system ODS-5, which allows more than one period and mixed size characters in file names by Richard Levitte · 23 years ago
- 9b55da7 Another noemailDN fix. by Dr. Stephen Henson · 23 years ago
- e7156ff Allow ca to certify requests containing BMPStrings and UTF8Strings. by Dr. Stephen Henson · 23 years ago
- 437db75 Bugfixes for noemailDN option. Make it use the by Dr. Stephen Henson · 23 years ago
- 1fc6d41 New options to allow req to accept UTF8 strings as input. by Dr. Stephen Henson · 23 years ago
- 66d3e74 Make sure openssl speed is compilable on systems where fork() doesn't by Richard Levitte · 23 years ago
- 0e21156 Add paralellism to speed - note that this currently causes a weird memory leak. by Ben Laurie · 23 years ago
- 89da653 Add '-noemailDN' option to 'openssl ca'. This prevents inclusion of by Bodo Möller · 23 years ago
- c2e4f17 Due to an increasing number of clashes between modern OpenSSL and by Richard Levitte · 23 years ago
- f1558bb by Dr. Stephen Henson · 23 years ago
- 6ca4879 by Dr. Stephen Henson · 23 years ago
- a661b65 New functions SSL[_CTX]_set_msg_callback(). by Bodo Möller · 23 years ago
- cecd263 Add missing EVP_CIPHER_CTX_{init,cleanup} by Dr. Stephen Henson · 23 years ago
- 581f1c8 Modify EVP cipher behaviour in a similar way to digests to retain compatibility. by Dr. Stephen Henson · 23 years ago
- 41ebed2 Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>). by Lutz Jänicke · 23 years ago
- 20d2186 by Dr. Stephen Henson · 23 years ago
- dd5e774 Add support for md4WithRSAEncryption. by Richard Levitte · 23 years ago
- 7125571 'make update' by Richard Levitte · 23 years ago
- b30245d 'make update' by Richard Levitte · 23 years ago
- f8000b9 'make update' by Richard Levitte · 23 years ago
- 2aa9043 Because there's chances we clash with the system's types.h, rename our by Richard Levitte · 24 years ago
- 3d90a32 sch isn't an array, how did this pass through gcc? by Richard Levitte · 24 years ago
- 4ba163c Make "openssl engine -c" list any supported digests as well as supported by Geoff Thorpe · 24 years ago
- a4a8f7b Change HZ in speed to rely on sysconf() if the clock tick is available by Richard Levitte · 24 years ago
- 34c6692 ENGINE_register_all_complete() will register all implementations of all by Geoff Thorpe · 24 years ago
- 7876e44 Stop thinking arguments starting with - are algorithm identifiers. by Richard Levitte · 24 years ago
- 0b4b9a1 Put the cipher info back into the "openssl engine" command. by Geoff Thorpe · 24 years ago
- 6dc5d57 Make necessary tweaks to apps/ files due to recent ENGINE surgery. See by Geoff Thorpe · 24 years ago
- 10b2328 "make update" by Geoff Thorpe · 24 years ago
- c404ff7 make update by Bodo Möller · 24 years ago
- 8ce2912 Updated dependencies from "make update" by Geoff Thorpe · 24 years ago
- 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
- 51ac0cf make update by Geoff Thorpe · 24 years ago
- 16e819e Put all "common" initialisation in the apps_startup() and apps_shutdown() by Geoff Thorpe · 24 years ago
- c2222c2 restore previous revision -- memory leak should be fixed in mem.c by Bodo Möller · 24 years ago
- 336da56 fix memory leak by Bodo Möller · 24 years ago
- a52c2fb exclude disabled message digests by Bodo Möller · 24 years ago
- 41450b2 add AES ciphers by Bodo Möller · 24 years ago
- e72d598 Update so that progs.h can indeed be automatically generated by Bodo Möller · 24 years ago
- 384eff8 Fix apps/openssl.c and ssl/ssltest.c so that they use by Bodo Möller · 24 years ago
- 7d34470 Look up MD5 by name. by Ben Laurie · 24 years ago
- 9d07fd0 Use GCC 2.95/3.0 optimization by Ulf Möller · 24 years ago
- 79aa04e Make the necessary changes to work with the recent "ex_data" overhaul. by Geoff Thorpe · 24 years ago
- de73cca make update by Ulf Möller · 24 years ago
- faacb09 -passin argument not used when actually loading the key by Lutz Jänicke · 24 years ago
- b439a74 Load OCSP responder key before waiting for an incoming by Dr. Stephen Henson · 24 years ago
- 354c3ac Add first cut symmetric crypto support. by Ben Laurie · 24 years ago
- b65f851 by Dr. Stephen Henson · 24 years ago
- 35bf354 by Dr. Stephen Henson · 24 years ago