summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_conn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* const qualifiers for BIO_new_mem_buf(), BIO_new_connect() andtb2018-05-121-2/+2
* const for BIO_{new,set}() and most of the BIO_{f,s}_*() family oftb2018-05-011-3/+3
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-17/+13
* normalize set/getsockopt usage.bcook2014-11-261-2/+2
* MPE support, begone. ok teduderaadt2014-11-211-2/+2
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-4/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-6/+9
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Fix some more nasty stringyness in here by using asprintf instead of cruft.beck2014-05-301-10/+7
* more: no need for null check before freederaadt2014-05-301-14/+7
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-10/+9
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-13/+12
* Bring malloc/calloc/realloc sequences to modern standardderaadt2014-04-211-1/+1
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* unifdef NO_SOCKtedu2014-04-181-2/+0
* unistd.h for protos where neededderaadt2014-04-181-0/+1
* Mostly gut e_os.h:deraadt2014-04-171-1/+3
* some KNF cleanup following the scriptderaadt2014-04-171-6/+6
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* > As I walk through the valley of the shadow of deathtedu2014-04-161-10/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-341/+310
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2).matthew2014-04-131-1/+1
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-12/+12
* resolve conflictsdjm2008-09-061-5/+5
* resolve conflictsdjm2006-06-271-1/+1
* merge 0.9.7dmarkus2004-04-081-3/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-3/+3
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-7/+8
* openssl-engine-0.9.6 mergebeck2000-12-151-23/+24
* OpenSSL 0.9.5 mergebeck2000-03-191-5/+37
* OpenSSL 0.9.4 mergebeck1999-09-291-88/+58
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+648