summaryrefslogtreecommitdiff
path: root/lib/global.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-40/+39
* Indent codeZoltan Fridrich2023-01-271-26/+30
* Report system config file location via gnutls-cliZoltan Fridrich2022-09-121-0/+1
* fips: provide function to manually run FIPS self-testsDaiki Ueno2022-06-091-4/+10
* lib/priority: defer setting system-wide priority stringAlexander Sosedkin2022-02-211-1/+1
* fips: add build option to embed FIPS module info in library configDaiki Ueno2022-01-171-0/+10
* global: add API to retrieve library configuration at run timeDaiki Ueno2022-01-161-0/+38
* locks: use once execution for on-demand initialization of globalsDaiki Ueno2021-11-171-0/+3
* pkcs11: switch to using static mutexDaiki Ueno2021-11-171-9/+0
* verify-tofu: switch to using static mutex for lockingDaiki Ueno2021-11-171-8/+0
* locks: replace custom mutex wrappers with "glthread/lock.h"Daiki Ueno2021-11-171-4/+9
* ASN1 : Remove warnings related to old libtasn1 namingsLeonardo Bras2021-05-211-5/+5
* global: rename GNUTLS_NO_EXPLICIT_INIT to GNUTLS_NO_IMPLICIT_INITDaiki Ueno2021-05-031-4/+21
* Add AF_ALG accelerationStephan Mueller2021-04-201-0/+2
* lib/global: don't call now-noop _gnutls_rnd_checkAlexander Sosedkin2021-03-081-10/+0
* global: Load configuration after FIPS POSTAnderson Toshiyuki Sasaki2020-03-181-1/+1
* doc: clarify thread safeness in gnutls_global_init()Nikos Mavrogiannopoulos2020-01-091-1/+1
* tests: prf-early fixes the global versionNikos Mavrogiannopoulos2019-05-241-0/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Fix two typos (overriden/guarranteed)Andreas Metzler2018-08-161-2/+2
* _gnutls_nss_keylog_write: define new internal APIDaiki Ueno2018-02-191-0/+2
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2018-02-191-3/+3
* rng: split initialization in preinit and initNikos Mavrogiannopoulos2016-11-041-1/+1
* doc: be more explicit about the usage of gnutls_global_init/deinit [ci skip]Nikos Mavrogiannopoulos2016-08-241-5/+8
* gnutls_global_init/deinit: don't use any locking during constructorNikos Mavrogiannopoulos2016-07-271-6/+22
* keylogfile: only consider the SSLKEYLOGFILE variableNikos Mavrogiannopoulos2016-06-061-5/+0
* env: use secure_getenv when reading environment variablesNikos Mavrogiannopoulos2016-05-271-5/+5
* Append keys on keylogfileNikos Mavrogiannopoulos2016-05-271-0/+5
* priorities: preload the system priorities on library loading timeNikos Mavrogiannopoulos2016-04-011-0/+3
* Disable weak symbols for _gnutls_global_init_skip() under windowsNikos Mavrogiannopoulos2016-03-011-1/+9
* gnutls_global_init: log gnutls' version on initializationNikos Mavrogiannopoulos2016-01-181-1/+1
* gnutls_global_init_skip: prefixed with an underscoreNikos Mavrogiannopoulos2015-11-211-4/+4
* Added GNUTLS_SKIP_GLOBAL_INIT macro to allow programs skip implicit global in...Nikos Mavrogiannopoulos2015-11-161-0/+12
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+487