summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-191-4/+2
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-191-6/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-10/+8
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+5
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-0/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-22/+20
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-8/+8
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-20/+30
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte2020-02-271-1/+1
* Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte2020-01-281-5/+46
* libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-191-1/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Support SM2 certificate signingPaul Yang2019-06-281-4/+9
* Coverity fix in some crypto/asn1 codeFdaSilvaYY2018-12-221-10/+22
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-4/+1
* Allow NULL md for custom signing methodsDr. Stephen Henson2017-05-301-2/+7
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-111-2/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-107/+6
* Don't free up EVP_MD_CTX.Schüller Felix2016-03-191-2/+6
* check with NULLJ Mohan Rao Arisankala2016-02-261-2/+2
* explicit check for NULLJ Mohan Rao Arisankala2016-02-261-2/+2
* Check method before access and release ctx in error pathsJ Mohan Rao Arisankala2016-02-261-4/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-5/+5
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-13/+20
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-11/+8
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-16/+4
* remove malloc castsRich Salz2015-04-281-2/+2
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-195/+192
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* add X509_CRL_sign_ctx functionDr. Stephen Henson2010-03-141-4/+4
* Algorithm specific ASN1 signing functions.Dr. Stephen Henson2010-03-111-33/+69
* typoDr. Stephen Henson2010-03-071-1/+1
* update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson2010-03-071-5/+4
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-241-6/+6
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-0/+13
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-34/+24