summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-27Extra ; removed.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-15Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson
2002-11-14use new BIO_indent() function here as wellBodo Möller
2002-11-13free() -> OPENSSL_free()Richard Levitte
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13Fix warnings, makefile cockup.Ben Laurie
2002-11-13Only accept exact match for modifier or tag nameDr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-11-05Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-10-20In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-06Various Win32 fixes.Dr. Stephen Henson
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson
2002-10-06Please do not use C++ comments in C code.Richard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller
2002-08-26ASN1 for binary curvesBodo Möller
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-09make updateBodo Möller
2002-08-09add field type to text outputBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-08-02Fix typoDr. Stephen Henson
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-13Add support for DJGPP.Richard Levitte
2002-06-13Add missing prototypes.Lutz Jänicke
2002-06-12simplify asn1_flagBodo Möller
2002-06-11Fix warnings.Ben Laurie
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-05-18Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson