Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initialize the asn1 pointers. | Nikos Mavrogiannopoulos | 2014-04-28 | 1 | -2/+2 |
* | removed extra newline | Nikos Mavrogiannopoulos | 2013-12-30 | 1 | -1/+1 |
* | if GNUTLS_DEBUG_LEVEL is specified the log function is not updated if it is a... | Nikos Mavrogiannopoulos | 2013-11-16 | 1 | -2/+3 |
* | The environment variable GNUTLS_DEBUG_LEVEL if set to a number will enable lo... | Nikos Mavrogiannopoulos | 2013-11-15 | 1 | -1/+15 |
* | doc update | Nikos Mavrogiannopoulos | 2013-11-14 | 1 | -4/+3 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -141/+122 |
* | explicitly initialize the log functions | Nikos Mavrogiannopoulos | 2013-09-01 | 1 | -2/+2 |
* | doc update | Nikos Mavrogiannopoulos | 2013-07-13 | 1 | -4/+5 |
* | doc update | Nikos Mavrogiannopoulos | 2013-06-02 | 1 | -5/+4 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
* | Define _gnutls_file_mutex in gnutls_global.c instead of in verify-tofu.c | Martin Storsjo | 2013-01-21 | 1 | -1/+1 |
* | no need to release struct | Nikos Mavrogiannopoulos | 2012-11-24 | 1 | -1/+0 |
* | doc updates | Nikos Mavrogiannopoulos | 2012-10-12 | 1 | -1/+1 |
* | mingw32 support. Based on patch by LRN. | Nikos Mavrogiannopoulos | 2012-09-15 | 1 | -0/+8 |
* | wMNAF-based multiplication | Ilya Tumaykin | 2012-08-30 | 1 | -0/+1 |
* | Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than... | Nikos Mavrogiannopoulos | 2012-02-18 | 1 | -1/+1 |
* | make the default storage backend thread safe. | Nikos Mavrogiannopoulos | 2012-02-15 | 1 | -0/+9 |
* | text update | Nikos Mavrogiannopoulos | 2012-01-31 | 1 | -4/+3 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -1/+1 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -2/+1 |
* | _gnutls_is_secure_memory is no more. | Nikos Mavrogiannopoulos | 2011-12-30 | 1 | -5/+0 |
* | minor doc and comment fixes | Patrick Pelletier | 2011-12-28 | 1 | -2/+2 |
* | library mismatch error is no longer used | Nikos Mavrogiannopoulos | 2011-10-24 | 1 | -1/+1 |
* | doc update | Nikos Mavrogiannopoulos | 2011-08-11 | 1 | -2/+2 |
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -1/+1 |
* | More GTK-DOC improvements. | Simon Josefsson | 2011-08-03 | 1 | -5/+5 |
* | Add GTK-DOC Since: tags for 3.0.0 additions. | Simon Josefsson | 2011-08-02 | 1 | -1/+3 |
* | documentation fixes | Nikos Mavrogiannopoulos | 2011-07-23 | 1 | -3/+3 |
* | Upgraded to LGPLv3. | Nikos Mavrogiannopoulos | 2011-06-23 | 1 | -5/+3 |
* | The attached patch ports gnutls to p11-kit. | Stef Walter | 2011-06-07 | 1 | -0/+4 |
* | Added gnutls_global_set_time_function() to allow overriding | Nikos Mavrogiannopoulos | 2011-05-26 | 1 | -0/+17 |
* | Added support for ECDHE-RSA ciphersuites. | Nikos Mavrogiannopoulos | 2011-05-21 | 1 | -5/+0 |
* | Account 'A' in calculations for point doubling. | Nikos Mavrogiannopoulos | 2011-05-20 | 1 | -0/+4 |
* | removed debugging. | Nikos Mavrogiannopoulos | 2011-05-20 | 1 | -5/+0 |
* | Initial ecc support. Adds support for anonymous ECDH ciphersuites. | Nikos Mavrogiannopoulos | 2011-05-20 | 1 | -0/+5 |
* | Added gnutls_global_set_audit_log_function() that allows associating TLS sess... | Nikos Mavrogiannopoulos | 2011-05-07 | 1 | -0/+19 |
* | Moved cryptodev to accelerated/ | Nikos Mavrogiannopoulos | 2011-04-16 | 1 | -1/+1 |
* | Added support for x86 intel AES instruction acceleration if detected. | Nikos Mavrogiannopoulos | 2011-04-10 | 1 | -0/+3 |
* | Indented code. Use same indentation but with -nut to avoid usage of tabs. In ... | Nikos Mavrogiannopoulos | 2010-12-16 | 1 | -9/+9 |
* | Indent (using GNU indent 2.2.11). | Simon Josefsson | 2010-10-14 | 1 | -6/+6 |
* | Support scattered write using writev(). This takes | Nikos Mavrogiannopoulos | 2010-07-10 | 1 | -39/+0 |
* | Initialization of crypto libraries moved outside main gnutls code. | Nikos Mavrogiannopoulos | 2010-06-29 | 1 | -33/+7 |
* | Moved locking code to special file. | Nikos Mavrogiannopoulos | 2010-06-29 | 1 | -175/+3 |
* | Added gnutls_global_set_mutex() to allow setting | Nikos Mavrogiannopoulos | 2010-06-27 | 1 | -1/+173 |
* | Use GCRYCTL_ENABLE_QUICK_RANDOM when using libgcrypt. | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -0/+2 |
* | Fixup to compile with nettle | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -1/+3 |
* | Added support for libnettle backend. This uses gmp for big number operations. | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -1/+4 |
* | Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those are | Nikos Mavrogiannopoulos | 2010-06-03 | 1 | -0/+4 |
* | Change GNUTLS into GnuTLS. | Simon Josefsson | 2010-05-22 | 1 | -2/+2 |
* | Indent code. | Simon Josefsson | 2010-04-14 | 1 | -3/+3 |