summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2014-06-06s/assember/assembler/ before someone gets offended. At the lastTheo de Raadt
2014-06-04Fix a leak that can occur when len == 0, and as a result we leak a \0 byte.Loganaden Velvindron
2014-06-03Fix memory leak.Loganaden Velvindron
2014-06-02A few months back there was a big community fuss regarding direct-useTheo de Raadt
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-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-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-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-31Move the cts128 and gcm128 tests to regress.Joel Sing
2014-05-30Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions.Theo de Raadt
2014-05-30Move sha256 and sha512 tests to regress and wire them up.Joel Sing
2014-05-30Move the AES wrap test code into regress.Joel Sing
2014-05-30Fix some more nasty stringyness in here by using asprintf instead of cruft.Bob Beck
2014-05-30more: no need to null check before free; ok guentherTheo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-30remove CONST_STRICT. ok beck deraadtTed Unangst
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-30Don't write out more than we have allocated in obj_txt, as the gloryBob Beck
2014-05-30remove some of the bigger lies, as applicable to libressl.Ted Unangst
2014-05-29I do not have time to describe how bad the realloc() uses in here, nowTheo de Raadt
2014-05-29ok, next pass after review: when possible, put the reallocarray argumentsTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-29Any sane platform has stdio. Stop pretending we will ever use a platformBob Beck
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-27Fix a Y2038 problem, by conversion of long to time_t.Theo de Raadt
2014-05-27Fix ia64 cross-gcc target.Tobias Ulmer
2014-05-26We don't really to keep history in constructs such as:Miod Vallat
2014-05-26Implement an improved version of the EVP AEAD API. TheJoel Sing
2014-05-26KNF.Joel Sing
2014-05-26KNF.Joel Sing
2014-05-26KNF.Joel Sing
2014-05-25calloc instead of malloc/memset. from Benjamin BaierTed Unangst
2014-05-25"for every change..."Ted Unangst
2014-05-25remove OPENSSL_memcmp before somebody tries to use it. ok beck miodTed Unangst
2014-05-25remove OPENSSL_isservice. not used internally, no sane posix software willTed Unangst
2014-05-25remove unused shit. from Alexander SchrijverTed Unangst
2014-05-25define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvesTed Unangst
2014-05-25Turn off MemCheck_on and MemCheck_off. These calls are pointless since theJoel Sing
2014-05-24Remove the _shadow_ indirection, which is unnecessary in a world withoutJoel Sing
2014-05-24KNF.Joel Sing