summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsTim Rühsen2023-02-171-1/+1
* * Update Copyright yearsDarshit Shah2022-02-261-1/+1
* Remove suprious print statementsDarshit Shah2021-09-081-3/+0
* Improve wget_options_fuzzerTim Rühsen2021-05-021-1/+10
* Run make update-copyrightDarshit Shah2021-01-011-1/+1
* * src/gnutls.c (ssl_init): Small cleanup fixing output of ncertsTim Rühsen2020-05-221-11/+9
* Fix SSL/TLS timeout issues.Вячеслав Петрищев2020-05-011-82/+171
* New implementation for openssl_read, openssl_peek ssl_connect_with_timeout (o...Вячеслав Петрищев2020-05-011-30/+40
* Don't print message about loading crl or ca-cert files with --no-verboseTomas Hozza2020-03-241-2/+2
* Always build ssl_cleanupTim Rühsen2020-02-291-2/+0
* * src/gnutls.c (ssl_cleanup): Only compile for DEBUG_MALLOC or TESTINGTim Rühsen2020-02-271-0/+2
* Add ssl_cleanup to free memoryTim Rühsen2020-02-271-0/+9
* * src/gnutls.c (ssl_init): Replace alloca by fixed length arraysTim Rühsen2020-02-121-4/+4
* Update copyright year to 2020Darshit Shah2020-01-101-1/+1
* Update copyright statementsDarshit Shah2019-02-101-1/+2
* * src/gnutls.c (ssl_connect_wget): Fix call to gnutls_set_default_priority()Tim Rühsen2018-12-271-1/+1
* Enable post-handshake auth under gnutls on TLS1.3Nikos Mavrogiannopoulos2018-10-081-0/+96
* Add TLS 1.3 support for GnuTLSTomas Hozza2018-09-071-0/+28
* * src/gnutls.c (ssl_check_certificate): Fix grammar of error msgTim Rühsen2018-06-131-1/+1
* Enhance SSL/TLS securityAnder Juaristi2018-05-051-28/+50
* Update Copyright yearsDarshit Shah2018-01-141-2/+1
* * src/gnutls.c: Fix -Wformat= warningsTim Rühsen2017-02-031-2/+3
* Avoid calling the gnutls priority functions multiple timesNikos Mavrogiannopoulos2016-12-201-2/+3
* Include gnulib fcntl.h instead of sys/fcntl.hTim Rühsen2016-06-121-1/+1
* Implement --pinnedpubkey option to pin public keysmoparisthebest2016-04-111-2/+66
* Fix SNI server names with trailing dot(s)Tim Rühsen2016-03-161-4/+28
* Add --check-certificate=quietGiuseppe Scrivano2015-12-031-1/+5
* Fix potential NULL pointer dereferenceAnder Juaristi2015-11-201-3/+7
* Handle TLS rehandshakes in GnuTLS codeTim Rühsen2015-09-281-76/+93
* Added support for FTPSAnder Juaristi2015-09-141-1/+34
* Fix double free bug in SSL codeRohit Mathulla2015-04-271-2/+2
* maint: update copyright year ranges to include 2015Giuseppe Scrivano2015-03-091-2/+2
* Define MIN and MAx macros in a single locationDarshit Shah2014-12-041-5/+0
* GnuTLS support for --secure-protocol=TLSv1_1|TLSv1_2Tim Rühsen2014-11-261-2/+30
* Trivial fixes for C89 compliancyTim Rühsen2014-11-201-3/+5
* Report load failure of cert files only with --debugTim Rühsen2014-11-191-2/+1
* Fix warnings from clang-analyzer 3.6Tim Ruehsen2014-11-181-1/+0
* Added --crl-file to load a Certificate Revocation List (CRL) fileTim Rühsen2014-11-111-4/+30
* do not use SSLv3 except explicitely requestedTim Ruehsen2014-10-191-2/+3
* gnutls: do not include <assert.h>Giuseppe Scrivano2014-06-121-1/+0
* fix GnuTLS connect timeoutTim Ruehsen2013-12-291-3/+2
* better backport availability for PFS featureTim Ruehsen2013-10-171-3/+3
* PFS runtime checkTim Ruehsen2013-09-081-5/+4
* added PFS to --secure-protocolTim Ruehsen2013-09-071-0/+7
* gnutls: Prevent CA files from being loaded twice if possibleTim Ruehsen2013-08-091-55/+89
* gnutls: honor connect timeoutTim Ruehsen2013-07-121-1/+59
* gnutls: do not abort on non-fatal alerts during handshakemancha2013-05-061-3/+22
* fix --secure-protocol=SSLv2/SSLv3Tim Ruehsen2012-12-231-1/+1
* don't error if CA directory is emptyTim Ruehsen2012-09-021-1/+1
* gnutls: deinit gnutls_x509_crt_tTim Ruehsen2012-09-021-2/+3