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