Age | Commit message (Expand) | Author |
2015-09-13 | The *_accept() functions increment in_handshake at the start of the function, | Joel Sing |
2015-09-12 | Fix function name. | Joel Sing |
2015-09-12 | Sync handling of cached record digests with s3_srvr.c. | Joel Sing |
2015-09-12 | Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of | Joel Sing |
2015-09-12 | Uncopy and unpaste dtls1_send_certificate_request() - removes another 80 | Joel Sing |
2015-09-12 | Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329 | Joel Sing |
2015-09-12 | Uncopy and unpaste dtls1_send_server_done(). | Joel Sing |
2015-09-12 | Uncopy and unpaste dtls1_send_server_hello(). | Joel Sing |
2015-09-12 | Uncopy and unpaste dtls1_send_hello_request(). | Joel Sing |
2015-09-11 | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | Joel Sing |
2015-09-11 | Replace dtls1_send_finished() with ssl3_send_finished() - they're now | Joel Sing |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and | Joel Sing |
2015-06-18 | Remove Microsoft Server Gated Crypto. | Doug Hogan |
2015-06-18 | Change DTLS client cert request code to match TLS. | Doug Hogan |
2015-06-15 | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. | Doug Hogan |
2015-06-13 | Fix bad indenting in LibreSSL. | Doug Hogan |
2015-05-15 | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | Jonathan Gray |
2015-03-27 | Factor out the init_buf initialisation code, rather than duplicating it | Joel Sing |
2015-02-09 | Jettison DTLS over SCTP. | Joel Sing |
2015-02-07 | Convert several of the server side handshake functions to the new handshake | Joel Sing |
2015-02-06 | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | Joel Sing |
2014-12-15 | Add error handling for EVP_DigestInit_ex(). | Doug Hogan |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-14 | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | Joel Sing |
2014-12-10 | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | Joel Sing |
2014-11-16 | Sort and group includes. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-09-27 | There is not much point checking ecdhp is not NULL... twice. | Joel Sing |
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-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-08-06 | Prevent a possible use after free by mimicing the s3_srvr.c fixes contributed by | Miod Vallat |
2014-07-28 | The RSA, DH, and ECDH temporary key callbacks expect the number of keybits | Philip Guenther |
2014-07-12 | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | Joel Sing |
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing |
2014-07-12 | Place comments in a block above the if statement, rather than attempting | Joel Sing |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-07-09 | tedu the SSL export cipher handling - since we do not have enabled export | Joel Sing |
2014-06-30 | fix the identical leak in three different files. | Ted Unangst |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | Theo de Raadt |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-28 | More KNF. | Joel Sing |
2014-05-24 | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | Joel Sing |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |