aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/by_store.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau2023-06-151-11/+2
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-141-4/+1
* Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau2022-09-141-2/+15
* crypto/x509/by_store.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-1/+5
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-1/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-13/+11
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-12/+30
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-2/+3
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-031-0/+227