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