Age | Commit message (Expand) | Author |
2014-06-01 | Overhaul the key block handling in tls1_change_cipher_state() - use | Joel Sing |
2014-06-01 | In tls1_setup_key_block(), use the correct IV length for GCM mode, which | Joel Sing |
2014-06-01 | Clean up the tls1_change_cipher_state() key length handling and use a | Joel Sing |
2014-06-01 | Use C99 initialisers for cipher_aliases. This improves readability, | Joel Sing |
2014-05-31 | BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments | Miod Vallat |
2014-05-31 | Some KNF and fix the vairable spelling. | Joel Sing |
2014-05-31 | More KNF. | Joel Sing |
2014-05-31 | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | Joel Sing |
2014-05-31 | unifdef -UDOXYGEN and manually remove the few doxygen comments that are not | Joel Sing |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2014-05-30 | More KNF. | 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-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-30 | While working on another diff I ended up looking to see why on earth the | Joel Sing |
2014-05-29 | the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. | Ted Unangst |
2014-05-29 | we no longer care that these aren't used for ssl2 | Ted Unangst |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-29 | remove back compat that was already disabled back in 1998. | Ted Unangst |
2014-05-29 | Any sane platform has stdio. Stop pretending we will ever use a platform | Bob Beck |
2014-05-29 | no space before label | Ted Unangst |
2014-05-29 | line up else better | Ted Unangst |
2014-05-29 | consistent braces | Ted Unangst |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-29 | repair KNF indent | Theo de Raadt |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-29 | When you have functions that perform specific functions, use them. | Joel Sing |
2014-05-29 | Fix another two cases where the return value of ssl_replace_hash() is | Joel Sing |
2014-05-28 | More KNF. | Joel Sing |
2014-05-28 | Refactor tls1_change_cipher_state() and split the compression handling out | Joel Sing |
2014-05-28 | EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of | Joel Sing |
2014-05-28 | There is no point in checking if a pointer is non-NULL before calling free, | Joel Sing |
2014-05-28 | More KNF. | Joel Sing |
2014-05-27 | Remove unused defines. | Miod Vallat |
2014-05-27 | Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-culted | Miod Vallat |
2014-05-27 | Wrap some long lines. | Joel Sing |
2014-05-27 | Remove MemCheck_{on,off} that escaped last time around. | Joel Sing |
2014-05-27 | More KNF. | Joel Sing |
2014-05-26 | Replace the following logic: | Miod Vallat |
2014-05-26 | Unchecked malloc() return value in SSL_COMP_add_compression_method(), in the | Miod Vallat |
2014-05-26 | We don't really to keep history in constructs such as: | Miod Vallat |
2014-05-26 | tls_decrypt_ticket(): memory leak and uncleaned EVP_CIPHER_CTX upon error. | Miod Vallat |
2014-05-26 | Make sure all error paths in dtls1_buffer_record() invoke SSLErr by | Miod Vallat |
2014-05-26 | Use C99 initialisers for BIO_METHOD. | Joel Sing |
2014-05-26 | repair some KNF missed by the script; ok jsing | Theo de Raadt |
2014-05-25 | heartbearts->heartbeats fix | Loganaden Velvindron |
2014-05-25 | remove unused shit. from Alexander Schrijver | Ted Unangst |
2014-05-25 | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of | Joel Sing |
2014-05-25 | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | Joel Sing |
2014-05-25 | The ssl_ciper_get_evp() function is currently overloaded to also return the | Joel Sing |