| Commit message (Expand) | Author | Age | Files | Lines |
* | Unexport the weird X509_OBJECT_up_ref_count() | tb | 7 days | 1 | -2/+1 |
* | const correct X509_LOOKUP_METHOD | tb | 2024-08-31 | 1 | -5/+5 |
* | Garbage collect most of the public LOOKUP API | tb | 2024-03-02 | 1 | -13/+1 |
* | Expose X509_STORE_get1_objects() | tb | 2024-03-02 | 1 | -3/+1 |
* | Remove unused parts of the purpose API | tb | 2024-03-02 | 1 | -3/+1 |
* | Prepare to provide X509_STORE_get1_objects() | tb | 2024-02-23 | 1 | -1/+4 |
* | Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM | tb | 2023-05-28 | 1 | -2/+2 |
* | Enable policy checking by default now that we are DAG implementation based. | beck | 2023-04-28 | 1 | -3/+6 |
* | X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* | tb | 2023-04-25 | 1 | -6/+1 |
* | Move the policy tree code to internal-only | tb | 2023-04-25 | 1 | -45/+1 |
* | Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3) | tb | 2023-04-16 | 1 | -1/+8 |
* | Mark remaining policy tree public API for removal | tb | 2023-04-16 | 1 | -2/+15 |
* | Expose various X509_STORE_*check_issued() | tb | 2023-03-10 | 1 | -3/+1 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused | tb | 2022-12-01 | 1 | -3/+3 |
* | Getters and setters for the check_issued() callback | tb | 2022-12-01 | 1 | -1/+12 |
* | Expose new API in headers. | tb | 2022-07-07 | 1 | -5/+1 |
* | Prepare to provide X509_VERIFY_PARAM_get_time() | tb | 2022-07-04 | 1 | -1/+2 |
* | Allow security_level to mestastasize into the verifier | tb | 2022-06-27 | 1 | -1/+8 |
* | Prepare to provide X509_VERIFY_PARAM_set_auth_level() | tb | 2022-06-27 | 1 | -1/+4 |
* | Remove X509_OBJECT_free_contents | tb | 2022-01-14 | 1 | -2/+1 |
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -5/+1 |
* | Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb() | tb | 2022-01-05 | 1 | -3/+16 |
* | minor KNF improvement, changing only whitespace, no code change: | schwarze | 2021-11-19 | 1 | -4/+4 |
* | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 1 | -159/+3 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -17/+1 |
* | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | tb | 2021-10-31 | 1 | -5/+5 |
* | Remove the unused X509_CERT_FILE_CTX struct. | tb | 2021-10-31 | 1 | -9/+1 |
* | Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper | tb | 2021-10-31 | 1 | -1/+5 |
* | Switch various X509 API to use the new X509_LOOKUP_TYPE to match | tb | 2021-10-31 | 1 | -14/+16 |
* | Provide the X509_LOOKUP_TYPE enum. | tb | 2021-10-31 | 1 | -6/+6 |
* | Prepare definitions X509_STORE_set_verify{,_cb}_func() that work with | tb | 2021-10-31 | 1 | -3/+8 |
* | Prepare to make various structs in x509_vfy.h opaque. | tb | 2021-10-31 | 1 | -26/+37 |
* | Prepare to provide a number of X509_STORE_CTX_* setters. | tb | 2021-10-24 | 1 | -1/+14 |
* | Prepare to provide X509_STORE_CTX_get_num_untrusted() | tb | 2021-10-24 | 1 | -1/+4 |
* | Prepare to provide X509_OBJECT_{new,free}() | tb | 2021-10-24 | 1 | -1/+5 |
* | KNF a particularly ugly comment | tb | 2021-10-23 | 1 | -17/+16 |
* | Zap trailing whitespace | tb | 2021-10-23 | 1 | -13/+13 |
* | Fix comment explaining last_untrusted. This should really be called | tb | 2021-02-24 | 1 | -2/+2 |
* | Add new x509 certificate chain validator in x509_verify.c | beck | 2020-09-13 | 1 | -1/+4 |
* | Make X509_OBJECT_up_ref_count return an int. | tb | 2018-08-24 | 1 | -2/+2 |
* | Fix eyesore indentation of member functions of X509_LOOKUP_METHOD. | tb | 2018-05-18 | 1 | -12/+11 |
* | X509_LOOKUP_by_alias() now takes a 'const char str *' and | tb | 2018-05-18 | 1 | -5/+5 |
* | Provide X509_STORE_get_ex_new_index macro. | jsing | 2018-03-20 | 1 | -1/+5 |
* | Provide X509_STORE_get0_param() | tb | 2018-03-17 | 1 | -1/+2 |
* | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | tb | 2018-03-17 | 1 | -1/+2 |
* | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | jsing | 2018-02-22 | 1 | -1/+4 |
* | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | jsing | 2018-02-22 | 1 | -1/+3 |
* | Provide X509_STORE_up_ref(). | jsing | 2018-02-22 | 1 | -3/+5 |
* | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | jsing | 2018-02-22 | 1 | -1/+3 |