| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep a not of original encoding in certificate requests. | Dr. Stephen Henson | 2000-09-05 | 7 | -11/+49 |
* | Mention fix in bio_lib.c. | Bodo Möller | 2000-09-05 | 1 | -0/+2 |
* | Increase print buffer (10K instead of just 2K). | Bodo Möller | 2000-09-05 | 1 | -1/+1 |
* | Ignore Makefile.save | Bodo Möller | 2000-09-05 | 1 | -0/+1 |
* | Remove silly test for b->references at the end of BIO_write: | Bodo Möller | 2000-09-05 | 1 | -9/+3 |
* | Consistency | Bodo Möller | 2000-09-04 | 3 | -2/+7 |
* | Use consistent indentation, | Bodo Möller | 2000-09-04 | 1 | -61/+68 |
* | Avoid abort() throughout the library, except when preprocessor | Bodo Möller | 2000-09-04 | 19 | -75/+196 |
* | Fix for BN_mul_word(a, 0). | Bodo Möller | 2000-09-04 | 1 | -4/+9 |
* | -Wall insists that main return an int. | Bodo Möller | 2000-09-04 | 1 | -1/+3 |
* | Include MD4 in documentation. | Bodo Möller | 2000-09-04 | 1 | -3/+3 |
* | Tell CVS to ignore 'lib'. | Bodo Möller | 2000-09-04 | 1 | -0/+1 |
* | Add 'rsautl' low level RSA utility. | Dr. Stephen Henson | 2000-09-04 | 12 | -9/+432 |
* | Undo change from 1.7 to 1.8: | Bodo Möller | 2000-09-01 | 1 | -4/+2 |
* | Use C syntax, not FORTRAN or whatever that was :-) | Bodo Möller | 2000-09-01 | 1 | -5/+9 |
* | QNX 4 support. | Bodo Möller | 2000-09-01 | 5 | -0/+35 |
* | -N option to diff is not essential, and mentioning it is unnecessarily | Bodo Möller | 2000-09-01 | 1 | -1/+1 |
* | Add demo state machine. | Ben Laurie | 2000-08-30 | 3 | -0/+383 |
* | Fix typo in i2d_ASN1_ENUMERATED | Dr. Stephen Henson | 2000-08-30 | 4 | -16/+181 |
* | Diagnose EOF on memory BIOs (or you just get mysterious errors with no error | Ben Laurie | 2000-08-28 | 3 | -0/+6 |
* | Use the passed buffer in ERR_error_string! | Ben Laurie | 2000-08-28 | 1 | -1/+1 |
* | Change PKCS#7 test data to take account of removal of | Dr. Stephen Henson | 2000-08-25 | 1 | -44/+44 |
* | New option to CA.pl to sign request using CA extensions. | Dr. Stephen Henson | 2000-08-25 | 9 | -6/+50 |
* | Add support for 'other' PKCS#7 content types. | Dr. Stephen Henson | 2000-08-23 | 3 | -5/+16 |
* | max -> dmax in bn_check_top. | Ben Laurie | 2000-08-22 | 1 | -1/+1 |
* | Fix ASN1_INTEGER_to_BN properly this time... | Dr. Stephen Henson | 2000-08-22 | 2 | -2/+2 |
* | Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c | Dr. Stephen Henson | 2000-08-22 | 4 | -9/+19 |
* | Various fixes... | Dr. Stephen Henson | 2000-08-22 | 6 | -1/+104 |
* | Added OIDs from RFC 2247, 1155, and a few from 1700 | Richard Levitte | 2000-08-19 | 3 | -0/+113 |
* | Assar wanted an address change. | Richard Levitte | 2000-08-18 | 1 | -1/+1 |
* | Added BIO_vprintf() and BIO_vsnprintf(). The former because I've | Richard Levitte | 2000-08-18 | 3 | -5/+30 |
* | NULL is not an integer... | Richard Levitte | 2000-08-18 | 1 | -1/+1 |
* | Document the added diversity to the possible log levels. | Richard Levitte | 2000-08-18 | 1 | -0/+24 |
* | Add more diversity to the possible log levels. Now we have full | Richard Levitte | 2000-08-18 | 1 | -15/+41 |
* | Added md4 to the VMS compilation | Richard Levitte | 2000-08-18 | 1 | -3/+4 |
* | make update | Richard Levitte | 2000-08-18 | 1 | -1/+1 |
* | New option 'ctestall' for mkdef.pl, that makes it not only generate | Richard Levitte | 2000-08-17 | 1 | -11/+17 |
* | Document the reconfiguratoin option for Configure. | Richard Levitte | 2000-08-17 | 1 | -0/+6 |
* | Allow reconfiguration. This can be useful if some source update | Richard Levitte | 2000-08-17 | 3 | -83/+132 |
* | Correct the title. This also fooled the automatic documentation builder | Richard Levitte | 2000-08-15 | 1 | -1/+1 |
* | IBMcxx complains that maxmem is as low as 2048 for certain modules | Richard Levitte | 2000-08-14 | 1 | -1/+1 |
* | I forgot this file that Assar provided as well... | Richard Levitte | 2000-08-14 | 1 | -0/+78 |
* | MD4 implemented. Assar Westerlund provided the digest code itself and the te... | Richard Levitte | 2000-08-14 | 40 | -2136/+3593 |
* | 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 | 2 | -10/+30 |
* | Abdelilah Essiari <aes@george.lbl.gov> reports that for very small | Richard Levitte | 2000-08-11 | 1 | -0/+10 |
* | Duplicate names detected... | Richard Levitte | 2000-08-10 | 1 | -2/+2 |
* | Make sure that 'initialized' is zeroed as well when cleaning up. | Richard Levitte | 2000-08-08 | 1 | -0/+1 |
* | Fix for bad sorting of object names. | Dr. Stephen Henson | 2000-08-06 | 4 | -18/+272 |