Age | Commit message (Expand) | Author |
2014-04-23 | Figure out endianness at compile-time, using _BYTE_ORDER from | Miod Vallat |
2014-04-23 | Casting from a const unsigned char ** to a const unsigned char ** seems... | Joel Sing |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-23 | Make sure ret->name is NULL'ed before return when freeing. | Bob Beck |
2014-04-23 | Rather than sprinkling magical numbers everywhere, we can use sizeof() | Bob Beck |
2014-04-22 | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | Miod Vallat |
2014-04-22 | So it turns out that libcrypto on i386 platforms, unconditionaly compiles this | Miod Vallat |
2014-04-22 | When compiling with AES_WRAP_TEST, make main() return a meaningful value | Miod Vallat |
2014-04-22 | null a pointer to prevent double free. from Dirk Engling | Ted Unangst |
2014-04-22 | Remove files which look like actual code compiled in libcrypto, but isn't. | Miod Vallat |
2014-04-22 | fix memory leaks. from Dirk Engling | Ted Unangst |
2014-04-22 | Remove meat which either duplicates code found in apps/, or is only of value | Miod Vallat |
2014-04-22 | switch to reallocarray | Ted Unangst |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | use mallocarray(a,b) instead of malloc(a*b) | Theo de Raadt |
2014-04-21 | more malloc/realloc/calloc cleanups; ok beck kettenis | Theo de Raadt |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | no need for malloc casts | Theo de Raadt |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | More KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | wrong calloc, see people do care | Theo de Raadt |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | improve realloc/calloc/malloc patterns; ok guenther | Theo de Raadt |
2014-04-21 | Delete #if 0'd time related functions which are totally expired. | Theo de Raadt |
2014-04-21 | modernize malloc call | Theo de Raadt |
2014-04-21 | Replace entire printf-like guts with calls to libc snprintf. | Theo de Raadt |
2014-04-21 | Bring malloc/calloc/realloc sequences to modern standard | Theo de Raadt |
2014-04-21 | KNF. | Joel Sing |
2014-04-21 | clean up files we don't need | Ted Unangst |
2014-04-21 | fix accidentally deleted deref. | Bob Beck |
2014-04-20 | ASN1_STRING cleanup - realloc has handled NULL since I had a mullet | Bob Beck |
2014-04-20 | replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpy | Bob Beck |
2014-04-20 | Eliminate duplicated logic by switching from malloc+snprintf to asprintf | Philip Guenther |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-20 | Restore beck's (void)snprintf(): they were reviewed. | Philip Guenther |
2014-04-20 | Restore beck's rev 1.8: snprintf() was reviewed. | Philip Guenther |
2014-04-20 | Restore tedu's rev 1.4: snprintf() was reviewed. | Philip Guenther |
2014-04-20 | Restore beck's rev 1.7: snprintf() was reviewed. | Philip Guenther |
2014-04-20 | Restore beck's rev 1.21: snprintf() was reviewed | Philip Guenther |
2014-04-20 | theo found a file we don't seem to need, but just in case, i will paste | Ted Unangst |
2014-04-20 | Restore beck's rev 1.9: snprintf() was reviewed | Philip Guenther |
2014-04-20 | KNF. | Joel Sing |
2014-04-20 | Restore beck's rev 1.3: snprintf() was reviewed | Philip Guenther |
2014-04-20 | More KNF. | Joel Sing |