| Commit message (Expand) | Author | Files | Lines |
2014-06-05 | Ensure that sess_cert is not NULL before trying to use it. | jsing | 2 | -0/+16 |
2014-06-05 | Avoid a buffer overflow that can be triggered by sending specially crafted | jsing | 2 | -2/+14 |
2014-06-05 | ssl_sess_cert_new() can return NULL. Fix two cases where the return value | jsing | 2 | -26/+24 |
2014-06-05 | Ensure that we do not process a ChangeCipherSpec with an empty master | jsing | 2 | -2/+2 |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | jsing | 8 | -6/+32 |
2014-06-05 | More KNF. | jsing | 2 | -98/+64 |
2014-06-04 | Sanitize use of client_opaque_prf_input: set it to NULL immediately after | miod | 2 | -36/+44 |
2014-06-04 | Fix a leak that can occur when len == 0, and as a result we leak a \0 byte. | logan | 2 | -2/+2 |
2014-06-04 | without overthinking it, replace a few memcmp calls with CRYPTO_memcmp | tedu | 10 | -16/+16 |
2014-06-03 | Fix memory leak. | logan | 2 | -0/+2 |
2014-06-02 | Remove references to RANDFILE. | jsing | 1 | -19/+2 |
2014-06-02 | Remove RANDFILE remnants. | jsing | 3 | -5/+0 |
2014-06-02 | Remove details regarding -rand from the openssl man page. | jsing | 1 | -123/+3 |
2014-06-02 | Stop pretending that openssl(1) applications support the -rand option. | jsing | 15 | -123/+11 |
2014-06-02 | A few months back there was a big community fuss regarding direct-use | deraadt | 15 | -388/+2 |
2014-06-02 | Rename more variables for readability and consistency. | jsing | 2 | -50/+50 |
2014-06-02 | move random bytes buffer to be part of mmaped pages; ok tedu@ | otto | 1 | -21/+18 |
2014-06-02 | Since pqueue is a private interface and the header defining the struct | guenther | 2 | -8/+6 |
2014-06-01 | Clean up some of the nightmare of string and pointer arithmatic in | beck | 2 | -104/+72 |
2014-06-01 | realloc with NULL is same as malloc | deraadt | 2 | -8/+2 |
2014-06-01 | Make usage for -quiet match the manpage and fix a misspelling | guenther | 1 | -2/+2 |
2014-06-01 | Overhaul the key block handling in tls1_change_cipher_state() - use | jsing | 2 | -92/+132 |
2014-06-01 | In tls1_setup_key_block(), use the correct IV length for GCM mode, which | jsing | 2 | -34/+48 |
2014-06-01 | There is no need for is{upper,lower}() tests before to{lower,uppper}(), | deraadt | 4 | -54/+16 |
2014-06-01 | Commit this before the head-scratching leads to premature baldness: | deraadt | 2 | -2/+2 |
2014-06-01 | Build with WARNINGS=Yes and Werror. | miod | 2 | -12/+4 |
2014-06-01 | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements | miod | 2 | -20/+8 |
2014-06-01 | Add a deprecated attribute to all CRYPTO_dbg_ functions. | miod | 2 | -20/+20 |
2014-06-01 | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 40 | -65/+143 |
2014-06-01 | Avoid the use of an uninitialised variable. In reality, this is a non-issue | jsing | 2 | -4/+2 |
2014-06-01 | EBCDIC support died a while ago, except in a comment. | deraadt | 2 | -4/+0 |
2014-06-01 | Clean up the tls1_change_cipher_state() key length handling and use a | jsing | 2 | -20/+24 |
2014-06-01 | Use C99 initialisers for cipher_aliases. This improves readability, | jsing | 2 | -184/+664 |
2014-05-31 | Get the public headers from the official place with <openssl/ > | deraadt | 12 | -12/+14 |
2014-05-31 | annoying whitespace | deraadt | 2 | -6/+6 |
2014-05-31 | Change the actual default for returned asn1 strings to be utf8 in the code, | beck | 2 | -2/+2 |
2014-05-31 | BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments | miod | 4 | -18/+6 |
2014-05-31 | Add a comment documenting where libssl depends upon the current (objectionable) | miod | 2 | -0/+2 |
2014-05-31 | copy a comment placed in other files; req from miod | deraadt | 2 | -2/+6 |
2014-05-31 | Some KNF and fix the vairable spelling. | jsing | 2 | -46/+32 |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | jsing | 9 | -924/+530 |
2014-05-31 | More KNF. | jsing | 2 | -206/+244 |
2014-05-31 | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | jsing | 8 | -28/+20 |
2014-05-31 | unifdef -UDOXYGEN and manually remove the few doxygen comments that are not | jsing | 2 | -62/+0 |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | jsing | 16 | -100/+0 |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | jsing | 30 | -360/+0 |
2014-05-31 | Delete the extraneous "return" statement at the end of a void function. | jca | 1 | -2/+1 |
2014-05-31 | KNF and other cleanup. | jsing | 2 | -266/+295 |
2014-05-30 | Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. | deraadt | 2 | -6/+6 |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | jsing | 7 | -332/+17 |