Age | Commit message (Expand) | Author |
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 |
2014-09-29 | X509_NAME_get_text_by_OBJ(): make sure we do not pass a negative size to | Miod Vallat |
2014-09-29 | X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the second | Miod Vallat |
2014-09-28 | X509v3_add_ext(): do not free stuff we did not allocate in the error path. | Miod Vallat |
2014-09-28 | X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it, | Miod Vallat |
2014-09-28 | Someone (TM) thought it was smart to save memory by using malloc(1) and | Miod Vallat |
2014-09-26 | X509_STORE_new(): do not leak memory upon error. | Miod Vallat |
2014-09-26 | X509_issuer_and_serial_hash(): do not leak memory if an error occurs during | Miod Vallat |
2014-09-26 | X509at_add1_attr(): do not free stuff we did not allocate in the error path. | Miod Vallat |
2014-09-23 | Fix regression introduced in revision 1.15 by using strndup() instead of | Miod Vallat |
2014-07-25 | BIO_free() returns immediately when the sole input is NULL. | Doug Hogan |
2014-07-22 | Kill a bunch more BUF_strdup's - these are converted to have a check for | Bob Beck |
2014-07-17 | Free sktmp when it's no longer needed. By doing so, we fix a bunch of memory ... | Loganaden Velvindron |
2014-07-13 | Check X509_NAME_oneline() return value when it will have to allocate memory. | Miod Vallat |
2014-07-12 | jsing and I are investigating removal of all? most? 'getenv from library' | Theo de Raadt |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-12 | Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and | 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-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-10 | delete some casts. ok miod | Ted Unangst |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-07-03 | Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data(). | Miod Vallat |
2014-06-28 | Fix a memory leak and another one that occurs in the error paths. | Loganaden Velvindron |
2014-06-24 | Unifdef -UNO_SYS_TYPES_H | Miod Vallat |
2014-06-23 | Since this is a library, place issetugid() before every getenv() | Theo de Raadt |
2014-06-20 | wrap getenv OPENSSL_ALLOW_PROXY_CERTS in an issetugid check, to protect | Theo de Raadt |