aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_digest.c
Commit message (Expand)AuthorAgeFilesLines
* 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