aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/ameth_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Update copyright yearMatt Caswell2021-04-221-1/+1
* crypto: raise error on malloc failureFdaSilvaYY2021-04-141-4/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-4/+4
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-261-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-151-33/+14
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte2018-12-071-12/+16
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-071-0/+12
* Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell2018-06-081-0/+16
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-0/+17
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-231-4/+15
* Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte2018-01-231-5/+0
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+12
* EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte2017-10-301-0/+5
* 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