summaryrefslogtreecommitdiff
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson2002-11-151-1/+9
* use new BIO_indent() function here as wellBodo Möller2002-11-141-30/+11
* free() -> OPENSSL_free()Richard Levitte2002-11-131-2/+2
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-132-9/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-1315-64/+84
* Fix warnings, makefile cockup.Ben Laurie2002-11-131-2/+2
* Only accept exact match for modifier or tag nameDr. Stephen Henson2002-11-131-1/+1
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-124-2/+894
* Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson2002-11-052-2/+8
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-043-5/+7
* In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte2002-10-201-13/+13
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* 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