aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/bio_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Get pointer type right in BIO_ssl_shutdown()Rich Salz2017-03-071-8/+9
* Remove some #if 0 code in ssl, crypto/bioTodd Short2017-02-281-9/+1
* Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx2017-02-231-2/+2
* Test the size_t constant time functionsMatt Caswell2016-11-041-4/+0
* Remove a stray TODO that has already been fixedMatt Caswell2016-11-041-6/+1
* Convert SSL BIO to use SSL_write_ex().Matt Caswell2016-11-041-13/+5
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-14/+14
* Fix a shadowed variable declaration warningMatt Caswell2016-10-281-3/+3
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-12/+16
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-3/+13
* Fix BIO_pop for SSL BIOsMatt Caswell2016-07-291-10/+2
* Fix BIO_push ref counting for SSL BIOMatt Caswell2016-07-291-1/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell2016-04-271-4/+5
* Make BIO opaqueMatt Caswell2016-03-291-58/+62
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson2015-09-201-0/+4
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanup 10Rich Salz2015-04-111-3/+2
* Resolve swallowed returns codesMatt Caswell2015-03-251-1/+2
* free NULL cleanupRich Salz2015-03-251-6/+3
* Fix missing return value checksMatt Caswell2015-03-231-1/+4
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-12/+0
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-311-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-500/+482
* OPENSSL_NO_SOCK fixes.Andy Polyakov2012-04-161-0/+2
* PR: 2529Dr. Stephen Henson2011-05-251-0/+4
* Update from 1.0.0-stableDr. Stephen Henson2009-06-251-9/+11
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+0
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Make kerberos ciphersuite code compile again.Dr. Stephen Henson2005-04-201-2/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+2
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-141-0/+2
* A few small bugs with BIO popping.Richard Levitte2003-01-301-0/+4
* Prototype info function.Ben Laurie2002-01-121-1/+3
* Make non blocking I/O work for accept BIOs.Dr. Stephen Henson2000-10-121-0/+4
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-8/+8
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-10/+30
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-1/+12
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-10/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4