summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.c
Commit message (Expand)AuthorAgeFilesLines
* env: use secure_getenv when reading environment variablesNikos Mavrogiannopoulos2016-05-271-5/+5
* Append keys on keylogfileNikos Mavrogiannopoulos2016-05-271-0/+5
* 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
* Deinitialize the TPM subsystem only when trousers support is enabledNikos Mavrogiannopoulos2015-07-131-0/+2
* TPM: don't link to trousers, use dlopen()Nikos Mavrogiannopoulos2015-07-131-0/+1
* move all gettext definitions in gnutls_str.hNikos Mavrogiannopoulos2015-06-201-2/+3
* deinitialize supplemental data on deinitNikos Mavrogiannopoulos2015-03-191-0/+1
* deinitialize supplemental data on deinitNikos Mavrogiannopoulos2015-03-191-0/+2
* Added environment variable which can override automatic global initializationNikos Mavrogiannopoulos2015-03-181-3/+21
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-0/+7
* properly reset the zombie mode in FIPS modeNikos Mavrogiannopoulos2014-11-161-0/+1
* corrected check for urandom fdNikos Mavrogiannopoulos2014-10-311-1/+1
* corrected exit state from gnutls_global_initNikos Mavrogiannopoulos2014-10-311-2/+4
* When gnutls_global_init() is called manually from the application check the u...Nikos Mavrogiannopoulos2014-10-311-0/+8
* report the FIPS140-2 modeNikos Mavrogiannopoulos2014-10-021-0/+1
* perform the FIPS140-2 self tests in two roundsNikos Mavrogiannopoulos2014-09-021-6/+21
* Use pthread_atfork() and variants to detect forkNikos Mavrogiannopoulos2014-07-291-0/+9
* use __sun definition to detect solaris.Nikos Mavrogiannopoulos2014-05-031-1/+1
* Added support for constructors and destructors in solaris CC.Nikos Mavrogiannopoulos2014-05-031-6/+8
* removed return from void function.Nikos Mavrogiannopoulos2014-04-301-1/+1
* Do not deinitialize in gnutls_global_deinit() if the call to gnutls_global_in...Nikos Mavrogiannopoulos2014-04-281-3/+23
* Do not try to deinitialize the PKCS #11 libraries from the destructor.Nikos Mavrogiannopoulos2014-04-041-11/+23
* removed any dependencies to gnulib network stuffNikos Mavrogiannopoulos2014-03-041-7/+0
* use newlineNikos Mavrogiannopoulos2014-01-171-1/+1
* gnutls_global_set_mem_functions was deprecatedNikos Mavrogiannopoulos2014-01-161-17/+4
* moved constructor definitions to macros to allow easier extensions to other s...Nikos Mavrogiannopoulos2013-12-291-10/+15
* simplified logicNikos Mavrogiannopoulos2013-12-111-156/+92
* fully initialize the PKCS #11 subsystem only when it is needed to.Nikos Mavrogiannopoulos2013-12-091-11/+2
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-091-0/+2
* gnutls_global_init2() is no longer exported.Nikos Mavrogiannopoulos2013-12-051-4/+9
* PKCS #11 initialization is delayed until first use.Nikos Mavrogiannopoulos2013-12-051-0/+8
* removed zombie mode, and no longer use fips140.hNikos Mavrogiannopoulos2013-12-041-1/+5
* do not deinitialize a static mutex to avoid any side-effects.Nikos Mavrogiannopoulos2013-12-041-3/+1
* removed deadlock from gnutls_global.cNikos Mavrogiannopoulos2013-11-301-3/+6
* constructor and destructors were moved outside the FIPS140 mode.Nikos Mavrogiannopoulos2013-11-301-0/+19
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-5/+3
* Merged the FIPS140-2 support code.Nikos Mavrogiannopoulos2013-11-301-75/+167
|\
| * Added destructor and moved both *structors to fips.cNikos Mavrogiannopoulos2013-11-281-12/+0
| * Added gnutls_global_init2(). This allows initializing gnutls in a constructor...Nikos Mavrogiannopoulos2013-11-271-82/+171
| * Better handling of FIPS140-2 initializationNikos Mavrogiannopoulos2013-11-271-5/+10
| * Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-1/+13
* | gnutls_global_init() and gnutls_global_deinit() are thread-safe.Nikos Mavrogiannopoulos2013-11-301-34/+35
|/
* do not add newline (it's already in the printed string)Nikos Mavrogiannopoulos2013-11-161-1/+1
* if GNUTLS_DEBUG_LEVEL is specified the log function is not updated if it is a...Nikos Mavrogiannopoulos2013-11-161-2/+3
* The environment variable GNUTLS_DEBUG_LEVEL if set to a number will enable lo...Nikos Mavrogiannopoulos2013-11-151-1/+15
* doc updateNikos Mavrogiannopoulos2013-11-121-4/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-141/+122