| Commit message (Expand) | Author | Age | Files | Lines |
* | Typesafety Thought Police part 3. | Ben Laurie | 2000-05-16 | 5 | -44/+26 |
* | Typesafety Thought Police Part 2. | Ben Laurie | 2000-05-16 | 6 | -46/+92 |
* | Get rid of more non-ANSI declarations. | Ulf Möller | 2000-05-16 | 3 | -14/+14 |
* | Make PKCS#12 code handle missing passwords. | Dr. Stephen Henson | 2000-05-04 | 3 | -14/+31 |
* | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, | Richard Levitte | 2000-05-02 | 1 | -3/+3 |
* | Fix a memory leak in PKCS12_parse. | Dr. Stephen Henson | 2000-03-22 | 3 | -15/+26 |
* | Check that a password was actually passed, or the user will just get | Richard Levitte | 2000-03-07 | 1 | -0/+8 |
* | Preserve reason strings in automatically build tables. | Bodo Möller | 2000-03-05 | 1 | -1/+2 |
* | Beautifying. Sorry, but code that's slammed to the far left is not | Richard Levitte | 2000-03-04 | 1 | -29/+34 |
* | Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error. | Bodo Möller | 2000-03-03 | 1 | -1/+1 |
* | Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts. | Bodo Möller | 2000-03-02 | 1 | -1/+1 |
* | Seek out and destroy another evil cast. | Ulf Möller | 2000-01-31 | 3 | -3/+3 |
* | Check RAND_bytes() return value or use RAND_pseudo_bytes(). | Ulf Möller | 2000-01-21 | 1 | -1/+4 |
* | Add OIDs for idea and blowfish. Unfortunately these are in | Dr. Stephen Henson | 1999-12-29 | 1 | -4/+8 |
* | Delete an unused variable and make the PKCS#12 keygen debugging code work | Dr. Stephen Henson | 1999-12-15 | 1 | -11/+10 |
* | Merge in my S/MIME library and utility. | Dr. Stephen Henson | 1999-12-05 | 1 | -1/+1 |
* | New function PKC12_newpass() | Dr. Stephen Henson | 1999-12-03 | 4 | -2/+234 |
* | Missing #ifdef NO_DES | Ulf Möller | 1999-11-17 | 1 | -0/+2 |
* | *** empty log message *** | Ulf Möller | 1999-10-30 | 1 | -1/+1 |
* | Replace the macros in asn1.h with function equivalents. Also make UTF8Strings | Dr. Stephen Henson | 1999-10-20 | 9 | -42/+42 |
* | Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and add | Dr. Stephen Henson | 1999-08-17 | 3 | -5/+5 |
* | Add pkcs7 and des apps to "make all". | Ulf Möller | 1999-08-13 | 1 | -1/+1 |
* | A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency. | Ralf S. Engelschall | 1999-08-08 | 1 | -0/+4 |
* | Fix to PKCS#12 code to use the cipher block length when allocating a buffer | Dr. Stephen Henson | 1999-07-30 | 1 | -5/+6 |
* | Fix no-hmac and no-ripemd. | Ulf Möller | 1999-06-30 | 1 | -0/+2 |
* | Two new functions to write out PKCS#8 private keys. Also fixes for some of | Dr. Stephen Henson | 1999-06-10 | 2 | -2/+2 |
* | Complete support for PKCS#5 v2.0. Still needs extensive testing. | Dr. Stephen Henson | 1999-06-08 | 2 | -6/+11 |
* | This is the main PKCS#5 v2.0 key generation function, it parses the ASN1 | Dr. Stephen Henson | 1999-06-07 | 1 | -2/+2 |
* | Change PBE handling a bit more: now the key and iv generator does calls | Dr. Stephen Henson | 1999-06-06 | 2 | -6/+9 |
* | Rewrite PBE handling read to support PKCS#5 v2.0 and update the function | Dr. Stephen Henson | 1999-06-06 | 3 | -9/+37 |
* | The rest of the PKCS#5, PKCS#8 patch I forgot before :-) | Dr. Stephen Henson | 1999-06-05 | 1 | -1/+2 |
* | Some constification and stacks that slipped through the cracks (how?). | Ben Laurie | 1999-06-05 | 3 | -16/+16 |
* | Another stack. | Ben Laurie | 1999-05-30 | 1 | -2/+3 |
* | It was a very bad idea to use #include "../e_os.h" -- when this occurs | Bodo Möller | 1999-05-21 | 1 | -120/+125 |
* | Don't install e_os.h in include/openssl, use it only as a local | Bodo Möller | 1999-05-20 | 1 | -125/+120 |
* | New functions sk_set, sk_value and sk_num to replace existing macros: this is | Dr. Stephen Henson | 1999-05-19 | 2 | -1/+6 |
* | Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the | Dr. Stephen Henson | 1999-05-18 | 1 | -1/+1 |
* | Update dependencies. | Bodo Möller | 1999-05-15 | 1 | -109/+114 |
* | Update dependencies. | Ben Laurie | 1999-05-13 | 1 | -11/+12 |
* | Remove unreachable return statements. | Ulf Möller | 1999-05-06 | 1 | -1/+0 |
* | Another stack. | Ben Laurie | 1999-05-01 | 1 | -9/+8 |
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -2/+4 |
* | Ignore Makefile.save | Ulf Möller | 1999-04-29 | 1 | -0/+1 |
* | Obey $(PERL) when running util/mklink.pl. | Bodo Möller | 1999-04-29 | 1 | -3/+3 |
* | Use util/mklink.pl instead of util/mklink.sh. | Bodo Möller | 1999-04-29 | 1 | -3/+3 |
* | New Configure option no-<cipher> (rsa, idea, rc5, ...). | Ulf Möller | 1999-04-27 | 2 | -1/+5 |
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 6 | -81/+0 |
* | Various header consistency fixes. | Dr. Stephen Henson | 1999-04-25 | 1 | -0/+1 |
* | "perl util/mkerr.pl -static -recurse -rebuild" because the previous | Bodo Möller | 1999-04-24 | 1 | -36/+4 |
* | Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality | Dr. Stephen Henson | 1999-04-24 | 6 | -27/+60 |