summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_pubkey.c
AgeCommit message (Expand)Author
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-14d2i: don't update input pointer on failureKurt Roeckx
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-05-11PR: 2813Dr. Stephen Henson
2012-02-28Fix memory leak cause by race condition when creating public keys.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson
2005-07-16makeNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2004-12-12Remove duplicate lines.Dr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-11-10Avoid possible memory leaks in error-handling.Geoff Thorpe
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-06-12simplify asn1_flagBodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-04-20Do not free p if it hasn't been used yet.Richard Levitte
2002-04-12ECDSA representation bugfixesBodo Möller
2002-04-09fix ECDSA handlingBodo Möller
2002-03-14Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller
2002-02-13ECDSA supportBodo Möller
2001-06-19cp is only used when DSA is built.Richard Levitte
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-11-07Constify DSA-related code.Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-01-30Seek out and destroy another evil cast.Ulf Möller
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-07-21Torture weak compilers less by not automatically including x509.h whereBodo Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller