summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_digest.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-21asn1: fix indentationPauli
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_asn1 symbolsShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-24Fix coverity CID #1465531 - Negative return passed to a function param using ...Shane Lontis
2020-08-01Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-28remove malloc castsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson
1999-09-11Initial support for MacOS.Andy Polyakov
1999-08-08Fix two remaining prototype-related warningsRalf S. Engelschall
1999-07-24Don't include x509.h when we just need asn1.hBodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall