| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Complete rewrite of the error code generation script. It now runs as a single | Dr. Stephen Henson | 1999-04-24 | 4 | -113/+61 |
* | "make depend" | Bodo Möller | 1999-04-24 | 1 | -164/+254 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 17 | -27/+27 |
* | Function didn't get ANSIfied because of unusual formatting. | Ulf Möller | 1999-04-23 | 1 | -8/+3 |
* | Work with -pedantic! | Ben Laurie | 1999-04-23 | 11 | -68/+93 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 15 | -224/+85 |
* | Clean up prototypes (prepare for removing NOPROTO). | Ulf Möller | 1999-04-19 | 1 | -1/+0 |
* | Massive constification. | Ben Laurie | 1999-04-17 | 3 | -5/+5 |
* | Fix some warnings. Contributed by Anonymous. | Ben Laurie | 1999-04-16 | 1 | -1/+3 |
* | Add type-safe STACKs and SETs. | Ben Laurie | 1999-04-12 | 1 | -44/+54 |
* | Update dependencies. | Ben Laurie | 1999-04-01 | 1 | -0/+155 |
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 1 | -5/+5 |
* | Add .cvsignore in new pkcs12 directory | Ralf S. Engelschall | 1999-04-01 | 1 | -0/+1 |
* | Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creation | Dr. Stephen Henson | 1999-03-30 | 6 | -37/+12 |
* | Include pkcs12 program as part of openssl. This completes most of the PKCS#12 | Dr. Stephen Henson | 1999-03-29 | 14 | -55/+20 |
* | Various PKCS#12 related tidies and fixes: it might even compile now :-) | Dr. Stephen Henson | 1999-03-29 | 2 | -42/+1 |
* | Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add | Dr. Stephen Henson | 1999-03-29 | 18 | -0/+3218 |