summaryrefslogtreecommitdiffstats
path: root/lib/libssl/bio_ssl.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Let SSL_copy_session_id() return an int for error checking.tb1-2/+4
2018-05-01const for BIO_f_ssl(), the last const difference to OpenSSL in ourtb1-3/+3
2017-02-07Change SSLerror() back to taking two args, with the first one being an SSL *.beck1-2/+2
2017-01-29Send the function codes from the error functions to the bit bucket,beck1-2/+2
2017-01-26knfbeck1-6/+11
2017-01-23Split most of SSL_METHOD out into an internal variant, which is opaque.jsing1-3/+3
2017-01-23move the callbacks from ssl_st to internalbeck1-3/+5
2015-09-29convert "last_time" to a time_t, to handle beyond Y2038deraadt1-7/+7
2014-11-16Sort and group includes.jsing1-3/+4
2014-06-12tags as requested by miod and teduderaadt1-1/+1
2014-06-08Clean up BIO_free() handling in bio_ssl.c - BIO_free() has its own NULLjsing1-13/+16
2014-05-30remove some #if 0 code. we don't need any more reminders that we're usingtedu1-17/+0
2014-05-28There is no point in checking if a pointer is non-NULL before calling free,jsing1-2/+1
2014-05-26Use C99 initialisers for BIO_METHOD.jsing1-9/+9
2014-05-02Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.jsing1-4/+0
2014-04-21more malloc/realloc/calloc cleanups; ok beck kettenisderaadt1-2/+1
2014-04-19More KNF.jsing1-20/+20
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck1-2/+2
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itjsing1-271/+266
2012-10-13resolve conflictsdjm1-0/+2
2011-11-03openssl-1.0.0e: resolve conflictsdjm1-0/+4
2010-10-01resolve conflicts, fix local changesdjm1-10/+11
2008-09-06resolve conflictsdjm1-3/+3
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus1-0/+6
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergebeck1-1/+7
2000-12-15openssl-engine-0.9.6 mergebeck1-11/+11
2000-03-19OpenSSL 0.9.5 mergebeck1-1/+32
1999-09-29OpenSSL 0.9.4 mergebeck1-46/+16
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1-0/+585