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