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