- 90c1946 Don't core dump when using CMAC with dgst. by Dr. Stephen Henson · 11 years ago
- 7951c26 add fips blocking overrides to command line utilities by Dr. Stephen Henson · 13 years ago
- 1ee4972 Add fips hmac key to dgst utility. by Dr. Stephen Henson · 14 years ago
- bb845ee Add -engine_impl option to dgst which will use an implementation of by Dr. Stephen Henson · 15 years ago
- 5a9e3f0 PR: 2170 Submitted by: Magnus Lilja <lilja.magnus@gmail.com> by Dr. Stephen Henson · 15 years ago
- 42733b3 PR: 2066 Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org by Dr. Stephen Henson · 15 years ago
- c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
- 7184ef1 Cast to avoid signedness confusion by Richard Levitte · 16 years ago
- e5fa864 Updates from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
- 70b2186 Stop warnings. by Dr. Stephen Henson · 16 years ago
- e4e9491 Submitted by: Victor B. Wagner <vitus@cryptocom.ru> by Dr. Stephen Henson · 16 years ago
- 6bcbac0 remove a doubled entry for '-binary' in the usage message by Ralf S. Engelschall · 17 years ago
- 5ce278a More type-checking. by Ben Laurie · 17 years ago
- a92ebf2 Provide information about "openssl dgst" -hmac option. by Lutz Jänicke · 17 years ago
- 8dbdf63 Typo. by Dr. Stephen Henson · 18 years ago
- 9c54e18 Fixes for dgst tool. Initialize md_name, sig_name properly. Return error code by Dr. Stephen Henson · 18 years ago
- 0f9e0ab Set len to buffer size. by Dr. Stephen Henson · 18 years ago
- e77dbf3 Prepend signature name in dgst output. by Dr. Stephen Henson · 18 years ago
- f03620e Use default md if none specified in dgst utility. by Dr. Stephen Henson · 18 years ago
- 47b2e23 Use EVP_DigestVerify() in dgst.c if verifying. by Dr. Stephen Henson · 18 years ago
- 6ef18c2 Bug in apps/dgst.c. by Andy Polyakov · 18 years ago
- 2022cfe New -mac and -macopt options to dgst utility. Reimplement -hmac option in by Dr. Stephen Henson · 18 years ago
- d952c79 New -sigopt option for dgst utility. by Dr. Stephen Henson · 18 years ago
- 5d5ca32 Updates from 0.9.8-stable branch. by Dr. Stephen Henson · 18 years ago
- 52cfa39 Add -hmac option to dgst from 0.9.7 stable branch. by Dr. Stephen Henson · 18 years ago
- 7806f3d replace macros with functions by Nils Larsch · 18 years ago
- 246e093 Fix bug where freed OIDs could be accessed in EVP_cleanup() by by Dr. Stephen Henson · 19 years ago
- 7b1b47a Mention Whirlpool in dgst -help. by Andy Polyakov · 19 years ago
- 5b40d7d Add -passin argument to dgst command. by Dr. Stephen Henson · 20 years ago
- c128bb0 Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. by Dr. Stephen Henson · 21 years ago
- c88f8f7 'apps/openssl dgst -help' update and minor apps/speed.c update. by Andy Polyakov · 21 years ago
- d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
- 0b13e9f Add the possibility to build without the ENGINE framework. PR: 287 by Richard Levitte · 22 years ago
- 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
- 4579924 Cleanse memory using the new OPENSSL_cleanse() function. by Richard Levitte · 22 years ago
- 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
- da9b972 Make it possible to load keys from stdin, and restore that by Richard Levitte · 23 years ago
- d15711e Handle read errors. by Ben Laurie · 23 years ago
- dfee50e Allow longer program names (VMS allows up to 39 characters). by Richard Levitte · 23 years ago
- 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
- 1372965 Reduce the header dependencies on engine.h in apps/. by Geoff Thorpe · 24 years ago
- c04f8cf Use apps_shutdown() in all applications, in case someone decides not by Richard Levitte · 24 years ago
- 531d630 Provide an application-common setup function for engines and use it everywhere. by Richard Levitte · 24 years ago
- 30b4c27 Extend all the loading functions to take an engine pointer, a pass by Richard Levitte · 24 years ago
- bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
- 92125ff Make flag variables int instead of char. This avoids getting into trouble on systems where char is unsigned by default by Richard Levitte · 24 years ago
- 32d862e Add the possibility to use keys handled by engines in more applications. by Richard Levitte · 24 years ago
- 5270e70 Merge the engine branch into the main trunk. All conflicts resolved. by Richard Levitte · 24 years ago
- 645749e On VMS, stdout may very well lead to a file that is written to in a by Richard Levitte · 25 years ago
- 688fbf5 Fix a typo in apps/pkcs12.c which was using the wrong part of by Dr. Stephen Henson · 25 years ago
- 623eea3 siglen is unsigned, so comparing it to less than 0 is silly, and by Richard Levitte · 25 years ago
- 7df1c72 Fix typo in i2d_ASN1_ENUMERATED by Dr. Stephen Henson · 25 years ago
- 3009458 MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test by Richard Levitte · 25 years ago
- 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
- 667ac4e Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align by Ralf S. Engelschall · 25 years ago
- d58d092 Avoid warnings. by Bodo Möller · 26 years ago
- b1c4fe3 Don't mix real tabs with tabs expanded as 8 spaces -- that's by Bodo Möller · 26 years ago
- 54a29df argc counting bug fixed. Submitted by: Tomas Hulek Reviewed by: PR: by Bodo Möller · 26 years ago
- a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
- ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
- 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
- e778802 Massive constification. by Ben Laurie · 26 years ago
- dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
- 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
- d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago