| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformat smime utility. | Dr. Stephen Henson | 2004-09-07 | 1 | -3/+76 |
* | New X509_VERIFY_PARAM structure and associated functionality. | Dr. Stephen Henson | 2004-09-06 | 1 | -0/+65 |
* | Remove some unnecessary recursive includes from the internal apps.h header, | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | Reduce chances of issuer and serial number duplication by use of random | Dr. Stephen Henson | 2004-04-20 | 1 | -4/+28 |
* | header cleanup in apps/ | Geoff Thorpe | 2004-04-19 | 1 | -0/+1 |
* | Move the definition of Win32_rename(), since the macro rename gets undefined | Richard Levitte | 2004-03-25 | 1 | -38/+38 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-15 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -4/+6 |
* | Move another common functionality (reproduced so far with cut'n'paste) | Richard Levitte | 2003-11-28 | 1 | -16/+30 |
* | Move do_subject() to apps.c and rename it to parse_name(). The | Richard Levitte | 2003-11-28 | 1 | -0/+137 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -1/+12 |
* | Catch error condition to prevent NULL pointer dereference. | Lutz Jänicke | 2003-11-16 | 1 | -2/+2 |
* | Generalise the definition of strcasecmp() and strncasecmp() for | Richard Levitte | 2003-09-09 | 1 | -26/+0 |
* | Convert save_serial() to work like save_index(), and add a | Richard Levitte | 2003-04-04 | 1 | -3/+98 |
* | One more debug line to conditionalise. | Richard Levitte | 2003-04-03 | 1 | -0/+2 |
* | Don't try to free NULL values... | Richard Levitte | 2003-04-03 | 1 | -2/+5 |
* | Conditionalise all debug strings. | Richard Levitte | 2003-04-03 | 1 | -0/+12 |
* | Make it possible to have multiple active certificates with the same | Richard Levitte | 2003-04-03 | 1 | -0/+442 |
* | more mingw related cleanups. | Ulf Möller | 2003-02-22 | 1 | -4/+0 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+8 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 1 | -3/+3 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 1 | -0/+25 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -10/+29 |
* | Make sure toupper() is declared | Richard Levitte | 2002-10-25 | 1 | -0/+1 |
* | On certain platforms, we redefine certain symbols using macros in | Richard Levitte | 2002-10-24 | 1 | -3/+4 |
* | VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS. | Richard Levitte | 2002-10-10 | 1 | -0/+16 |
* | Make -nameopt work in req and add support for -reqopt | Dr. Stephen Henson | 2002-08-22 | 1 | -0/+1 |
* | Make it possible to load keys from stdin, and restore that | Richard Levitte | 2002-08-01 | 1 | -12/+26 |
* | Allow subjects with more than 255 characters to be properly printed. | Richard Levitte | 2002-07-18 | 1 | -3/+4 |
* | Unixware doesn't have strings.h, so we need to declare strcasecmp() | Richard Levitte | 2002-07-18 | 1 | -1/+5 |
* | load_netscape_key is static. | Lutz Jänicke | 2002-06-18 | 1 | -1/+1 |
* | Add missing prototypes. | Lutz Jänicke | 2002-06-13 | 1 | -3/+3 |
* | There is a chance that the input string is larger than size, and on VMS, | Richard Levitte | 2002-05-29 | 1 | -3/+10 |
* | Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. | Bodo Möller | 2002-03-14 | 1 | -4/+4 |
* | Fix the Win32_rename() function so it correctly | Dr. Stephen Henson | 2002-03-08 | 1 | -10/+7 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 1 | -0/+18 |
* | Apply the following changes by Toomas Kiisk <vix@cyber.ee>: | Richard Levitte | 2002-01-25 | 1 | -0/+61 |
* | In this particular error condition, the structural reference wasn't being | Geoff Thorpe | 2001-11-22 | 1 | -0/+1 |
* | If an engine isn't built in, try loading it as a shareable library | Richard Levitte | 2001-11-15 | 1 | -2/+21 |
* | New functions SSL[_CTX]_set_msg_callback(). | Bodo Möller | 2001-10-20 | 1 | -0/+53 |
* | ENGINE_register_all_complete() will register all implementations of all | Geoff Thorpe | 2001-09-28 | 1 | -0/+6 |
* | Make necessary tweaks to apps/ files due to recent ENGINE surgery. See | Geoff Thorpe | 2001-09-25 | 1 | -2/+0 |
* | Reduce the header dependencies on engine.h in apps/. | Geoff Thorpe | 2001-09-12 | 1 | -0/+1 |
* | Add first cut symmetric crypto support. | Ben Laurie | 2001-08-18 | 1 | -0/+4 |
* | Make -passin -passout etc work again. | Dr. Stephen Henson | 2001-08-17 | 1 | -0/+9 |
* | Modify apps to use NCONF code instead of old CONF code. | Dr. Stephen Henson | 2001-06-28 | 1 | -3/+3 |
* | Make use of new features in UI's. Among others, the application | Richard Levitte | 2001-06-23 | 1 | -27/+14 |
* | Fix UI leak in apps. | Dr. Stephen Henson | 2001-06-23 | 1 | -0/+8 |
* | Change the common application routines to use a UI_METHOD for password | Richard Levitte | 2001-06-19 | 1 | -33/+132 |
* | One feature wasn't quite commited yet | Richard Levitte | 2001-06-18 | 1 | -0/+2 |