summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_pubkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate lines.Dr. Stephen Henson2004-12-121-1/+0
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-12/+39
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-161-8/+8
* Avoid possible memory leaks in error-handling.Geoff Thorpe2003-11-101-1/+1
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-32/+33
* simplify asn1_flagBodo Möller2002-06-121-3/+3
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-5/+10
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-2/+6
* 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-091-2/+0
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-1/+3
* ECDSA supportBodo Möller2002-02-131-49/+174
* cp is only used when DSA is built.Richard Levitte2001-06-191-1/+1
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-211-1/+1
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+5
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-51/+14
* Constify DSA-related code.Richard Levitte2000-11-071-2/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-021-5/+5
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-221-0/+2
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-4/+4
* Seek out and destroy another evil cast.Ulf Möller2000-01-311-1/+1
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-1/+4
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-0/+107
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-3/+3
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-221-0/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-241-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+7
* Fix things so DH_free() will be no-op when passed NULL, like RSA_free() andDr. Stephen Henson1999-01-061-1/+1
* Fix reference counting.Ben Laurie1999-01-021-1/+6
* Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always haveDr. Stephen Henson1999-01-021-0/+4
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+3
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-5/+9
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+252