Age | Commit message (Expand) | Author |
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 |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-24 | Missed #include <signal.h> | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-24 | Don't potentially use stack garbage for e2d_type. Initialize | Kenneth R Westerback |
2014-05-24 | delete restricted ed. no one will ever use this. never documented or enabled. | Daniel Dickman |
2014-05-23 | Archives written with a non-standard blocksize currently show up as | Philip Guenther |
2014-05-23 | Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFY | Stuart Henderson |
2014-05-23 | Use REG_STARTEND to permit searches to work past/across NUL bytes. | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2014-05-23 | clean up after the traphandler children, otherwise they will live on | Sebastian Benoit |
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 | Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG)) | Kenneth R Westerback |
2014-05-23 | Clean up the SSL cipher initialisation and use C99 initialisers for | Joel Sing |
2014-05-23 | signal.h is not needed here. | Joel Sing |
2014-05-23 | Stop pulling signal.h into apps.h - just include it from openssl.c where | Joel Sing |
2014-05-23 | Replace (sometimes conditional) use of alloca with malloc, and clearing | Miod Vallat |
2014-05-23 | Calling signal once to ignore SIGPIPE is sufficient - we do not need to do | Joel Sing |
2014-05-23 | Move include to the top and nuke pointless comments. | Joel Sing |
2014-05-23 | Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ | Todd C. Miller |
2014-05-23 | A #define to rename another #define which is then used only once introduces | Kenneth R Westerback |
2014-05-23 | use reallocarray | Marc Espie |
2014-05-23 | adjust the note in STANDARDS: passing args to the flags is not an | Jason McIntyre |
2014-05-23 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-23 | Free the est_fqlist allocations if we end up not using it. | Philip Guenther |
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 | when we reduced the number of iovec's we passed through an imsg, the iovec | Gilles Chehade |
2014-05-22 | Add explicit #include lines for stdio.h, stdlib.h and string.h; these files | Miod Vallat |
2014-05-22 | If we have to realloc() "list" we need to zero out the new entries | Todd C. Miller |
2014-05-22 | Regen | Miod Vallat |
2014-05-22 | Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) | Miod Vallat |
2014-05-22 | Extend the keyboard communication routines to be able to work in polling mode; | Miod Vallat |
2014-05-22 | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | Joel Sing |
2014-05-22 | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | Joel Sing |
2014-05-22 | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | Joel Sing |
2014-05-22 | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | 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 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |
2014-05-22 | update nosuidcoredump example. mentioned by stefan wollny | Ted Unangst |
2014-05-22 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |