summaryrefslogtreecommitdiff
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-248-900/+748
* ktls: Do not return GNUTLS_E_INTERRUPTED/AGAIN from short writesRichard W.M. Jones2023-03-101-2/+10
* Indent codeZoltan Fridrich2023-01-278-517/+670
* trust: make filesystem path construction flexibleDaiki Ueno2023-01-111-16/+27
* KTLS: add ciphersuitesFrantisek Krenzelok2022-12-021-6/+153
* KTLS: set write alert callbackFrantisek Krenzelok2022-10-052-0/+20
* KTLS: receive key updateFrantisek Krenzelok2022-10-051-1/+7
* KTLS: send update key requestFrantisek Krenzelok2022-10-052-0/+26
* KTLS: set key on specific interfacesFrantisek Krenzelok2022-10-052-6/+13
* Reduce sensitive languageZoltan Fridrich2022-09-201-9/+9
* windows: Avoid -Wint-conversion errorsMartin Storsjo2022-08-161-4/+4
* ktls: _gnutls_ktls_enable: fix GNUTLS_KTLS_SEND calculationDaiki Ueno2022-06-281-5/+16
* system config disable KTLSFrantisek Krenzelok2022-03-291-1/+0
* ktls: sendfileFrantisek Krenzelok2022-02-222-0/+33
* gnutls_transport_is_ktls_enabled: fix return value of stubDaiki Ueno2022-02-151-4/+3
* ktls: fix _gnutls_ktls_send_control_msg return valueJan Palus2022-01-281-4/+5
* ktls: flagsFrantisek Krenzelok2021-12-162-28/+25
* KTLS: APIFrantisek Krenzelok2021-12-152-159/+188
* sockets: fixed compiler warning on Windows x32Evgeny Grin2021-11-261-0/+2
* sockets: fixed building for Windows with compilers without VLA supportEvgeny Grin2021-11-261-3/+6
* locks: replace custom mutex wrappers with "glthread/lock.h"Daiki Ueno2021-11-171-93/+13
* ktls: basic implementation of SW modeHedgehog50402021-10-192-0/+436
* keys-win: free certificate context in gnutls_system_key_iter_deinitDaiki Ueno2021-03-291-1/+2
* Merge branch 'wip/dueno/typo-fixes' into 'master'Daiki Ueno2021-02-171-1/+1
|\
| * fastopen: remove call to abort()Daiki Ueno2021-02-171-1/+1
* | Sockets: implement sendmsg()-like functions on Win32Evgeny Grin2021-02-162-8/+46
|/
* fix connectx not available on older macOS SDKSteve Lhomme2020-07-021-3/+11
* Merge branch 'ncrypt-uwp10' into 'master'Dmitry Baryshkov2020-05-271-142/+176
|\
| * win32: move the NCRYPT key import into a functionSteve Lhomme2020-05-271-142/+176
* | configure.ac: determine if the Vista APIs can be linked staticallySteve Lhomme2020-05-271-3/+5
|/
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-136-6/+6
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-102-266/+1
* Use inet_ntop() from gnulibtmp-gnulib-ntopTim Rühsen2019-02-071-250/+0
* Merge branch 'use_CertOpenStore' into 'master'Nikos Mavrogiannopoulos2018-12-202-6/+6
|\
| * win32: Use CertOpenStore instead of CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-192-6/+6
* | Merge branch 'winstore_patches' into 'master'Nikos Mavrogiannopoulos2018-12-191-1/+6
|\ \
| * | keys-win: Disable private key import on windows storeHugo Beauzée-Luyssen2018-12-191-0/+5
| * | lib: Don't hardcode LoadLibraryAHugo Beauzée-Luyssen2018-12-191-1/+1
| |/
* | vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-191-84/+0
|/
* Fix warnings seen on OpenCSW Solaris 10Tim Rühsen2018-06-101-1/+3
* gnutls_system_recv_timeout: doc updateNikos Mavrogiannopoulos2017-08-031-1/+1
* lib/system/fastopen: simplified TCP fast open for OSXNikos Mavrogiannopoulos2017-04-141-10/+20
* lib/system/fastopen: Add TCP Fast Open for OSXtmp-fast-open-macosxTim Rühsen2017-04-111-1/+13
* gnutls_x509_trust_list_add_system_trust: Add macOS keychain supportDavid Caldwell2017-04-061-0/+72
* renamed system/iconv.c -> str-iconv.ctmp-idna-printNikos Mavrogiannopoulos2016-11-251-173/+0
* unconditionally include unistring codeNikos Mavrogiannopoulos2016-11-211-326/+4
* _gnutls_utf8_to_ucs2: normalize to NFC UTF16 outputNikos Mavrogiannopoulos2016-11-201-4/+13
* Use libunistring when present instead of iconv()Nikos Mavrogiannopoulos2016-11-201-15/+138
* _gnutls_utf8_to_ucs2: force NFC normalization form in windowsNikos Mavrogiannopoulos2016-10-061-2/+2
* Fix build of system/keys-win.c with older mingwNikos Mavrogiannopoulos2016-10-041-1/+28