summaryrefslogtreecommitdiff
path: root/crypto/x509/by_dir.c
Commit message (Expand)AuthorAgeFilesLines
* x509: sort stacks before findsPauli2023-05-011-0/+10
* Fix corruption when searching for CRLs in hashed directoriesHugo Landau2023-01-241-3/+13
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-13/+8
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-141-7/+6
* Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau2022-09-141-5/+11
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+9
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-2/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-2/+3
* remove unused initialisationsPauli2020-12-031-1/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-13/+13
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* vms: move otherwise dead code into the VMS relevant path.Pauli2020-10-121-2/+5
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-011-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-17/+11
* Fix safestack issues in x509_vfy.hMatt Caswell2020-09-131-2/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-18/+38
* 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-4/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix wrong lock claimed in x509 dir lookup.Krists Krilovs2019-07-151-2/+2
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-7/+3
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-301-1/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre2018-04-241-6/+0
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-16/+26
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-2/+0
* Avoid signed vs unsigned comparison error.Pauli2017-09-151-2/+3
* Remote unrequited castsPauli2017-09-151-5/+2
* Revert "Reuse strndup(), simplify code"Pauli2017-09-141-8/+9
* Move e_os.h to be the very first include.Pauli2017-08-301-3/+2
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* Trivial bounds checking.Pauli2017-07-071-2/+2
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-1/+8
* Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson2016-07-261-2/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Remove use of the old CRYPTO_LOCK_X5O9_STOREMatt Caswell2016-03-091-12/+22
* Reuse strndup(), simplify codeDmitry-Me2016-03-081-9/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0