| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the header dependencies on engine.h in apps/. | Geoff Thorpe | 2001-09-12 | 1 | -1/+0 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -0/+3 |
* | Make better use of load_cert, load_certs and load_key. | Richard Levitte | 2001-06-25 | 1 | -16/+11 |
* | Provide an application-common setup function for engines and use it | Richard Levitte | 2001-06-18 | 1 | -13/+1 |
* | Add support for MS CSP Name PKCS#12 attribute. | Dr. Stephen Henson | 2001-06-11 | 1 | -0/+7 |
* | Change the EVP_somecipher() and EVP_somedigest() | Dr. Stephen Henson | 2001-03-09 | 1 | -1/+1 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -3/+3 |
* | Rewrite PKCS#12 code and remove some of the old | Dr. Stephen Henson | 2000-12-31 | 1 | -10/+10 |
* | Merge the engine branch into the main trunk. All conflicts resolved. | Richard Levitte | 2000-10-26 | 1 | -0/+23 |
* | On VMS, stdout may very well lead to a file that is written to in a | Richard Levitte | 2000-09-20 | 1 | -3/+10 |
* | Fix a typo in apps/pkcs12.c which was using the wrong part of | Dr. Stephen Henson | 2000-09-19 | 1 | -4/+4 |
* | Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care | Richard Levitte | 2000-09-17 | 1 | -5/+5 |
* | Various fixes... | Dr. Stephen Henson | 2000-08-22 | 1 | -0/+2 |
* | Memory leaks fix. It now looks like all memory leaks, at least around | Richard Levitte | 2000-08-12 | 1 | -0/+2 |
* | Memory leaks fix. There seems to be more in other parts of OpenSSL... | Richard Levitte | 2000-08-11 | 1 | -25/+106 |
* | The pkcs12 had no way of getting a CA file or path to be used when | Richard Levitte | 2000-08-11 | 1 | -10/+27 |
* | Undo the changes I just made. I'm not sure what I was thinking of. | Richard Levitte | 2000-06-28 | 1 | -12/+2 |
* | Make it possible for users of the openssl applications to specify the | Richard Levitte | 2000-06-28 | 1 | -2/+12 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 1 | -3/+3 |
* | Typesafety Thought Police part 3. | Ben Laurie | 2000-05-16 | 1 | -9/+10 |
* | Typesafety Thought Police Part 2. | Ben Laurie | 2000-05-16 | 1 | -16/+21 |
* | Get rid of more non-ANSI declarations. | Ulf Möller | 2000-05-16 | 1 | -6/+6 |
* | Make PKCS#12 code handle missing passwords. | Dr. Stephen Henson | 2000-05-04 | 1 | -3/+8 |
* | 'rand'/'-rand' documentation. | Bodo Möller | 2000-03-01 | 1 | -1/+1 |
* | Rename functions for new convention. | Dr. Stephen Henson | 2000-02-26 | 1 | -1/+1 |
* | Pass phrase reorganisation. | Dr. Stephen Henson | 2000-02-17 | 1 | -41/+22 |
* | Make pkcs12 and smime applications seed random number | Dr. Stephen Henson | 2000-02-12 | 1 | -2/+18 |
* | Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca... | Ralf S. Engelschall | 2000-02-11 | 1 | -0/+3 |
* | Add command line password options to the reamining utilities, | Dr. Stephen Henson | 2000-02-08 | 1 | -19/+59 |
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 1 | -1/+1 |
* | Use CRYPTO_push_info to find a memory leak in pkcs12.c. | Bodo Möller | 2000-01-13 | 1 | -1/+47 |
* | New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c... | Dr. Stephen Henson | 2000-01-09 | 1 | -5/+1 |
* | Add PKCS#12 manpage and use MAC iteration counts by default. | Dr. Stephen Henson | 2000-01-08 | 1 | -1/+3 |
* | Add PKCS#8 utility functions and add PBE options. | Dr. Stephen Henson | 1999-12-23 | 1 | -3/+25 |
* | New options to the -verify program which can be used for chain verification. | Dr. Stephen Henson | 1999-11-26 | 1 | -2/+3 |
* | Merge some common functionality in the apps, delete | Dr. Stephen Henson | 1999-11-12 | 1 | -15/+0 |
* | Fix for bug in pkcs12 program and typo in ASN1_tag2str(). | Dr. Stephen Henson | 1999-10-05 | 1 | -3/+4 |
* | avoid some NO_<cipher> problems | Bodo Möller | 1999-08-02 | 1 | -0/+4 |
* | Tidy up pkcs12 application. | Dr. Stephen Henson | 1999-07-29 | 1 | -46/+40 |
* | Additional user data argument to pem_password_cb function type | Bodo Möller | 1999-07-21 | 1 | -4/+4 |
* | Avoid warnings. | Bodo Möller | 1999-06-10 | 1 | -1/+1 |
* | Some constification and stacks that slipped through the cracks (how?). | Ben Laurie | 1999-06-05 | 1 | -24/+24 |
* | Free up 'out' before exiting pkcs12 application. | Dr. Stephen Henson | 1999-05-27 | 1 | -0/+1 |
* | New functions sk_set, sk_value and sk_num to replace existing macros: this is | Dr. Stephen Henson | 1999-05-19 | 1 | -3/+3 |
* | Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the | Dr. Stephen Henson | 1999-05-18 | 1 | -1/+1 |
* | Oops! Get the pmatch test the right way round. | Dr. Stephen Henson | 1999-05-16 | 1 | -1/+1 |
* | Fix various less obvious bugs in PKCS#7 handling: such as not zeroing | Dr. Stephen Henson | 1999-05-16 | 1 | -3/+1 |
* | Marked probable bug, pointed out by Anonymous. | Bodo Möller | 1999-05-16 | 1 | -1/+3 |
* | Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -Wshadow | Ralf S. Engelschall | 1999-05-10 | 1 | -0/+1 |