CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/06 01:18:18
Modified files:
lib/libcrypto/x509: x509_lu.c
Log message:
Refactor X509_STORE_get1_certs()
Split the retrieval of the certs in the store's cache that match the
desired subject into a separate function. This greatly simplifies
locking, error handling and the flow of the function.
with/ok jsing
