aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-10-06Various Win32 fixes.Dr. Stephen Henson1-1/+1
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson1-3/+5
2002-10-06Please do not use C++ comments in C code.Richard Levitte1-1/+3
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson1-0/+23
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson9-74/+255
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson1-2/+2
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller1-2/+1
2002-08-26ASN1 for binary curvesBodo Möller1-1/+27
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson2-3/+9
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson1-111/+152
2002-08-09make updateBodo Möller1-401/+416
2002-08-09add field type to text outputBodo Möller1-25/+74
2002-08-09Add ECDH support.Bodo Möller1-3/+19
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller12-163/+162
2002-08-02Fix typoDr. Stephen Henson1-1/+1
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson1-4/+5
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-4/+6
2002-07-30"make update"Lutz Jänicke1-339/+330
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-317/+577
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller1-6/+26
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller1-25/+65
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller1-114/+247
2002-06-14Some more prototype fixes.Lutz Jänicke3-14/+5
2002-06-13Add support for DJGPP.Richard Levitte1-4/+5
2002-06-13Add missing prototypes.Lutz Jänicke4-5/+21
2002-06-12simplify asn1_flagBodo Möller1-3/+3
2002-06-11Fix warnings.Ben Laurie2-2/+2
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller1-5/+10
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte1-1/+2
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte4-6/+29
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller1-56/+31
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson1-2/+4
2002-05-18Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson1-0/+2
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller1-2/+69
2002-04-20Do not free p if it hasn't been used yet.Richard Levitte1-2/+1
2002-04-12ECDSA representation bugfixesBodo Möller1-23/+52
2002-04-09fix ECDSA handlingBodo Möller4-12/+21
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller1-1/+3
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson1-0/+2
2002-03-08EC curve stuffBodo Möller1-3/+11
2002-02-22make errorsDr. Stephen Henson2-1/+7
2002-02-22Update from stable branch.Dr. Stephen Henson1-11/+21
2002-02-13ECDSA supportBodo Möller12-172/+642
2002-02-03ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte1-0/+1
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke2-2/+2
2002-01-18Constification, add config to /dev/crypto.Ben Laurie2-1/+16
2002-01-05Experimental configuration code.Dr. Stephen Henson3-2/+88
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-2/+0