aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/d2i_pu.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15Update copyright yearMatt Caswell1-1/+1
2022-01-05sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg1-1/+1
2021-11-22d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz1-3/+20
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-2/+2
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte1-2/+0
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-6/+6
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-12Deprecate the low level DSA functions.Pauli1-0/+6
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-3/+3
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-1/+0
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+6
2016-03-20Remove #error from include files.Rich Salz1-9/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-8/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-28free NULL cleanupRich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-66/+61
2015-01-22Fix strange formatting by indentMatt Caswell1-2/+4
2009-11-12PR: 2088Dr. Stephen Henson1-3/+7
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-1/+1
2008-11-01More size_tification.Ben Laurie1-1/+1
2005-05-16ecc api cleanup; summary:Nils Larsch1-1/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+1
2003-11-10Avoid possible memory leaks in error-handling.Geoff Thorpe1-4/+4
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller1-3/+2
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-6/+7
2002-04-09fix ECDSA handlingBodo Möller1-1/+1
2002-02-13ECDSA supportBodo Möller1-1/+14
2001-12-01NO_DSA, NO_RSA patches.Dr. Stephen Henson1-0/+4
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie1-0/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-11-07Constify DSA-related code.Richard Levitte1-1/+2
2000-11-06Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte1-1/+2
1999-07-24Don't include x509.h when we just need asn1.hBodo Möller1-1/+1
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-5/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+117