summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.c
Commit message (Expand)AuthorAgeFilesLines
* initialize the asn1 pointers.Nikos Mavrogiannopoulos2014-04-281-2/+2
* removed extra newlineNikos Mavrogiannopoulos2013-12-301-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-141-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
* _gnutls_is_secure_memory is no more.Nikos Mavrogiannopoulos2011-12-301-5/+0
* minor doc and comment fixesPatrick Pelletier2011-12-281-2/+2
* library mismatch error is no longer usedNikos Mavrogiannopoulos2011-10-241-1/+1
* doc updateNikos Mavrogiannopoulos2011-08-111-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* More GTK-DOC improvements.Simon Josefsson2011-08-031-5/+5
* Add GTK-DOC Since: tags for 3.0.0 additions.Simon Josefsson2011-08-021-1/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-3/+3
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-0/+4
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+17
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-5/+0
* Account 'A' in calculations for point doubling.Nikos Mavrogiannopoulos2011-05-201-0/+4
* removed debugging.Nikos Mavrogiannopoulos2011-05-201-5/+0
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+5
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-0/+19
* Moved cryptodev to accelerated/Nikos Mavrogiannopoulos2011-04-161-1/+1
* Added support for x86 intel AES instruction acceleration if detected.Nikos Mavrogiannopoulos2011-04-101-0/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-9/+9
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-6/+6
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-39/+0
* Initialization of crypto libraries moved outside main gnutls code.Nikos Mavrogiannopoulos2010-06-291-33/+7
* Moved locking code to special file.Nikos Mavrogiannopoulos2010-06-291-175/+3
* Added gnutls_global_set_mutex() to allow settingNikos Mavrogiannopoulos2010-06-271-1/+173
* Use GCRYCTL_ENABLE_QUICK_RANDOM when using libgcrypt.Nikos Mavrogiannopoulos2010-06-031-0/+2
* Fixup to compile with nettleNikos Mavrogiannopoulos2010-06-031-1/+3
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-1/+4
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+4
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-3/+3