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