| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | When looking for the issuer of a certificate, if the current candidate is | miod | 2014-07-11 | 1 | -5/+18 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -2/+3 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -4/+4 |
* | KNF. | jsing | 2014-04-20 | 1 | -152/+203 |
* | blunt force knf | tedu | 2014-04-18 | 1 | -183/+134 |
* | fix some more leaks, mostly suggestions from miod | jsg | 2014-04-17 | 1 | -0/+1 |
* | fix some of the leaks | jsg | 2014-04-17 | 1 | -1/+3 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -11/+11 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -1/+1 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -33/+182 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -10/+20 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -6/+34 |