History log of /openbsd/lib/libcrypto/x509/x509_issuer_cache.h (Results 1 – 3 of 3)
Revision Date Author Comments
# e79f4293 30-Dec-2023 tb <tb@openbsd.org>

Some BoringSSL devs spent too much time with C++


# 7a1f0687 03-Sep-2022 jsing <jsing@openbsd.org>

Prepare to provide OPENSSL_cleanup.

OPENSSL_cleanup() cleans up and deallocates memory in use by the library.
There are a couple of use cases for this, primarily related to memory
leak testing. This

Prepare to provide OPENSSL_cleanup.

OPENSSL_cleanup() cleans up and deallocates memory in use by the library.
There are a couple of use cases for this, primarily related to memory
leak testing. This will not be called automatically in LibreSSL, which
means that OpenSSL's OPENSSL_NO_INIT_ATEXIT is implied. If code wants to
clean up then they need to explicitly call this themselves.

ok tb@

show more ...


# 995c1a77 11-Sep-2020 beck <beck@openbsd.org>

Add issuer cache, to be used by upcoming changes to validation code.

ok tb@ jsing@