aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-01NO_DSA, NO_RSA patches.Dr. Stephen Henson4-0/+16
2001-11-15make updateRichard Levitte1-1/+1
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller1-2/+2
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2-5/+5
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson5-10/+10
2001-10-04'make update'Richard Levitte1-231/+231
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-28Support fractional seconds in GeneralizedTimeDr. Stephen Henson1-0/+13
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-9/+4
2001-08-26gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe1-1/+1
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4