| Commit message (Expand) | Author | Age | Files | Lines |
* | Unexport the weird X509_OBJECT_up_ref_count() | tb | 7 days | 1 | -3/+4 |
* | const correct X509_LOOKUP_METHOD | tb | 2024-08-31 | 1 | -3/+3 |
* | Simplify X509_STORE_free() | tb | 2024-03-22 | 1 | -11/+3 |
* | Garbage collect most of the public LOOKUP API | tb | 2024-03-02 | 1 | -49/+3 |
* | Prepare to provide X509_STORE_get1_objects() | tb | 2024-02-23 | 1 | -1/+66 |
* | X509_LOOKUP_shutdown() became a noop. | tb | 2023-12-27 | 1 | -2/+1 |
* | Remove unused X509_LOOKUP_METHODs | tb | 2023-12-25 | 1 | -16/+8 |
* | X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* | tb | 2023-04-25 | 1 | -19/+1 |
* | Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3) | tb | 2023-04-16 | 1 | -1/+19 |
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 1 | -43/+43 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Hide public symbols in libcrypto/x509 .c files | beck | 2022-11-14 | 1 | -1/+43 |
* | Remove X509_OBJECT_free_contents | tb | 2022-01-14 | 1 | -17/+10 |
* | Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb() | tb | 2022-01-05 | 1 | -4/+21 |
* | As long as X509_OBJECT_free_contents(3) is a public API function, | schwarze | 2021-11-19 | 1 | -1/+3 |
* | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | tb | 2021-11-07 | 1 | -8/+8 |
* | Start cleaning up X509_STORE_get1_issuer() | tb | 2021-11-06 | 1 | -15/+37 |
* | In X509_STORE_get1_issuer() do not call the verify callback from | tb | 2021-11-06 | 1 | -3/+3 |
* | Refactor X509_STORE_get1_certs() | tb | 2021-11-06 | 1 | -27/+30 |
* | First pass of streamlining X509_STORE_get1_{certs,crls}() | tb | 2021-11-05 | 1 | -66/+77 |
* | Trade an abort() neutered by a comment for a blank line elsewhere. | tb | 2021-11-05 | 1 | -2/+2 |
* | Clean up X509_STORE_add_{cert,crl}(). | tb | 2021-11-05 | 1 | -69/+41 |
* | Unify variable names in X509_STORE_{free,up_ref,add_lookup}(). | tb | 2021-11-05 | 1 | -29/+26 |
* | Rename the ret variable in X509_OBJECT_new() to obj.. | tb | 2021-11-05 | 1 | -5/+5 |
* | Garbage collect the unused skip member of X509_LOOKUP and | tb | 2021-11-05 | 1 | -3/+1 |
* | Use calloc() to remove the need of silly zeroing of most members. | tb | 2021-11-05 | 1 | -28/+18 |
* | Streamline and shorten x509_object_cmp() a bit. | tb | 2021-11-05 | 1 | -11/+6 |
* | Drop a bunch of unnecesary parentheses and unify the order in which | tb | 2021-11-05 | 1 | -17/+13 |
* | Cleanup X509_LOOKUP_new() | tb | 2021-11-05 | 1 | -12/+11 |
* | Garbage collect xobj->data.{ptr,pkey} | tb | 2021-11-05 | 1 | -6/+6 |
* | In X509_STORE_CTX_get_obj_from_subject() rename X509_OBJECT from | tb | 2021-11-01 | 1 | -6/+6 |
* | Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper | tb | 2021-10-31 | 1 | -1/+17 |
* | Switch various X509 API to use the new X509_LOOKUP_TYPE to match | tb | 2021-10-31 | 1 | -15/+16 |
* | Prepare to provide X509_OBJECT_{new,free}() | tb | 2021-10-24 | 1 | -2/+20 |
* | Simplify a return value check for X509_STORE_get_by_subject() now | tb | 2021-10-21 | 1 | -18/+7 |
* | Sync parts of X509_STORE_get_by_subject() with OpenSSL | tb | 2021-10-21 | 1 | -13/+7 |
* | X509_STORE_CTX_init() allows the store to be NULL on init. Add checks | claudio | 2021-10-06 | 1 | -1/+11 |
* | Make X509_OBJECT_up_ref_count return an int. | tb | 2018-08-24 | 1 | -7/+5 |
* | X509_LOOKUP_by_alias() now takes a 'const char str *' and | tb | 2018-05-18 | 1 | -4/+4 |
* | Provide X509_STORE_get0_param() | tb | 2018-03-17 | 1 | -1/+7 |
* | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | tb | 2018-03-17 | 1 | -1/+7 |
* | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | jsing | 2018-02-22 | 1 | -1/+19 |
* | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | jsing | 2018-02-22 | 1 | -2/+17 |
* | Provide X509_STORE_up_ref(). | jsing | 2018-02-22 | 1 | -1/+8 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -13/+8 |
* | Fix previous change to X509_STORE_add_{cert,crl} to not free the input | miod | 2016-11-13 | 1 | -3/+7 |
* | Check for stack push failure, and correctly destroy the object we failed | miod | 2016-11-08 | 1 | -20/+47 |
* | Don't ignore the reference count in X509_STORE_free. | doug | 2015-04-25 | 1 | -1/+5 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | jsing | 2015-02-10 | 1 | -4/+1 |
* | X509_STORE_new(): do not leak memory upon error. | miod | 2014-09-26 | 1 | -14/+17 |