aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_rsp_sign.c
Commit message (Expand)AuthorAgeFilesLines
* ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-091-2/+6
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-24/+36
* libcrypto: remove reliance on struct timevalPauli2022-09-131-25/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-281-2/+48
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-2/+2
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-5/+6
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-6/+31
* Fix external symbols for cms.Shane Lontis2021-02-221-5/+6
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-8/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-28/+27
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* coverity 1462566 Resource leakPauli2020-04-301-0/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-243/+7
* Following the license change, modify the boilerplates in crypto/ts/Richard Levitte2018-12-061-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* o_time.c: use gmtime_s with MSVCMiroslav Suk2018-03-271-2/+3
* Update copyright yearMatt Caswell2018-03-201-1/+1
* ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte2018-03-171-1/+2
* struct timeval include guardsPauli2017-09-011-5/+2
* Added support for ESSCertIDv2Marek Klein2017-05-031-10/+164
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-2/+2
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-181-3/+3
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+5
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-201-1/+9
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Avoid structure access in crypto/tsDr. Stephen Henson2015-09-221-2/+3
* Remove "noise" comments from TS files.Rich Salz2015-09-221-88/+8
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-3/+3
* Make TS structures opaque.Rich Salz2015-09-051-9/+10
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-041-31/+31
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-49/+58
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1