aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/TLSInStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Make BufferedInStream allocation more availablePierre Ossman2022-08-251-2/+2
* Don't trust GNUTLS_E_AGAINPierre Ossman2022-04-061-3/+16
* Propagate exceptions from GnuTLS push/pull functionsPierre Ossman2021-06-111-2/+13
* Remove early data check for TLSInStreamPierre Ossman2021-06-111-5/+3
* Propagate errno to GnuTLSPierre Ossman2021-06-111-0/+5
* Change streams to be asynchronousPierre Ossman2020-05-211-7/+6
* Log I/O errors from TLS streamsPierre Ossman2020-05-211-1/+6
* Simplify stream availability handlingPierre Ossman2020-05-211-2/+2
* Create common base classes for buffered streamsPierre Ossman2020-05-211-37/+9
* Add stream avail() methodsPierre Ossman2020-05-211-1/+1
* Merge branch 'secfix' of https://github.com/CendioOssman/tigervncPierre Ossman2019-12-201-8/+10
|\
| * Be defensive about overflows in stream objectsPierre Ossman2019-11-151-4/+6
| * Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* | Handle pending data in TLS buffersPierre Ossman2019-12-091-3/+5
|/
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-6/+5
|\
| * Raise GnuTLS requirements to 3.xPierre Ossman2015-01-291-6/+5
* | Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
|/
* GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour ofPierre Ossman2012-07-031-6/+3
* Refactor the TLS code so that the push/pull functions are aware of theirPierre Ossman2012-07-031-3/+11
* Support building with older versions of gnutls; Fix gnutls detection when bui...DRC2010-09-301-0/+4
* [Bugfix] Properly report transport errors to GNUTLS.Adam Tkac2010-08-251-7/+13
* [Development] Implement secure TLS streams.Adam Tkac2010-04-231-0/+111