| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the tls1_change_cipher_state() key length handling and use a |  jsing | 2014-06-01 | 1 | -10/+12 |
* | Use C99 initialisers for cipher_aliases. This improves readability, |  jsing | 2014-06-01 | 1 | -92/+332 |
* | BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments |  miod | 2014-05-31 | 2 | -9/+3 |
* | Some KNF and fix the vairable spelling. |  jsing | 2014-05-31 | 1 | -23/+16 |
* | More KNF. |  jsing | 2014-05-31 | 1 | -103/+122 |
* | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. |  jsing | 2014-05-31 | 4 | -14/+10 |
* | unifdef -UDOXYGEN and manually remove the few doxygen comments that are not |  jsing | 2014-05-31 | 1 | -31/+0 |
* | ECDH and ECDSA will not work overly well if there is no EC, so unifdef |  jsing | 2014-05-31 | 8 | -50/+0 |
* | TLS would not be entirely functional without extensions, so unifdef |  jsing | 2014-05-31 | 15 | -180/+0 |
* | More KNF. |  jsing | 2014-05-30 | 1 | -56/+73 |
* | remove some #if 0 code. we don't need any more reminders that we're using |  tedu | 2014-05-30 | 19 | -401/+1 |
* | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and |  jsing | 2014-05-30 | 9 | -64/+50 |
* | While working on another diff I ended up looking to see why on earth the |  jsing | 2014-05-30 | 2 | -40/+6 |
* | the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. |  tedu | 2014-05-29 | 1 | -6/+1 |
* | we no longer care that these aren't used for ssl2 |  tedu | 2014-05-29 | 1 | -2/+2 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. |  beck | 2014-05-29 | 2 | -4/+0 |
* | remove back compat that was already disabled back in 1998. |  tedu | 2014-05-29 | 1 | -8/+0 |
* | Any sane platform has stdio. Stop pretending we will ever use a platform |  beck | 2014-05-29 | 4 | -20/+0 |
* | kssl is dead. |  tedu | 2014-05-29 | 1 | -68/+0 |
* | no space before label |  tedu | 2014-05-29 | 2 | -27/+27 |
* | line up else better |  tedu | 2014-05-29 | 1 | -5/+2 |
* | consistent braces |  tedu | 2014-05-29 | 1 | -13/+13 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. |  tedu | 2014-05-29 | 13 | -217/+0 |
* | repair KNF indent |  deraadt | 2014-05-29 | 1 | -1/+1 |
* | Make it substantially easier to identify protocol version requirements |  jsing | 2014-05-29 | 8 | -9/+82 |
* | When you have functions that perform specific functions, use them. |  jsing | 2014-05-29 | 1 | -18/+9 |
* | Fix another two cases where the return value of ssl_replace_hash() is |  jsing | 2014-05-29 | 1 | -8/+18 |
* | Add missing NULL checks for calls to ssl_replace_hash(). This function |  jsing | 2014-05-29 | 1 | -2/+6 |
* | More KNF. |  jsing | 2014-05-28 | 1 | -11/+12 |
* | Refactor tls1_change_cipher_state() and split the compression handling out |  jsing | 2014-05-28 | 1 | -32/+44 |
* | EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of |  jsing | 2014-05-28 | 3 | -1/+10 |
* | There is no point in checking if a pointer is non-NULL before calling free, |  jsing | 2014-05-28 | 13 | -160/+84 |
* | More KNF. |  jsing | 2014-05-28 | 1 | -3/+2 |
* | Remove unused defines. |  miod | 2014-05-27 | 1 | -9/+0 |
* | Remove redundant test introduced in s3_pkt.c on 20001225, which got cargo-culted |  miod | 2014-05-27 | 2 | -5/+4 |
* | Wrap some long lines. |  jsing | 2014-05-27 | 1 | -4/+8 |
* | Remove MemCheck_{on,off} that escaped last time around. |  jsing | 2014-05-27 | 1 | -4/+0 |
* | More KNF. |  jsing | 2014-05-27 | 2 | -3/+4 |
* | Replace the following logic: |  miod | 2014-05-26 | 2 | -34/+49 |
* | Unchecked malloc() return value in SSL_COMP_add_compression_method(), in the |  miod | 2014-05-26 | 1 | -0/+4 |
* | We don't really to keep history in constructs such as: |  miod | 2014-05-26 | 1 | -6/+1 |
* | tls_decrypt_ticket(): memory leak and uncleaned EVP_CIPHER_CTX upon error. |  miod | 2014-05-26 | 1 | -1/+4 |
* | Make sure all error paths in dtls1_buffer_record() invoke SSLErr by |  miod | 2014-05-26 | 1 | -20/+12 |
* | Use C99 initialisers for BIO_METHOD. |  jsing | 2014-05-26 | 1 | -9/+9 |
* | repair some KNF missed by the script; ok jsing |  deraadt | 2014-05-26 | 1 | -6/+10 |
* | heartbearts->heartbeats fix |  logan | 2014-05-25 | 1 | -1/+1 |
* | remove unused shit. from Alexander Schrijver |  tedu | 2014-05-25 | 2 | -17/+0 |
* | Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much of |  jsing | 2014-05-25 | 9 | -148/+0 |
* | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the |  jsing | 2014-05-25 | 1 | -2/+0 |
* | The ssl_ciper_get_evp() function is currently overloaded to also return the |  jsing | 2014-05-25 | 7 | -34/+58 |