| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert save_serial() to work like save_index(), and add a | Richard Levitte | 2003-04-04 | 1 | -43/+2 |
* | Add documentation on the added functionality in 'openssl ca'. | Richard Levitte | 2003-04-04 | 1 | -0/+1 |
* | Correct a lot of printing calls. Remove extra arguments... | Richard Levitte | 2003-04-04 | 1 | -1/+1 |
* | Implement self-signing in 'openssl ca'. This makes it easier to have | Richard Levitte | 2003-04-04 | 1 | -31/+59 |
* | Reset the version number of the issuer certificate? I believe this | Richard Levitte | 2003-04-03 | 1 | -1/+1 |
* | Conditionalise all debug strings. | Richard Levitte | 2003-04-03 | 1 | -0/+6 |
* | Make it possible to have multiple active certificates with the same | Richard Levitte | 2003-04-03 | 1 | -341/+84 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+8 |
* | cert_sk isn't always allocated, so freeing it may cause a crash. | Richard Levitte | 2003-01-30 | 1 | -1/+2 |
* | Typo. | Dr. Stephen Henson | 2003-01-09 | 1 | -1/+1 |
* | NULL tofree when it is freed to avoid double free. | Dr. Stephen Henson | 2003-01-09 | 1 | -1/+4 |
* | Spelling error. | Richard Levitte | 2002-12-25 | 1 | -1/+1 |
* | EXIT() may mean return(). That's confusing, so let's have it really mean | Richard Levitte | 2002-12-03 | 1 | -1/+1 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 1 | -1/+1 |
* | Remove warnings. | Richard Levitte | 2002-11-14 | 1 | -1/+1 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -18/+38 |
* | Windows doesn't know sys/file.h | Richard Levitte | 2002-11-07 | 1 | -1/+1 |
* | On certain platforms, we redefine certain symbols using macros in | Richard Levitte | 2002-10-24 | 1 | -1/+2 |
* | fix warnings, and harmonize indentation | Bodo Möller | 2002-10-23 | 1 | -20/+24 |
* | BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the | Richard Levitte | 2002-10-11 | 1 | -5/+16 |
* | Add missing LF | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) | Bodo Möller | 2002-08-12 | 1 | -2/+2 |
* | Make it possible to load keys from stdin, and restore that | Richard Levitte | 2002-08-01 | 1 | -1/+1 |
* | If the email address is moved from the subject to the subject alternate name, | Richard Levitte | 2002-07-31 | 1 | -4/+3 |
* | Fix bug introduced with revision 1.95 when this filed was modified to | Bodo Möller | 2002-07-18 | 1 | -2/+2 |
* | Unixware doesn't have strings.h, so we need to declare strcasecmp() | Richard Levitte | 2002-07-18 | 1 | -1/+5 |
* | Reorganise -subj option code, fix buffer overrun. | Dr. Stephen Henson | 2002-05-19 | 1 | -25/+24 |
* | Fix escaping when using the -subj option of "openssl req", document | Lutz Jänicke | 2002-04-30 | 1 | -35/+94 |
* | Fix the Win32_rename() function so it correctly | Dr. Stephen Henson | 2002-03-08 | 1 | -0/+4 |
* | Increase internal security when using strncpy, by making sure the resulting s... | Richard Levitte | 2002-02-28 | 1 | -0/+8 |
* | Config code updates. | Dr. Stephen Henson | 2002-02-22 | 1 | -0/+3 |
* | Add the configuration target VxWorks. | Richard Levitte | 2002-02-14 | 1 | -1/+1 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -0/+15 |
* | Fix email address delete code. | Dr. Stephen Henson | 2001-11-06 | 1 | -1/+1 |
* | Another noemailDN fix. | Dr. Stephen Henson | 2001-10-27 | 1 | -6/+3 |
* | Allow ca to certify requests containing BMPStrings and UTF8Strings. | Dr. Stephen Henson | 2001-10-27 | 1 | -7/+10 |
* | Bugfixes for noemailDN option. Make it use the | Dr. Stephen Henson | 2001-10-27 | 1 | -17/+15 |
* | Add '-noemailDN' option to 'openssl ca'. This prevents inclusion of | Bodo Möller | 2001-10-25 | 1 | -38/+98 |
* | Reduce the header dependencies on engine.h in apps/. | Geoff Thorpe | 2001-09-12 | 1 | -1/+0 |
* | Make -passin -passout etc work again. | Dr. Stephen Henson | 2001-08-17 | 1 | -3/+10 |
* | Add CRL utility functions to allow CRLs to be | Dr. Stephen Henson | 2001-08-17 | 1 | -23/+27 |
* | Initial OCSP server support, using index.txt format. | Dr. Stephen Henson | 2001-07-12 | 1 | -88/+123 |
* | Modify apps to use NCONF code instead of old CONF code. | Dr. Stephen Henson | 2001-06-28 | 1 | -58/+62 |
* | Make better use of load_cert, load_certs and load_key. | Richard Levitte | 2001-06-27 | 1 | -37/+11 |
* | Provide an application-common setup function for engines and use it | Richard Levitte | 2001-06-18 | 1 | -17/+1 |
* | Extend all the loading functions to take an engine pointer, a pass | Richard Levitte | 2001-05-30 | 1 | -25/+3 |
* | VMS doesn't support more than on period in a file name | Richard Levitte | 2001-05-22 | 1 | -0/+16 |
* | Add copy_extensions option to 'ca' utility. | Dr. Stephen Henson | 2001-03-16 | 1 | -47/+37 |
* | Overhaul the display of certificate details in | Dr. Stephen Henson | 2001-03-15 | 1 | -37/+144 |
* | New option '-subj arg' for 'openssl req' and 'openssl ca'. This | Bodo Möller | 2001-03-05 | 1 | -22/+104 |