aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_pubkey.c
Commit message (Expand)AuthorAgeFilesLines
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-1/+4
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-6/+3
* free NULL cleanupRich Salz2015-03-281-2/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-288/+274
* PR: 2813Dr. Stephen Henson2012-05-111-1/+4
* Fix memory leak cause by race condition when creating public keys.Dr. Stephen Henson2012-02-281-1/+10
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-4/+4
* More size_tification.Ben Laurie2008-11-011-4/+4
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-21/+12
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-221-2/+3
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-226/+75
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-1/+2
* makeNils Larsch2005-07-161-0/+4
* ecc api cleanup; summary:Nils Larsch2005-05-161-18/+24
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* 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-151-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-011-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-301-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-211-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-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+7