aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/ameth_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte1-0/+12
2018-06-08Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell1-0/+16
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell1-0/+17
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-4/+15
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte1-5/+0
2017-11-20Support public key and param check in EVP interfacePaul Yang1-0/+12
2017-10-30EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte1-0/+5
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte1-0/+18
2017-08-30e_os.h removal from other headers and source files.Pauli1-2/+3
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte1-41/+1
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson1-1/+1
2016-08-17Constify private key decode.Dr. Stephen Henson1-1/+1
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson1-1/+4
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-18Fix no-cmacMatt Caswell1-0/+2
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2016-01-07Only declare stacks in headersDr. Stephen Henson1-1/+0
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-8/+0
2015-09-03remove 0 assignments.Rich Salz1-33/+2
2015-09-02Add and use OPENSSL_zallocRich Salz1-3/+2
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich1-0/+18
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-6/+4
2015-05-01free null cleanup finaleRich Salz1-4/+2
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-347/+344
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-1/+6
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-0/+7
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson1-1/+5
2011-10-11update pkey method initialisation and copyDr. Stephen Henson1-0/+8
2011-01-13stop warning with no-engineDr. Stephen Henson1-1/+1
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson1-1/+3
2009-12-02Check it actually compiles this time ;-)Dr. Stephen Henson1-2/+2
2009-12-02PR: 2120Dr. Stephen Henson1-0/+4
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-2/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01More size_tification.Ben Laurie1-2/+2
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson1-6/+4
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson1-5/+5
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-7/+14
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1