summaryrefslogtreecommitdiff
path: root/gio/gdtlsconnection.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtlsconnection: warn about footguns of using a non-default databaseMichael Catanzaro2021-11-221-0/+16
* Document potential footgun with GTlsCertificateFlagsMichael Catanzaro2021-11-161-0/+17
* tls: add functions to get protocol version and ciphersuite nameMichael Catanzaro2021-06-031-0/+96
* gdtlsconnection: Fix a check for a vfunc being implementedPhilip Withnall2021-04-291-1/+1
* Add g_(d)tls_connection_get_channel_binding_data calls and enumsRuslan Marchenko2020-06-251-0/+50
* gtlsconnection: Improve documentation of peer-certificate[-errors]Michael Catanzaro2020-06-101-8/+7
* gtlsconnection: Add missing (nullable) annotationsPhilip Withnall2020-02-171-9/+9
* Fully deprecate TLS rehandshakesMichael Catanzaro2020-01-071-36/+22
* Sync GDtlsConnection handshake docs with GTlsConnectionMichael Catanzaro2020-01-021-9/+9
* gio: remove use of generic marshaller from GIO objectsChristian Hergert2019-06-171-1/+5
* Annotate various types and macros as deprecatedPhilip Withnall2019-05-301-0/+4
* gdtlsconnection: do not return on a void methodIgnacio Casal Quinteiro2019-01-181-1/+1
* gio: Update bad cert error in accept-certificate and GTlsError docsMichael Gratton2019-01-081-2/+2
* Implement support for ALPN in GTlsConnection, GDtlsConnectionScott Hutton2018-12-181-0/+91
* Deprecate TLS rehandshake APIsMichael Catanzaro2018-11-201-1/+10
* Update documentation of g_tls_connection_handshake() one last timeMichael Catanzaro2018-11-201-2/+9
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-3/+3
* gio: Add DTLS interfacesPhilip Withnall2016-01-181-0/+975