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