summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-06-07ssl3_release_{read,write}_buffer() handle being called with NULL buffers,Joel Sing
2014-06-07The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all haveJoel Sing
2014-06-07More KNF.Joel Sing
2014-06-07More KNF.Joel Sing
2014-06-07Fix modf() on sparcTobias Ulmer
2014-06-06s/assember/assembler/ before someone gets offended. At the lastTheo de Raadt
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-06-05Do not recurse when a 'Hello Request' message is received while gettingJoel Sing
2014-06-05Ensure that sess_cert is not NULL before trying to use it.Joel Sing
2014-06-05Avoid a buffer overflow that can be triggered by sending specially craftedJoel Sing
2014-06-05ssl_sess_cert_new() can return NULL. Fix two cases where the return valueJoel Sing
2014-06-05Ensure that we do not process a ChangeCipherSpec with an empty masterJoel Sing
2014-06-05Be selective as to when ChangeCipherSpec messages will be accepted.Joel Sing
2014-06-05More KNF.Joel Sing
2014-06-05Extended precision floating-point numbers have an explicit integer part bit.Mark Kettenis
2014-06-04Sanitize use of client_opaque_prf_input: set it to NULL immediately afterMiod Vallat
2014-06-04Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hMatthew Dempsky
2014-06-04Fix a leak that can occur when len == 0, and as a result we leak a \0 byte.Loganaden Velvindron
2014-06-04without overthinking it, replace a few memcmp calls with CRYPTO_memcmpTed Unangst
2014-06-04Do not skip or add a byte for the report ID when manipulating data.Martin Pieuchot
2014-06-04Remove assigned but unused local variables and macro from vfwprintf().Stefan Sperling
2014-06-03Fix memory leak.Loganaden Velvindron
2014-06-02Make sure STRICT_ASSIGN handles double as well. From FreeBSD, where theMark Kettenis
2014-06-02merge ohash into 1 source file, then we can revisit next roadmap items.Theo de Raadt
2014-06-02Remove RANDFILE remnants.Joel Sing
2014-06-02Stop pretending that openssl(1) applications support the -rand option.Joel Sing
2014-06-02A few months back there was a big community fuss regarding direct-useTheo de Raadt
2014-06-02Rename more variables for readability and consistency.Joel Sing
2014-06-02move random bytes buffer to be part of mmaped pages; ok tedu@Otto Moerbeek
2014-06-02Since pqueue is a private interface and the header defining the structPhilip Guenther
2014-06-01Clean up some of the nightmare of string and pointer arithmatic inBob Beck
2014-06-01realloc with NULL is same as mallocTheo de Raadt
2014-06-01Make usage for -quiet match the manpage and fix a misspellingPhilip Guenther
2014-06-01Overhaul the key block handling in tls1_change_cipher_state() - useJoel Sing
2014-06-01In tls1_setup_key_block(), use the correct IV length for GCM mode, whichJoel Sing
2014-06-01There is no need for is{upper,lower}() tests before to{lower,uppper}(),Theo de Raadt
2014-06-01Commit this before the head-scratching leads to premature baldness:Theo de Raadt
2014-06-01Remove __bio_h__attr__ wrapper around __attribute__, since earlier statementsMiod Vallat
2014-06-01Add a deprecated attribute to all CRYPTO_dbg_ functions.Miod Vallat
2014-06-01Avoid the use of an uninitialised variable. In reality, this is a non-issueJoel Sing
2014-06-01EBCDIC support died a while ago, except in a comment.Theo de Raadt
2014-06-01Clean up the tls1_change_cipher_state() key length handling and use aJoel Sing
2014-06-01Use C99 initialisers for cipher_aliases. This improves readability,Joel Sing
2014-05-31Get the public headers from the official place with <openssl/ >Theo de Raadt
2014-05-31annoying whitespaceTheo de Raadt
2014-05-31Change the actual default for returned asn1 strings to be utf8 in the code,Bob Beck
2014-05-31BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false commentsMiod Vallat
2014-05-31Add a comment documenting where libssl depends upon the current (objectionable)Miod Vallat
2014-05-31copy a comment placed in other files; req from miodTheo de Raadt
2014-05-31Some KNF and fix the vairable spelling.Joel Sing