| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a leak that can occur when len == 0, and as a result we leak a \0 byte. |  logan | 2014-06-04 | 1 | -1/+1 |
* | Fix memory leak. |  logan | 2014-06-03 | 1 | -0/+1 |
* | A few months back there was a big community fuss regarding direct-use |  deraadt | 2014-06-02 | 7 | -193/+0 |
* | Clean up some of the nightmare of string and pointer arithmatic in |  beck | 2014-06-01 | 1 | -52/+36 |
* | realloc with NULL is same as malloc |  deraadt | 2014-06-01 | 1 | -4/+1 |
* | There is no need for is{upper,lower}() tests before to{lower,uppper}(), |  deraadt | 2014-06-01 | 2 | -27/+8 |
* | Commit this before the head-scratching leads to premature baldness: |  deraadt | 2014-06-01 | 1 | -1/+1 |
* | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements |  miod | 2014-06-01 | 1 | -10/+4 |
* | Add a deprecated attribute to all CRYPTO_dbg_ functions. |  miod | 2014-06-01 | 1 | -10/+10 |
* | Avoid the use of an uninitialised variable. In reality, this is a non-issue |  jsing | 2014-06-01 | 1 | -2/+1 |
* | EBCDIC support died a while ago, except in a comment. |  deraadt | 2014-06-01 | 1 | -2/+0 |
* | Get the public headers from the official place with <openssl/ > |  deraadt | 2014-05-31 | 6 | -6/+7 |
* | annoying whitespace |  deraadt | 2014-05-31 | 1 | -3/+3 |
* | Change the actual default for returned asn1 strings to be utf8 in the code, |  beck | 2014-05-31 | 1 | -1/+1 |
* | Add a comment documenting where libssl depends upon the current (objectionable) |  miod | 2014-05-31 | 1 | -0/+1 |
* | copy a comment placed in other files; req from miod |  deraadt | 2014-05-31 | 1 | -1/+3 |
* | Move the cts128 and gcm128 tests to regress. |  jsing | 2014-05-31 | 2 | -459/+0 |
* | Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. |  deraadt | 2014-05-30 | 1 | -3/+3 |
* | Move sha256 and sha512 tests to regress and wire them up. |  jsing | 2014-05-30 | 2 | -331/+0 |
* | Move the AES wrap test code into regress. |  jsing | 2014-05-30 | 1 | -129/+0 |
* | Fix some more nasty stringyness in here by using asprintf instead of cruft. |  beck | 2014-05-30 | 1 | -10/+7 |
* | more: no need to null check before free; ok guenther |  deraadt | 2014-05-30 | 4 | -4/+4 |
* | more: no need for null check before free |  deraadt | 2014-05-30 | 44 | -212/+103 |
* | remove CONST_STRICT. ok beck deraadt |  tedu | 2014-05-30 | 3 | -14/+1 |
* | no need for null check before free. from Brendan MacDonell |  tedu | 2014-05-30 | 19 | -53/+27 |
* | Don't write out more than we have allocated in obj_txt, as the glory |  beck | 2014-05-30 | 1 | -1/+2 |
* | I do not have time to describe how bad the realloc() uses in here, now |  deraadt | 2014-05-29 | 1 | -4/+2 |
* | ok, next pass after review: when possible, put the reallocarray arguments |  deraadt | 2014-05-29 | 7 | -12/+12 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 |  deraadt | 2014-05-29 | 23 | -42/+50 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. |  beck | 2014-05-29 | 39 | -165/+0 |
* | Any sane platform has stdio. Stop pretending we will ever use a platform |  beck | 2014-05-29 | 5 | -12/+0 |
* | use calloc, from Benjamin Baier |  tedu | 2014-05-29 | 1 | -5/+1 |
* | Fix a Y2038 problem, by conversion of long to time_t. |  deraadt | 2014-05-27 | 2 | -18/+8 |
* | We don't really to keep history in constructs such as: |  miod | 2014-05-26 | 1 | -6/+0 |
* | Implement an improved version of the EVP AEAD API. The |  jsing | 2014-05-26 | 5 | -106/+109 |
* | KNF. |  jsing | 2014-05-26 | 3 | -360/+479 |
* | KNF. |  jsing | 2014-05-26 | 7 | -538/+656 |
* | KNF. |  jsing | 2014-05-26 | 6 | -1443/+1555 |
* | calloc instead of malloc/memset. from Benjamin Baier |  tedu | 2014-05-25 | 13 | -40/+21 |
* | remove OPENSSL_memcmp before somebody tries to use it. ok beck miod |  tedu | 2014-05-25 | 1 | -6/+0 |
* | remove OPENSSL_isservice. not used internally, no sane posix software will |  tedu | 2014-05-25 | 1 | -6/+0 |
* | remove unused shit. from Alexander Schrijver |  tedu | 2014-05-25 | 2 | -4/+2 |
* | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves |  tedu | 2014-05-25 | 1 | -1/+2 |
* | Turn off MemCheck_on and MemCheck_off. These calls are pointless since the |  jsing | 2014-05-25 | 1 | -13/+3 |
* | Remove the _shadow_ indirection, which is unnecessary in a world without |  jsing | 2014-05-24 | 3 | -7/+4 |
* | KNF. |  jsing | 2014-05-24 | 15 | -2218/+1913 |
* | More KNF. |  jsing | 2014-05-24 | 1 | -2/+2 |
* | KNF. |  jsing | 2014-05-24 | 4 | -91/+91 |
* | We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION. |  jsing | 2014-05-24 | 2 | -69/+0 |
* | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. |  jsing | 2014-05-24 | 3 | -8/+7 |