Age | Commit message (Expand) | Author |
2021-11-19 | As long as X509_OBJECT_free_contents(3) is a public API function, | Ingo Schwarze |
2021-11-07 | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | Theo Buehler |
2021-11-06 | Start cleaning up X509_STORE_get1_issuer() | Theo Buehler |
2021-11-06 | In X509_STORE_get1_issuer() do not call the verify callback from | Theo Buehler |
2021-11-06 | Refactor X509_STORE_get1_certs() | Theo Buehler |
2021-11-05 | First pass of streamlining X509_STORE_get1_{certs,crls}() | Theo Buehler |
2021-11-05 | Trade an abort() neutered by a comment for a blank line elsewhere. | Theo Buehler |
2021-11-05 | Clean up X509_STORE_add_{cert,crl}(). | Theo Buehler |
2021-11-05 | Unify variable names in X509_STORE_{free,up_ref,add_lookup}(). | Theo Buehler |
2021-11-05 | Rename the ret variable in X509_OBJECT_new() to obj.. | Theo Buehler |
2021-11-05 | Garbage collect the unused skip member of X509_LOOKUP and | Theo Buehler |
2021-11-05 | Use calloc() to remove the need of silly zeroing of most members. | Theo Buehler |
2021-11-05 | Streamline and shorten x509_object_cmp() a bit. | Theo Buehler |
2021-11-05 | Drop a bunch of unnecesary parentheses and unify the order in which | Theo Buehler |
2021-11-05 | Cleanup X509_LOOKUP_new() | Theo Buehler |
2021-11-05 | Garbage collect xobj->data.{ptr,pkey} | Theo Buehler |
2021-11-01 | In X509_STORE_CTX_get_obj_from_subject() rename X509_OBJECT from | 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-24 | Prepare to provide X509_OBJECT_{new,free}() | Theo Buehler |
2021-10-21 | Simplify a return value check for X509_STORE_get_by_subject() now | Theo Buehler |
2021-10-21 | Sync parts of X509_STORE_get_by_subject() with OpenSSL | Theo Buehler |
2021-10-06 | X509_STORE_CTX_init() allows the store to be NULL on init. Add checks | Claudio Jeker |
2018-08-24 | Make X509_OBJECT_up_ref_count return an int. | Theo Buehler |
2018-05-18 | X509_LOOKUP_by_alias() now takes a 'const char str *' and | Theo Buehler |
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 |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2016-11-13 | Fix previous change to X509_STORE_add_{cert,crl} to not free the input | Miod Vallat |
2016-11-08 | Check for stack push failure, and correctly destroy the object we failed | Miod Vallat |
2015-04-25 | Don't ignore the reference count in X509_STORE_free. | Doug Hogan |
2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | Joel Sing |
2014-09-26 | X509_STORE_new(): do not leak memory upon error. | Miod Vallat |
2014-07-11 | When looking for the issuer of a certificate, if the current candidate is | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-04-20 | KNF. | Joel Sing |
2014-04-18 | blunt force knf | Ted Unangst |
2014-04-17 | fix some more leaks, mostly suggestions from miod | Jonathan Gray |
2014-04-17 | fix some of the leaks | Jonathan Gray |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2012-10-13 | resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck |