Age | Commit message (Expand) | Author |
2014-06-06 | s/assember/assembler/ before someone gets offended. At the last | Theo de Raadt |
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-03 | Fix memory leak. | Loganaden Velvindron |
2014-06-02 | A few months back there was a big community fuss regarding direct-use | Theo de Raadt |
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 | 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-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 | Add a comment documenting where libssl depends upon the current (objectionable) | Miod Vallat |
2014-05-31 | copy a comment placed in other files; req from miod | Theo de Raadt |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-30 | Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. | Theo de Raadt |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-30 | Fix some more nasty stringyness in here by using asprintf instead of cruft. | Bob Beck |
2014-05-30 | more: no need to null check before free; ok guenther | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-30 | remove CONST_STRICT. ok beck deraadt | Ted Unangst |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-30 | Don't write out more than we have allocated in obj_txt, as the glory | Bob Beck |
2014-05-30 | remove some of the bigger lies, as applicable to libressl. | Ted Unangst |
2014-05-29 | I do not have time to describe how bad the realloc() uses in here, now | Theo de Raadt |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-29 | Any sane platform has stdio. Stop pretending we will ever use a platform | Bob Beck |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-27 | Fix a Y2038 problem, by conversion of long to time_t. | Theo de Raadt |
2014-05-27 | Fix ia64 cross-gcc target. | Tobias Ulmer |
2014-05-26 | We don't really to keep history in constructs such as: | Miod Vallat |
2014-05-26 | Implement an improved version of the EVP AEAD API. The | Joel Sing |
2014-05-26 | KNF. | Joel Sing |
2014-05-26 | KNF. | Joel Sing |
2014-05-26 | KNF. | Joel Sing |
2014-05-25 | calloc instead of malloc/memset. from Benjamin Baier | Ted Unangst |
2014-05-25 | "for every change..." | Ted Unangst |
2014-05-25 | remove OPENSSL_memcmp before somebody tries to use it. ok beck miod | Ted Unangst |
2014-05-25 | remove OPENSSL_isservice. not used internally, no sane posix software will | Ted Unangst |
2014-05-25 | remove unused shit. from Alexander Schrijver | Ted Unangst |
2014-05-25 | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves | Ted Unangst |
2014-05-25 | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the | Joel Sing |
2014-05-24 | Remove the _shadow_ indirection, which is unnecessary in a world without | Joel Sing |
2014-05-24 | KNF. | Joel Sing |