summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: use $(LIBPTHREAD) rather than non-existent $(LTLIBPTHREAD)James Bottomley2020-08-311-1/+7
* Merge the extra libraries to link dynamically in GNUTLS_LIBS_PRIVATESteve Lhomme2020-06-071-1/+1
* win32: link with crypt32Steve Lhomme2020-05-201-5/+1
* Add GOST key transport supportDmitry Eremin-Solenikov2019-11-071-0/+8
* lib: drop gnutls_uint64 usage as sequence numberDmitry Eremin-Solenikov2019-10-241-1/+1
* iov: add iterator interface for giovec_tDaiki Ueno2019-08-091-1/+2
* Ship inih/LICENSE.txt in release tarballAndreas Metzler2019-07-291-1/+1
* Use inih to parse configuration fileNikos Mavrogiannopoulos2019-06-201-3/+3
* Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-201-1/+1
* handshake: increase the default number of tickets we send to 2tmp-increase-nr-of-ticketsNikos Mavrogiannopoulos2019-03-201-5/+5
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-101-1/+1
* Use inet_ntop() from gnulibtmp-gnulib-ntopTim Rühsen2019-02-071-1/+1
* update on "Fix gnutls.pc for multiarch builds"Nikos Mavrogiannopoulos2019-01-231-1/+1
* vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-191-1/+1
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-3/+3
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-1/+2
* handshake: handle early dataDaiki Ueno2018-11-111-0/+1
* Added session ticket key rotation with TOTPAnder Juaristi2018-09-191-2/+2
* cipher: separated CBC w/o EtM handlingNikos Mavrogiannopoulos2018-06-121-1/+1
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-1/+2
* x509/cert: reorganizedNikos Mavrogiannopoulos2018-02-191-2/+2
* ocsp: moved non-extension related functions to ocsp-api.cNikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: added support for post-handshake authenticationNikos Mavrogiannopoulos2018-02-191-1/+2
* handshake: added TLS1.3 passive key updateNikos Mavrogiannopoulos2018-02-191-0/+1
* handshake: added support for reading and sending cookie extensionNikos Mavrogiannopoulos2018-02-191-1/+2
* handshake: send hello retry request when no key share matchesNikos Mavrogiannopoulos2018-02-191-0/+1
* handshake: parse new session ticket messageNikos Mavrogiannopoulos2018-02-191-0/+1
* handshake: added basic support for TLS 1.3 handshake in client sideNikos Mavrogiannopoulos2018-02-191-1/+6
* handshake: added parsing of encrypted extensionsNikos Mavrogiannopoulos2018-02-191-0/+1
* crypto-api: introduce internal version of AEAD APINikos Mavrogiannopoulos2018-02-191-1/+1
* handshake: introduced TLS 1.3 handshake client state machine outlineNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-2/+2
* extv: introduced a low-level extension parsing codeNikos Mavrogiannopoulos2018-02-191-1/+1
* Added TLS 1.3 HKDF key derivation functionalityNikos Mavrogiannopoulos2018-02-191-2/+2
* fips140: added function for applications to switch the FIPS140-2 modeNikos Mavrogiannopoulos2018-02-191-1/+1
* sed: use it in a portable way in makefilesNikos Mavrogiannopoulos2017-08-201-3/+3
* Introduced atomic.h to simplify handling of atomic integersNikos Mavrogiannopoulos2017-07-251-1/+1
* priority_options.gperf: modified for gperf 3.1Nikos Mavrogiannopoulos2017-07-061-1/+1
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-1/+1
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-11/+0
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-011-5/+1
* gnutls_x509_trust_list_add_system_trust: Add macOS keychain supportDavid Caldwell2017-04-061-0/+4
* lib: unconditionally enable the self-check functionstmp-pkcs11-avoid-locksNikos Mavrogiannopoulos2017-03-131-4/+2
* Added openpgp stub fileNikos Mavrogiannopoulos2017-03-081-1/+1
* x509/verify: refuse to verify certificates with unknown critical extensionsNikos Mavrogiannopoulos2017-03-021-0/+1
* Move IDNA functionality to str-idna.c from str-unicode.cNikos Mavrogiannopoulos2017-01-261-1/+1
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-251-0/+4
* gl: removed iconv moduleNikos Mavrogiannopoulos2016-12-041-1/+1
* renamed system/iconv.c -> str-iconv.ctmp-idna-printNikos Mavrogiannopoulos2016-11-251-1/+1