CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 02:08:41
Modified files: lib/libcrypto : Symbols.list Symbols.namespace lib/libcrypto/asn1: a_time_tm.c asn1.h asn1_local.h lib/libcrypto/hidden/openssl: asn1.h lib/libcrypto/ocsp: ocsp_cl.c Log message: Remove beck's ASN.1 time API from public visibility This API was needed since OpenSSL didn't have one. We now have variants of OpenSSL's API and will also expose BoringSSL's complementary API. The users of this API were ported to the OpenSSL variants and some may switch to BoringSSL's in the future. Part of it is still used internally. ASN1_time_tm_clamp_notafter() is still used by libtls (and only libtls). This will be fixed in a future bump. ok jsing