| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the last character of the ASN.1 time string (the 'Z') is copied. | Richard Levitte | 2003-01-01 | 1 | -1/+1 |
* | make update | Richard Levitte | 2002-12-29 | 1 | -597/+315 |
* | Workaround for GCC-ia64 compiler bug. | Andy Polyakov | 2002-12-06 | 1 | -0/+5 |
* | In ECPKParameters_print, output the private key length correctly | Bodo Möller | 2002-12-04 | 1 | -2/+8 |
* | Make ASN1_TYPE_get() work for V_ASN1_NULL type. | Dr. Stephen Henson | 2002-12-04 | 1 | -1/+1 |
* | In asn1_d2i_read_bio, don't assume BIO_read will | Dr. Stephen Henson | 2002-12-03 | 1 | -5/+10 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 4 | -11/+11 |
* | Extra ; removed. | Richard Levitte | 2002-11-27 | 1 | -1/+1 |
* | Add the ASN.1 structures and functions for CertificatePair, which is | Richard Levitte | 2002-11-18 | 1 | -0/+6 |
* | Add SETWRAP modifier to ASN1 generate. | Dr. Stephen Henson | 2002-11-15 | 1 | -1/+9 |
* | use new BIO_indent() function here as well | Bodo Möller | 2002-11-14 | 1 | -30/+11 |
* | free() -> OPENSSL_free() | Richard Levitte | 2002-11-13 | 1 | -2/+2 |
* | This didn't get to the 0.9.8-dev thread... | Richard Levitte | 2002-11-13 | 2 | -9/+3 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 15 | -64/+84 |
* | Fix warnings, makefile cockup. | Ben Laurie | 2002-11-13 | 1 | -2/+2 |
* | Only accept exact match for modifier or tag name | Dr. Stephen Henson | 2002-11-13 | 1 | -1/+1 |
* | Initial ASN1 generation code. This can construct | Dr. Stephen Henson | 2002-11-12 | 4 | -2/+894 |
* | Check for NULL ASN1_ITEM when initializeing | Dr. Stephen Henson | 2002-11-05 | 2 | -2/+8 |
* | implement and use new macros BN_get_sign(), BN_set_sign() | Bodo Möller | 2002-11-04 | 3 | -5/+7 |
* | In my extreme debug mode, gcc complains that 'static' doesn't come | Richard Levitte | 2002-10-20 | 1 | -13/+13 |
* | makedepend complains when a header file is included more than once in | Richard Levitte | 2002-10-14 | 1 | -1/+0 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | Various Win32 fixes. | Dr. Stephen Henson | 2002-10-06 | 1 | -1/+1 |
* | Oops, remove old comment out debugging printf... | Dr. Stephen Henson | 2002-10-06 | 1 | -3/+5 |
* | Please do not use C++ comments in C code. | Richard Levitte | 2002-10-06 | 1 | -1/+3 |
* | Various enhancements to PKCS#12 code, new | Dr. Stephen Henson | 2002-10-03 | 1 | -0/+23 |
* | Preliminary streaming ASN1 encode support. | Dr. Stephen Henson | 2002-10-03 | 9 | -74/+255 |
* | Fix ASN1_STRING_to_UTF8: remove non sensical !*out test. | Dr. Stephen Henson | 2002-08-30 | 1 | -2/+2 |
* | less specific interface for EC_GROUP_get_basis_type | Bodo Möller | 2002-08-26 | 1 | -2/+1 |
* | ASN1 for binary curves | Bodo Möller | 2002-08-26 | 1 | -1/+27 |
* | Reinstate the check for invalid length BIT STRINGS, | Dr. Stephen Henson | 2002-08-23 | 2 | -3/+9 |
* | Make -nameopt work in req and add support for -reqopt | Dr. Stephen Henson | 2002-08-22 | 1 | -111/+152 |
* | make update | Bodo Möller | 2002-08-09 | 1 | -401/+416 |
* | add field type to text output | Bodo Möller | 2002-08-09 | 1 | -25/+74 |
* | Add ECDH support. | Bodo Möller | 2002-08-09 | 1 | -3/+19 |
* | use a generic EC_KEY structure (EC keys are not ECDSA specific) | Bodo Möller | 2002-08-07 | 12 | -163/+162 |
* | Fix typo | Dr. Stephen Henson | 2002-08-02 | 1 | -1/+1 |
* | Fix the ASN1 sanity check: correct header length | Dr. Stephen Henson | 2002-08-02 | 1 | -4/+5 |
* | OpenSSL Security Advisory [30 July 2002] | Lutz Jänicke | 2002-07-30 | 1 | -4/+6 |
* | "make update" | Lutz Jänicke | 2002-07-30 | 1 | -339/+330 |
* | Replace 'ecdsaparam' commandline utility by 'ecparam' | Bodo Möller | 2002-07-14 | 1 | -317/+577 |
* | AES cipher suites are now official (RFC3268) | Bodo Möller | 2002-07-04 | 1 | -6/+26 |
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
* | Make sure buffers are large enough even for weird parameters | Bodo Möller | 2002-06-26 | 1 | -25/+65 |
* | Implement handling of EC parameter seeds (new functions | Bodo Möller | 2002-06-18 | 1 | -114/+247 |
* | Some more prototype fixes. | Lutz Jänicke | 2002-06-14 | 3 | -14/+5 |
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -4/+5 |
* | Add missing prototypes. | Lutz Jänicke | 2002-06-13 | 4 | -5/+21 |
* | simplify asn1_flag | Bodo Möller | 2002-06-12 | 1 | -3/+3 |
* | Fix warnings. | Ben Laurie | 2002-06-11 | 2 | -2/+2 |