summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* explicitly initialize the log functionsNikos Mavrogiannopoulos2013-09-011-2/+2
* doc updateNikos Mavrogiannopoulos2013-07-131-4/+5
* doc updateNikos Mavrogiannopoulos2013-06-021-5/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Define _gnutls_file_mutex in gnutls_global.c instead of in verify-tofu.cMartin Storsjo2013-01-211-1/+1
* no need to release structNikos Mavrogiannopoulos2012-11-241-1/+0
* doc updatesNikos Mavrogiannopoulos2012-10-121-1/+1
* mingw32 support. Based on patch by LRN.Nikos Mavrogiannopoulos2012-09-151-0/+8
* wMNAF-based multiplicationIlya Tumaykin2012-08-301-0/+1
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* make the default storage backend thread safe.Nikos Mavrogiannopoulos2012-02-151-0/+9
* text updateNikos Mavrogiannopoulos2012-01-311-4/+3
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1