Age | Commit message (Expand) | Author |
2014-06-07 | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | Theo de Raadt |
2014-06-07 | Add missing NULL check after calling EVP_PKEY_new_mac_key(). | Joel Sing |
2014-06-07 | Use !is_read to imply SSL3_CC_WRITE. | Joel Sing |
2014-06-07 | Move the export label initialisation into the export handling code, since | Joel Sing |
2014-06-07 | Remove pointless casts - no binary change. | Joel Sing |
2014-06-07 | Rename variables to make it clear that these are only used in the export | Joel Sing |
2014-06-07 | Further clean up of context handling in tls1_change_cipher_state(). | Joel Sing |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |
2014-06-07 | evptests.txt lives in regress/lib/libcrypto/evp | Joel Sing |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-06-07 | Remove another NULL check before a BIO_free(). | Joel Sing |
2014-06-07 | ssl3_free_digest_list() has its own NULL check. | Joel Sing |
2014-06-07 | BIO_free has an implicit NULL check, so do not bother checking for NULL | Joel Sing |
2014-06-07 | ssl3_release_{read,write}_buffer() handle being called with NULL buffers, | Joel Sing |
2014-06-07 | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | Joel Sing |
2014-06-07 | More KNF. | Joel Sing |
2014-06-07 | More KNF. | Joel Sing |
2014-06-06 | s/assember/assembler/ before someone gets offended. At the last | Theo de Raadt |
2014-06-05 | Do not recurse when a 'Hello Request' message is received while getting | Joel Sing |
2014-06-05 | Ensure that sess_cert is not NULL before trying to use it. | Joel Sing |
2014-06-05 | Avoid a buffer overflow that can be triggered by sending specially crafted | Joel Sing |
2014-06-05 | ssl_sess_cert_new() can return NULL. Fix two cases where the return value | Joel Sing |
2014-06-05 | Ensure that we do not process a ChangeCipherSpec with an empty master | Joel Sing |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | Joel Sing |
2014-06-05 | More KNF. | Joel Sing |
2014-06-04 | Sanitize use of client_opaque_prf_input: set it to NULL immediately after | Miod Vallat |
2014-06-04 | Fix a leak that can occur when len == 0, and as a result we leak a \0 byte. | Loganaden Velvindron |
2014-06-04 | without overthinking it, replace a few memcmp calls with CRYPTO_memcmp | Ted Unangst |
2014-06-03 | Fix memory leak. | Loganaden Velvindron |
2014-06-02 | Remove RANDFILE remnants. | Joel Sing |
2014-06-02 | A few months back there was a big community fuss regarding direct-use | Theo de Raadt |
2014-06-02 | Rename more variables for readability and consistency. | Joel Sing |
2014-06-02 | Since pqueue is a private interface and the header defining the struct | Philip Guenther |
2014-06-01 | Clean up some of the nightmare of string and pointer arithmatic in | Bob Beck |
2014-06-01 | realloc with NULL is same as malloc | Theo de Raadt |
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 | There is no need for is{upper,lower}() tests before to{lower,uppper}(), | Theo de Raadt |
2014-06-01 | Commit this before the head-scratching leads to premature baldness: | Theo de Raadt |
2014-06-01 | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements | Miod Vallat |
2014-06-01 | Add a deprecated attribute to all CRYPTO_dbg_ functions. | Miod Vallat |
2014-06-01 | Avoid the use of an uninitialised variable. In reality, this is a non-issue | Joel Sing |
2014-06-01 | EBCDIC support died a while ago, except in a comment. | Theo de Raadt |
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 | Get the public headers from the official place with <openssl/ > | Theo de Raadt |
2014-05-31 | annoying whitespace | Theo de Raadt |
2014-05-31 | Change the actual default for returned asn1 strings to be utf8 in the code, | Bob Beck |
2014-05-31 | BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments | Miod Vallat |
2014-05-31 | Add a comment documenting where libssl depends upon the current (objectionable) | Miod Vallat |