summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vfy.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* X509_STORE_get1_{certs,crls} become X509_STORE_CTX_*tb2023-04-251-6/+1
* Move the policy tree code to internal-onlytb2023-04-251-45/+1
* Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)tb2023-04-161-1/+8
* Mark remaining policy tree public API for removaltb2023-04-161-2/+15
* Expose various X509_STORE_*check_issued()tb2023-03-101-3/+1
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedtb2022-12-011-3/+3
* Getters and setters for the check_issued() callbacktb2022-12-011-1/+12
* Expose new API in headers.tb2022-07-071-5/+1
* Prepare to provide X509_VERIFY_PARAM_get_time()tb2022-07-041-1/+2
* Allow security_level to mestastasize into the verifiertb2022-06-271-1/+8
* Prepare to provide X509_VERIFY_PARAM_set_auth_level()tb2022-06-271-1/+4
* Remove X509_OBJECT_free_contentstb2022-01-141-2/+1
* Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb2022-01-141-5/+1
* Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb()tb2022-01-051-3/+16
* minor KNF improvement, changing only whitespace, no code change:schwarze2021-11-191-4/+4
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-159/+3
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-17/+1
* Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that othertb2021-10-311-5/+5
* Remove the unused X509_CERT_FILE_CTX struct.tb2021-10-311-9/+1
* Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrappertb2021-10-311-1/+5
* Switch various X509 API to use the new X509_LOOKUP_TYPE to matchtb2021-10-311-14/+16
* Provide the X509_LOOKUP_TYPE enum.tb2021-10-311-6/+6
* Prepare definitions X509_STORE_set_verify{,_cb}_func() that work withtb2021-10-311-3/+8
* Prepare to make various structs in x509_vfy.h opaque.tb2021-10-311-26/+37
* Prepare to provide a number of X509_STORE_CTX_* setters.tb2021-10-241-1/+14
* Prepare to provide X509_STORE_CTX_get_num_untrusted()tb2021-10-241-1/+4
* Prepare to provide X509_OBJECT_{new,free}()tb2021-10-241-1/+5
* KNF a particularly ugly commenttb2021-10-231-17/+16
* Zap trailing whitespacetb2021-10-231-13/+13
* Fix comment explaining last_untrusted. This should really be calledtb2021-02-241-2/+2
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-1/+4
* Make X509_OBJECT_up_ref_count return an int.tb2018-08-241-2/+2
* Fix eyesore indentation of member functions of X509_LOOKUP_METHOD.tb2018-05-181-12/+11
* X509_LOOKUP_by_alias() now takes a 'const char str *' andtb2018-05-181-5/+5
* Provide X509_STORE_get_ex_new_index macro.jsing2018-03-201-1/+5
* Provide X509_STORE_get0_param()tb2018-03-171-1/+2
* Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enumtb2018-03-171-1/+2
* Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() andjsing2018-02-221-1/+4
* Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL().jsing2018-02-221-1/+3
* Provide X509_STORE_up_ref().jsing2018-02-221-3/+5
* Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store().jsing2018-02-221-1/+3
* Provide X509_STORE_CTX_get0_{cert,untrusted}() andjsing2018-02-141-2/+6
* Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2jsing2018-02-101-1/+16
* Remove prototypes from the public header for X509_VERIFY_PARAM functionsjsing2016-12-211-5/+1
* Part one of the alt chains changes, bring in newer modifications tobeck2016-11-051-4/+30
* Add support for disabling certificate and CRL validity checking.jsing2015-09-141-2/+3
* Delete a lot of #if 0 code in libressl.doug2015-02-071-12/+1
* Add X509_STORE_load_mem() to load certificates from a memory bufferreyk2015-01-221-1/+8
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+2