summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ts/ts_rsp_verify.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-24Start making ts opaqueTheo Buehler
2022-07-17Handle X509_check_purpose(3) and EVP_get_digestbyobj(3)Klemens Nanni
2022-07-17Add initial support for ESSCertIDv2 verificationKlemens Nanni
2022-07-16Avoid direct X509 structure accessKlemens Nanni
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-11-04Cache sha512 hash and parsed not_before and not_after with X509 cert.Bob Beck
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-07-02call the API function X509_NAME_cmp(3) instead of the obsolete,Ingo Schwarze
2021-05-02Make TS_compute_imprint a bit more robust.Theo Buehler
2021-05-01Prevent double free in int_TS_RESP_verify_tokenTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-11-05More X509_STORE_CTX_set_*() return value checks.Miod Vallat
2015-07-19Verify ASN1 objects types before attempting to access them as a particularMiod Vallat
2015-07-19Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()Miod Vallat
2015-07-19Put explicit braces around assignment used in a conditional.Miod Vallat
2015-07-15Do not allow TS_check_signer_name() with signer == NULL fromMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)Brent Cook
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-21KNF.Joel Sing
2014-04-20reset imprint to NULL to avoid double free. from mancha1 at zohoTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller