summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2014-05-24More KNF.Joel Sing
2014-05-24KNF.Joel Sing
2014-05-24We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION.Joel Sing
2014-05-24Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.Joel Sing
2014-05-24Another e_os2.h -> opensslconf.h.Joel Sing
2014-05-24e_os2.h is not needed here.Joel Sing
2014-05-24Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atJoel Sing
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-24Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around,Joel Sing
2014-05-24Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).Joel Sing
2014-05-24No OPENSSL_SYS_WINDOWS wanted.Joel Sing
2014-05-23Take an axe to rc5speed.c - strip out everything that is for otherJoel Sing
2014-05-23We have stdio and are not WIN16.Joel Sing
2014-05-23Not OPENSSL_SYS_SUNOS.Joel Sing
2014-05-23Replace (sometimes conditional) use of alloca with malloc, and clearingMiod Vallat
2014-05-23don't deprecate until at least the base src tree is clean.Ted Unangst
2014-05-22Mark the malloc wrapper functions as deprecated so warnings willBob Beck
2014-05-22Convert OPENSSL_malloc stuff back to intrinsics, a few were missedBob Beck
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-22Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids theJoel Sing
2014-05-22Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.Joel Sing
2014-05-22mark BIO_snprintf as deprecated, so warnings will be generated for it'sBob Beck
2014-05-22KNF.Joel Sing
2014-05-22KNF.Joel Sing
2014-05-22No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.Philip Guenther