| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. | Dr. Stephen Henson | 2004-08-05 | 1 | -1/+7 |
* | 'apps/openssl dgst -help' update and minor apps/speed.c update. | Andy Polyakov | 2004-07-25 | 2 | -0/+15 |
* | Don't try to parse non string types. | Dr. Stephen Henson | 2004-07-01 | 1 | -0/+10 |
* | Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>. | Richard Levitte | 2004-06-29 | 1 | -5/+5 |
* | Make the tests of EVP operations without padding. As a consequence, | Richard Levitte | 2004-06-28 | 1 | -5/+2 |
* | Make sure that the buffers are large enough to contain padding. | Richard Levitte | 2004-06-28 | 1 | -1/+5 |
* | NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev. | Richard Levitte | 2004-06-28 | 1 | -0/+10 |
* | Reformat pkcs8 source. | Dr. Stephen Henson | 2004-06-24 | 1 | -100/+174 |
* | Working on HP-UX shared support... | Andy Polyakov | 2004-05-31 | 1 | -1/+1 |
* | Make sha-256/-512 naming in speed.c consistent with their names as they | Andy Polyakov | 2004-05-31 | 1 | -5/+5 |
* | SHA-256/-512 test and benchmark. | Andy Polyakov | 2004-05-20 | 1 | -3/+45 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -402/+386 |
* | Remove some unnecessary recursive includes from the internal apps.h header, | Geoff Thorpe | 2004-05-17 | 7 | -2/+6 |
* | make update | Richard Levitte | 2004-05-13 | 1 | -9/+33 |
* | Make self signing option of 'x509' use random serial numbers too. | Dr. Stephen Henson | 2004-05-12 | 1 | -3/+7 |
* | Allow RSA key-generation to specify an arbitrary public exponent. Jelte | Geoff Thorpe | 2004-04-26 | 3 | -10/+20 |
* | New option to 'x509' -next_serial. This outputs the certificate | Dr. Stephen Henson | 2004-04-21 | 1 | -1/+22 |
* | Use X509_get_serialNumber() instead of accessing internals in x509.c | Dr. Stephen Henson | 2004-04-21 | 1 | -1/+2 |
* | Reduce chances of issuer and serial number duplication by use of random | Dr. Stephen Henson | 2004-04-20 | 5 | -10/+40 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -271/+166 |
* | header cleanup in apps/ | Geoff Thorpe | 2004-04-19 | 4 | -0/+5 |
* | Clear error if unique_subject lookup fails. | Dr. Stephen Henson | 2004-04-15 | 1 | -1/+3 |
* | Move the definition of Win32_rename(), since the macro rename gets undefined | Richard Levitte | 2004-03-25 | 1 | -38/+38 |
* | Adds warnings about two curves and fixes the "seed" value for two other | Geoff Thorpe | 2004-03-25 | 1 | -6/+2 |
* | o_str.h isn't a public header file, so make sure it will still be | Richard Levitte | 2004-03-24 | 1 | -3/+3 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 3 | -3/+5 |
* | Call autoconfig code in pkcs7 utility. | Dr. Stephen Henson | 2004-03-06 | 1 | -0/+3 |
* | minor signed/unsigned warning fixes | Geoff Thorpe | 2004-02-10 | 2 | -3/+3 |
* | Fix handling of -offset and -length in asn1parse tool. | Dr. Stephen Henson | 2004-02-08 | 1 | -1/+9 |
* | Fix declaration inconsistency in ecparam.c. | Andy Polyakov | 2004-01-24 | 1 | -1/+1 |
* | Cover all DSA setups when running tests | Lutz Jänicke | 2004-01-08 | 1 | -0/+1 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 10 | -60/+70 |
* | Move another common functionality (reproduced so far with cut'n'paste) | Richard Levitte | 2003-11-28 | 3 | -33/+34 |
* | Forgot to change the declaration of do_subject() to one of parse_name()... | Richard Levitte | 2003-11-28 | 1 | -1/+1 |
* | Move do_subject() to apps.c and rename it to parse_name(). The | Richard Levitte | 2003-11-28 | 3 | -138/+139 |
* | Allow multi-valued rdns in subjects. This adds the -multivalue-rdn option | Richard Levitte | 2003-11-28 | 3 | -28/+51 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 9 | -18/+125 |
* | Give CRLDP its standard name. | Dr. Stephen Henson | 2003-11-20 | 1 | -1/+1 |
* | Make sure to initialize AES counters to obtain proper results. | Lutz Jänicke | 2003-11-18 | 1 | -0/+6 |
* | Catch error condition to prevent NULL pointer dereference. | Lutz Jänicke | 2003-11-16 | 1 | -2/+2 |
* | Avoid some shadowed variable names. | Geoff Thorpe | 2003-11-04 | 1 | -3/+3 |
* | Let exit codes propagate from within for loops. | Richard Levitte | 2003-10-31 | 1 | -2/+2 |
* | Copy-n-paste bug (don't mix variable declarations and code). This sets the | Geoff Thorpe | 2003-10-29 | 1 | -1/+1 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 4 | -4/+6 |
* | For whatever reason (compiler or header bugs), at least one commonly-used | Geoff Thorpe | 2003-10-29 | 1 | -4/+18 |
* | Update any code that was using deprecated functions so that everything builds | Geoff Thorpe | 2003-10-29 | 5 | -30/+53 |
* | Avoid warnings: add missing prototype, don't shadow. | Dr. Stephen Henson | 2003-10-11 | 1 | -1/+1 |
* | s_client should inform the user of any compression/expansion methods used. | Richard Levitte | 2003-10-06 | 1 | -0/+7 |
* | Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>. | Richard Levitte | 2003-09-27 | 3 | -19/+19 |