aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/TLSInStream.h
Commit message (Expand)AuthorAgeFilesLines
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
* Mark overridden virtual functionsPierre Ossman2024-06-241-1/+1
* Use stdint typesPierre Ossman2023-02-011-1/+1
* Make BufferedInStream allocation more availablePierre Ossman2022-08-251-1/+1
* Don't trust GNUTLS_E_AGAINPierre Ossman2022-04-061-0/+1
* Be consistent in including config.hPierre Ossman2021-12-301-4/+0
* Propagate exceptions from GnuTLS push/pull functionsPierre Ossman2021-06-111-0/+2
* Change streams to be asynchronousPierre Ossman2020-05-211-2/+2
* Create common base classes for buffered streamsPierre Ossman2020-05-211-8/+3
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* Raise GnuTLS requirements to 3.xPierre Ossman2015-01-291-3/+3
* Refactor the TLS code so that the push/pull functions are aware of theirPierre Ossman2012-07-031-3/+1
* [Development] Implement secure TLS streams.Adam Tkac2010-04-231-0/+57