aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/ameth_lib.c
Commit message (Expand)AuthorAgeFilesLines
* EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte2017-10-301-0/+18
* e_os.h removal from other headers and source files.Pauli2017-08-301-2/+3
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-031-41/+1
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-171-1/+1
* Constify private key decode.Dr. Stephen Henson2016-08-171-1/+1
* Add X25519 methods to internal tablesDr. Stephen Henson2016-08-131-1/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Fix no-cmacMatt Caswell2016-03-181-0/+2
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Only declare stacks in headersDr. Stephen Henson2016-01-071-1/+0
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-8/+0
* remove 0 assignments.Rich Salz2015-09-031-33/+2
* Add and use OPENSSL_zallocRich Salz2015-09-021-3/+2
* Add funtions to set item_sign and item_verifySergey Agievich2015-06-031-0/+18
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-6/+4
* free null cleanup finaleRich Salz2015-05-011-4/+2
* 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-347/+344
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-1/+6
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+7
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-1/+5
* update pkey method initialisation and copyDr. Stephen Henson2011-10-111-0/+8
* stop warning with no-engineDr. Stephen Henson2011-01-131-1/+1
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-1/+3
* Check it actually compiles this time ;-)Dr. Stephen Henson2009-12-021-2/+2
* PR: 2120Dr. Stephen Henson2009-12-021-0/+4
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More size_tification.Ben Laurie2008-11-011-2/+2
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-6/+4
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-5/+5
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-7/+14
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-9/+9
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-211-13/+10
* Prepend signature name in dgst output.Dr. Stephen Henson2007-05-171-0/+5
* New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson2007-05-151-1/+32
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-1/+3
* Initialize old_priv_encode, old_priv_decode.Dr. Stephen Henson2006-10-271-0/+3
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-5/+62
* Add 'flags' parameter to EVP_PKEY_asn1_meth_new() to set algorithm flags.Dr. Stephen Henson2006-04-211-4/+3