Age | Commit message (Expand) | Author |
2017-01-03 | Add a small bit of belt and suspenders around ERR_V_OK with X509_STORE_ctx | Bob Beck |
2017-01-03 | bring in boring's internal check_trust function to fix a bug introduced | Bob Beck |
2016-12-30 | Expand ASN1_ITEM_rptr macros - no change in generated assembly. | Joel Sing |
2016-12-27 | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | Joel Sing |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-12-21 | Remove prototypes from the public header for X509_VERIFY_PARAM functions | Joel Sing |
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 |
2016-11-06 | Rework X509_verify_cert to support alt chains on certificate verification, | Bob Beck |
2016-11-06 | The upcoming x509 alt chains diff tightens the trust requirements | Bob Beck |
2016-11-06 | Commit a reminder that the default is not the default. This needs to | Bob Beck |
2016-11-06 | use the correct function for free | Brent Cook |
2016-11-05 | Part one of the alt chains changes, bring in newer modifications to | Bob Beck |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2016-11-04 | Add X509_up_ref, from boring | Bob Beck |
2016-10-02 | In X509_cmp_time(), pass asn1_time_parse() the tag of the field being | Philip Guenther |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-03-21 | Return zero from two functions on allocation failure instead of always | Michael McConville |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | Michael McConville |
2015-12-14 | initialize ok to 0 | Bob Beck |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | Bob Beck |
2015-10-13 | Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to | Joel Sing |
2015-10-02 | Flense the greasy black guts of unreadble string parsing code out of three areas | Bob Beck |
2015-09-30 | s/M_ASN1_TIME_free/ASN1_TIME_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-14 | Add support for disabling certificate and CRL validity checking. | Joel Sing |
2015-09-13 | Reorder functions for readability/consistency. | Joel Sing |
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | Joel Sing |
2015-07-19 | Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init() | Miod Vallat |
2015-07-19 | Simplify X509_STORE_CTX_init and make it safe with stack variables. | Doug Hogan |
2015-06-13 | Fix bad indenting in LibreSSL. | Doug Hogan |
2015-06-11 | Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing | Joel Sing |
2015-04-25 | Don't ignore the reference count in X509_STORE_free. | Doug Hogan |
2015-04-12 | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | Doug Hogan |
2015-04-11 | Remove all getenv() calls, especially those wrapped by issetugid(). | Theo de Raadt |
2015-03-15 | Avoid a NULL pointer deref when X509_get_pubkey() returns NULL. | Doug Hogan |
2015-02-12 | If you do not support POSIX I/O then you're not tall enough to ride... | Joel Sing |
2015-02-11 | More unifdef OPENSSL_NO_RFC3779 that got missed last time around. | Joel Sing |
2015-02-10 | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last | Joel Sing |
2015-02-10 | The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into | Joel Sing |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2015-02-05 | Declare the x509_(mem|file|dir)_lookup symbols as static because they | Reyk Floeter |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2015-01-22 | Use field names in struct initialisers. | Joel Sing |
2015-01-22 | Add X509_STORE_load_mem() to load certificates from a memory buffer | Reyk Floeter |
2014-12-06 | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. | Doug Hogan |
2014-11-18 | further BUF_strdup conversion: these places should be safe to rely on | Ted Unangst |
2014-10-16 | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | Bob Beck |
2014-09-29 | Previous fix (1.12) would cause a NULL pointer dereference in the error path | Miod Vallat |
2014-09-29 | check_cert(): be sure to reset ctx->current_crl to NULL before freeing it. | Miod Vallat |