summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bio
AgeCommit message (Expand)Author
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-24Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t).Joel Sing
2014-05-22mark BIO_snprintf as deprecated, so warnings will be generated for it'sBob Beck
2014-05-05Sort and group includes.Joel Sing
2014-05-05Repair BIO_socket_nbio operation.Joel Sing
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-26This is not FreeBSD.Joel Sing
2014-04-23The usual idiom to cope with systems not defining socklen_t is to add aMiod Vallat
2014-04-23close socket in failure cases tooTed Unangst
2014-04-23if realloc failed, BIO_accept would leak memory and return NULL, causingTed Unangst
2014-04-21wrong calloc, see people do careTheo de Raadt
2014-04-21Replace entire printf-like guts with calls to libc snprintf.Theo de Raadt
2014-04-21Bring malloc/calloc/realloc sequences to modern standardTheo de Raadt
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck
2014-04-18unifdef NO_SOCKTed Unangst
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.Theo de Raadt
2014-04-18unistd.h for protos where neededTheo de Raadt
2014-04-17don't fake up SSIZE_MAXTed Unangst
2014-04-17more windows/netware leftoversTed Unangst
2014-04-17delete if 0 codeTed Unangst
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Mostly gut e_os.h:Theo de Raadt
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17Revert unintended whitespace changes.Joel Sing
2014-04-17tag some functions with bounded. idea and ok djmTed Unangst
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2014-04-16- Why do we hide from the OpenSSL police, dad?Miod Vallat
2014-04-16> As I walk through the valley of the shadow of deathTed Unangst
2014-04-16More KNF.Joel Sing
2014-04-16More KNF.Joel Sing
2014-04-16Clean up non-fatal error handling - we know which error numbers we haveJoel Sing
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-15Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.Joel Sing
2014-04-15Remove VMS code.Joel Sing
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-14two SHUTDOWN2 got away; noticed by beckTheo de Raadt
2014-04-13Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2).Matthew Dempsky
2014-04-13Remove various horrible socket syscall wrappers, especially SHUTDOWN*Theo de Raadt
2014-04-13Flense a variety of windows support stuff, and a strange gettimeofday function.Bob Beck
2014-04-13Remove some stuff that isn't needed.Bob Beck
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2012-01-05OpenSSL 1.0.0f: mergeDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller