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