Age | Commit message (Expand) | Author |
2014-10-20 | digests: *_LONG_LOG2 is not used, stop talking about it. | Brent Cook |
2014-10-20 | SSL: Fix memory leak in d2i_SSL_SESSION. | Brent Cook |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-10-18 | Sort/group includes. | Joel Sing |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | Typical malloc() with size multiplication to reallocarray(). | Doug Hogan |
2014-10-16 | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | Bob Beck |
2014-10-15 | Disable SSLv3 by default. | Joel Sing |
2014-10-15 | Only require an EC public key in tls1_set_ec_id(), if we need to provide | Joel Sing |
2014-10-15 | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | Joel Sing |
2014-10-14 | Bump libressl version string to 2.1. | Brent Cook |
2014-10-13 | The return value on success of fcntl(F_SETFL) is not actually specified, | Brent Cook |
2014-10-13 | Use O_NONBLOCK over FIONBIO. | Brent Cook |
2014-10-12 | Remove useless comments in DES_is_weak_key(). Do we really care that this | Miod Vallat |
2014-10-12 | Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1, | Miod Vallat |
2014-10-12 | Convert libssl manpages from pod to mdoc(7). | Anthony J. Bentley |
2014-10-11 | include header needed by older linux kernels | Brent Cook |
2014-10-07 | Use strdup() instead of malloc() + memcpy(). | Miod Vallat |
2014-10-07 | EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don't | Miod Vallat |
2014-10-05 | The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global | Miod Vallat |
2014-10-05 | Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS(); | Miod Vallat |
2014-10-05 | In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push | Miod Vallat |
2014-10-05 | Memory leak upon error in set_dist_point_name(). | Miod Vallat |
2014-10-05 | Be sure to check object allocation for success before using them. | Miod Vallat |
2014-10-05 | Missing deallocation upon error. | Miod Vallat |
2014-10-05 | Fix memory leak in the error path of v2i_AUTHORITY_KEYID(). | Miod Vallat |
2014-10-05 | compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.se | Theo de Raadt |
2014-10-05 | Use more specific curves/formats naming for local variables in | Joel Sing |
2014-10-05 | Use tls1_get_curvelist() in ssl_add_clienthello_tlsext(), rather than | Joel Sing |
2014-10-05 | Make tls1_get_formatlist() behave the same as tls1_get_curvelist() and | Joel Sing |
2014-10-03 | Bump minor version for ECDH auto. | Joel Sing |
2014-10-03 | Add support for automatic ephemeral EC keys. | Joel Sing |
2014-10-03 | Use string literals in printf style calls so gcc's -Wformat works. | Doug Hogan |
2014-09-30 | Clean up EC cipher handling in ssl3_choose_cipher(). | Joel Sing |
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 | Bump minor after adding SSL_CTX_use_certificate_chain(). | Reyk Floeter |
2014-09-28 | Add a new API function SSL_CTX_use_certificate_chain() that allows to | Reyk Floeter |
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-27 | Revert r1.5 and reenable assembler version of ghash now that it has been | Miod Vallat |
2014-09-27 | Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where | Miod Vallat |
2014-09-27 | Disable assembler code for ghash on hppa, causes wrong computations in some | Miod Vallat |
2014-09-27 | There is not much point checking ecdhp is not NULL... twice. | Joel Sing |
2014-09-27 | Check that the specified curve is one of the client preferences. | Joel Sing |
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 |