aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_digest.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* asn1: fix indentationPauli2021-04-211-2/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-5/+4
* Fix coverity CID #1465531 - Negative return passed to a function param using ...Shane Lontis2020-08-241-1/+1
* Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell2020-08-011-1/+5
* Add X509 related libctx changes.Shane Lontis2020-07-241-8/+32
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte2020-02-271-1/+1
* Coverity fix in some crypto/asn1 codeFdaSilvaYY2018-12-221-4/+8
* 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
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-4/+1
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-2/+6
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-36/+34
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-2/+4
* Consistency.Ben Laurie2005-03-311-3/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+3
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-1/+6
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-2/+2
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-8/+2
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-281-0/+4
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-281-0/+18
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-2/+2
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+5
* Fix two remaining prototype-related warningsRalf S. Engelschall1999-08-081-0/+1
* Don't include x509.h when we just need asn1.hBodo Möller1999-07-241-1/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-6/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+91