summaryrefslogtreecommitdiff
path: root/tls
Commit message (Expand)AuthorAgeFilesLines
* Flag all final types accordinglyHEADmasterMichael Catanzaro2023-04-0614-56/+56
* Do not add SSL session to the OpenSSL internal cacheGoncalo Gomes2023-02-101-2/+0
* gtlsconnection-base: remove property nicks/blurbsMichael Catanzaro2023-02-091-9/+4
* Don't try to use keychain CA certificates on iOSNirbheek Chauhan2022-12-291-1/+7
* tests: skip tls-exporter test for TLS 1.2Natanael Copa2022-11-021-18/+31
* Fix -Wnonnull-compare warningMichael Catanzaro2022-10-121-1/+1
* Fix static link on WindowsXavier Claessens2022-10-062-6/+8
* Do not install shared module when only static is neededXavier Claessens2022-10-062-4/+4
* Remove IP port pairs from unique session ID when hostname existsGoncalo Gomes2022-09-125-45/+95
* Created a common implementation for TLS session cacheGoncalo Gomes2022-09-1216-456/+469
* Use available cached tickets when creating connectionsGoncalo Gomes2022-09-128-10/+564
* Propagate GIO_PROXY_TEST_NAME to installed testsMichael Catanzaro2022-08-291-0/+1
* certificate: Print better criticals when double setting construct propertiesPatrick Griffis2022-08-152-20/+70
* Add support for PKCS #12 encrypted filesPatrick Griffis2022-08-158-0/+498
* Meson: Bump version requirement to 0.60.0Xavier Claessens2022-08-121-7/+2
* Meson: Use summary() to print enabled modulesXavier Claessens2022-08-122-0/+4
* Meson: Add dependencies on static modulesXavier Claessens2022-08-122-0/+2
* Meson: Remove workaround for a bug fixed a long time agoXavier Claessens2022-08-122-6/+0
* Meson: Add 'recursive: true' to avoid warningXavier Claessens2022-08-122-2/+2
* Meson: Build static modules when default_library is 'static' or 'both'Xavier Claessens2022-08-122-2/+2
* Require GnuTLS 3.7.4Michael Catanzaro2022-08-051-154/+0
* Finalize implementation of G_TLS_CHANNEL_BINDING_TLS_EXPORTERMichael Catanzaro2022-08-053-18/+8
* meson: Export static libraries and depsOlivier CrĂȘte2022-06-212-2/+8
* meson: Fix tests build when using opensslNirbheek Chauhan2022-05-171-1/+2
* tlslog: add meson config setting to log at debug levelIgnacio Casal Quinteiro2022-05-151-31/+34
* Mark strings for translation and translate just in errorIgnacio Casal Quinteiro2022-05-132-15/+15
* meson: Set GIO_EXTRA_MODULES in devenvXavier Claessens2022-02-212-0/+12
* gnutls: use gnutls_ciphersuite_get() if availableMichael Catanzaro2022-02-161-0/+4
* build: move some code to lower-level meson.buildsMichael Catanzaro2022-02-161-0/+17
* openssl: explicitly NULL initialize PKCS8_PRIV_KEY_INFODaniel Kolesa2022-01-071-1/+1
* Do not fill SNI extension with IP addressMatteo Biggio2021-12-312-2/+2
* Cleanup some code around tls-unique binding in TLSv1.3Ruslan N. Marchenko2021-12-183-1/+26
* openssl: remove version guards around OCSP codeMichael Catanzaro2021-12-163-10/+0
* Update tests for OCSP staplingMichael Catanzaro2021-12-1550-832/+1114
* openssl: check for Must-Staple extension on server certMichael Catanzaro2021-12-152-24/+58
* Make handshake ops ignore cancellationMichael Catanzaro2021-12-011-2/+0
* openssl: remove manual check for certificate expirationMichael Catanzaro2021-12-013-52/+6
* gtlshttp.c: Correct libsoup DLL names for Visual StudioChun-wei Fan2021-12-011-0/+5
* gnutls: TLS 1.3 ciphersuite names should use underscoresMichael Catanzaro2021-11-271-3/+15
* Moved certificate store population logic in populate_store methodFrancesco Conti2021-11-191-37/+55
* Loading certificates from Windows root and ca storesFrancesco Conti2021-11-192-0/+52
* Do not load certificates from default paths on MacOSFrancesco Conti2021-11-191-2/+2
* openssl: Replace ERR_error_string with ERR_error_string_nPatrick Griffis2021-11-095-20/+52
* gnutls: remove bogus assertMichael Catanzaro2021-11-091-1/+7
* tests: Accept GNUTLS' workaround for limited size of time_tSimon McVittie2021-09-212-0/+16
* gnutls: revert AuthorityInformationAccess implementation for nowmcatanzaro/#160Michael Catanzaro2021-09-031-137/+0
* Unbreak GTLS_GNUTLS_CHECK_VERSIONMichael Catanzaro2021-09-031-1/+1
* openssl: remove openssl-utilIgnacio Casal Quinteiro2021-08-314-588/+2
* gnutls: fix use of non-default GTlsDatabasesmcatanzaro/fix-gearyMichael Catanzaro2021-08-251-8/+24
* gnutls: Fix potential leakpgriffis/gnutls-leakPatrick Griffis2021-08-231-0/+1