| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure to complete the cleanup of names. | Richard Levitte | 2000-03-17 | 1 | -0/+5 |
* | Fix the PKCS#8 DSA code so it works again. All the | Dr. Stephen Henson | 2000-03-07 | 1 | -3/+11 |
* | Preserve reason strings in automatically build tables. | Bodo Möller | 2000-03-05 | 1 | -1/+2 |
* | Make ASN1 types real typedefs. | Dr. Stephen Henson | 2000-02-26 | 2 | -2/+2 |
* | Rename functions for new convention. | Dr. Stephen Henson | 2000-02-26 | 3 | -21/+21 |
* | Add PBE algorithms with ciphers, not digests. | Dr. Stephen Henson | 2000-02-23 | 2 | -4/+4 |
* | Make pkcs8 work again. | Dr. Stephen Henson | 2000-02-22 | 1 | -1/+5 |
* | Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for | Dr. Stephen Henson | 2000-02-22 | 1 | -1/+2 |
* | Move the registration of callback functions to special functions | Richard Levitte | 2000-02-20 | 4 | -0/+66 |
* | Add support for some broken PKCS#8 formats. | Dr. Stephen Henson | 2000-02-05 | 1 | -80/+181 |
* | Generate just one error code if iterated SSL_CTX_get() fails. | Bodo Möller | 2000-02-05 | 1 | -4/+36 |
* | Rename SSLeay_add_all_algorithms() et al to | Dr. Stephen Henson | 2000-02-04 | 5 | -136/+264 |
* | ispell (and minor modifications) | Ulf Möller | 2000-02-03 | 5 | -11/+11 |
* | Seek out and destroy another evil cast. | Ulf Möller | 2000-01-30 | 1 | -1/+1 |
* | Source code cleanups: Use void * rather than char * in lhash, | Ulf Möller | 2000-01-30 | 1 | -2/+2 |
* | Check RAND_bytes() return value or use RAND_pseudo_bytes(). | Ulf Möller | 2000-01-21 | 2 | -3/+4 |
* | RAND_bytes's return values is 0 for an error, not -1. | Bodo Möller | 2000-01-15 | 1 | -1/+1 |
* | In EVP_PKEY_assign[_...], return 0 for an error when they | Bodo Möller | 2000-01-14 | 1 | -1/+1 |
* | Precautions against using the PRNG uninitialized: RAND_bytes() now | Ulf Möller | 2000-01-13 | 2 | -3/+3 |
* | Make NO_RSA compile with pedantic. | Ben Laurie | 2000-01-08 | 1 | -0/+6 |
* | make no-des and no-rc2 work. | Bodo Möller | 2000-01-07 | 1 | -4/+7 |
* | Fix some of the command line password stuff. New function | Dr. Stephen Henson | 2000-01-01 | 1 | -0/+2 |
* | Fixes so NO_RSA works again. | Dr. Stephen Henson | 1999-12-24 | 1 | -2/+8 |
* | Use des_set_key_unchecked, not des_set_key. | Bodo Möller | 1999-12-03 | 1 | -1/+1 |
* | Add functions des_set_key_checked, des_set_key_unchecked. | Bodo Möller | 1999-12-03 | 8 | -24/+24 |
* | Support for authority information access extension. | Dr. Stephen Henson | 1999-11-23 | 3 | -15/+18 |
* | Transparent support for PKCS#8 private keys in RSA/DSA. | Dr. Stephen Henson | 1999-11-21 | 2 | -7/+29 |
* | More multibyte character support. | Dr. Stephen Henson | 1999-10-25 | 3 | -0/+51 |
* | Replace the macros in asn1.h with function equivalents. Also make UTF8Strings | Dr. Stephen Henson | 1999-10-20 | 1 | -2/+2 |
* | Fix for base64 BIO decoding bug | Dr. Stephen Henson | 1999-10-02 | 1 | -1/+1 |
* | Fix warnings. | Ben Laurie | 1999-09-06 | 2 | -5/+4 |
* | Fix for a bug which meant encrypting BIOs sometimes wouldn't read the final | Dr. Stephen Henson | 1999-08-24 | 1 | -3/+11 |
* | Really undo the base64 change so that make test survives | Bodo Möller | 1999-08-18 | 1 | -1/+1 |
* | Undo base64 decoding change (was not a bug fix). | Ulf Möller | 1999-08-14 | 1 | -3/+3 |
* | Fix faulty base64 decoding of data that was 46 or 47 bytes long. | Ulf Möller | 1999-08-13 | 1 | -2/+2 |
* | NO_HMAC. | Ulf Möller | 1999-07-15 | 1 | -1/+2 |
* | Various changes to stop VC++ choking under Win32. | Dr. Stephen Henson | 1999-07-11 | 1 | -4/+4 |
* | Add a debugging option to PKCS#5 v2.0 key generation function. | Dr. Stephen Henson | 1999-07-11 | 1 | -6/+30 |
* | More no-xxx option tweaks. | Ulf Möller | 1999-06-30 | 1 | -0/+14 |
* | Fix no-hmac and no-ripemd. | Ulf Möller | 1999-06-29 | 2 | -1/+5 |
* | Two new functions to write out PKCS#8 private keys. Also fixes for some of | Dr. Stephen Henson | 1999-06-10 | 2 | -1/+3 |
* | "make update" (added to top Makefile, and applied). | Bodo Möller | 1999-06-09 | 1 | -0/+18 |
* | Survive pedanticism. | Ben Laurie | 1999-06-08 | 2 | -4/+4 |
* | Don't #define _, and eliminate casts. | Ulf Möller | 1999-06-08 | 1 | -2/+2 |
* | Complete support for PKCS#5 v2.0. Still needs extensive testing. | Dr. Stephen Henson | 1999-06-08 | 1 | -0/+1 |
* | This is the main PKCS#5 v2.0 key generation function, it parses the ASN1 | Dr. Stephen Henson | 1999-06-07 | 5 | -7/+246 |
* | Don't mix real tabs with tabs expanded as 8 spaces -- that's | Bodo Möller | 1999-06-07 | 1 | -1/+1 |
* | Introduce "BIO pairs", which (when finished) will relay data | Bodo Möller | 1999-06-07 | 1 | -0/+17 |
* | More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0 | Dr. Stephen Henson | 1999-06-06 | 1 | -0/+2 |
* | Change PBE handling a bit more: now the key and iv generator does calls | Dr. Stephen Henson | 1999-06-06 | 3 | -12/+15 |