Age | Commit message (Expand) | Author |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-11-03 | only call SRTP (whatever that is) functions when the connection type is | Ted Unangst |
2014-11-02 | Remove remnants from RC2 and SEED - there are no longer any cipher suites | Joel Sing |
2014-10-31 | Remove an outdated comment re EDH vs DHE - DHE is now used consistently and | Joel Sing |
2014-10-31 | Update comments for TLS ExtensionType values - many of the referenced | Joel Sing |
2014-10-31 | Crank libssl major due to recent additions, removals and changes. | Joel Sing |
2014-10-31 | Remove now unused remnants from public structs. | Joel Sing |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-22 | Avoid a NULL pointer dereference that can be triggered by | Joel Sing |
2014-10-20 | SSL: Fix memory leak in d2i_SSL_SESSION. | Brent Cook |
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-12 | Convert libssl manpages from pod to mdoc(7). | Anthony J. Bentley |
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-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-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 | Now that we have a static version of the default EC formats, also use it | Joel Sing |
2014-09-22 | Refactor and simplify the ECC extension handling. The existing code | Joel Sing |
2014-09-22 | Also check the result from final_finish_mac() against finish_mac_length in | Joel Sing |
2014-09-22 | It is possible (although unlikely in practice) for peer_finish_md_len to | Joel Sing |
2014-09-21 | Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, which | Joel Sing |
2014-09-19 | Add CHACHA20 as a cipher symmetric encryption alias. | Joel Sing |
2014-09-19 | remove obfuscating parens. man operator is your friend. | Ted Unangst |
2014-09-07 | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | Joel Sing |
2014-08-24 | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | Joel Sing |
2014-08-23 | Remove non-standard GOST cipher suites (which are not compiled in | Joel Sing |
2014-08-23 | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | Joel Sing |
2014-08-11 | Check the return value of sk_SSL_CIPHER_new_null(), since it allocates | Joel Sing |
2014-08-11 | Unchecked memory allocation and potential leak upon error in | Miod Vallat |
2014-08-11 | Remove now-unused SSL2_STATE as well as ssl2-specific state machine values. | Miod Vallat |
2014-08-11 | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Tweak cipher list comments and add missing cipher value comments. | Joel Sing |
2014-08-10 | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | Joel Sing |
2014-08-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-08-08 | Fix CVE-2014-3507, avoid allocating and then leaking a fresh fragment | Philip Guenther |