Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gnutls_pkcs11_privkey_status | Nikos Mavrogiannopoulos | 2013-02-27 | 1 | -0/+1 |
* | small optimizations in session storage | Nikos Mavrogiannopoulos | 2013-02-27 | 4 | -13/+15 |
* | no need to memset during session deinit. | Nikos Mavrogiannopoulos | 2013-02-27 | 1 | -1/+0 |
* | fixed nonce generation after fork(). | Nikos Mavrogiannopoulos | 2013-02-27 | 1 | -15/+15 |
* | Small fixes. | Nikos Mavrogiannopoulos | 2013-02-26 | 3 | -4/+9 |
* | Added gnutls_pkcs11_privkey_status(). | Nikos Mavrogiannopoulos | 2013-02-25 | 2 | -0/+50 |
* | doc update | Nikos Mavrogiannopoulos | 2013-02-24 | 1 | -1/+2 |
* | Moved gnutls_hex_(en|de)code functions from lib/gnutls_psk.c to lib/gnutls_st... | Jaak Ristioja | 2013-02-21 | 2 | -59/+59 |
* | print info on reinitializor error. | Nikos Mavrogiannopoulos | 2013-02-19 | 1 | -2/+8 |
* | Fixed gnutls_pkcs11_reinit() to reinitialize all modules. | Nikos Mavrogiannopoulos | 2013-02-18 | 1 | -7/+4 |
* | return proper error | Nikos Mavrogiannopoulos | 2013-02-18 | 1 | -1/+1 |
* | Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse. | Nikos Mavrogiannopoulos | 2013-02-18 | 8 | -11/+11 |
* | better cleanup on error on export case | Nikos Mavrogiannopoulos | 2013-02-17 | 1 | -7/+17 |
* | corrected parsing issue in XMPP data when in a subject alternative name | Nikos Mavrogiannopoulos | 2013-02-17 | 1 | -30/+13 |
* | cleaned up the PIN calling in TPM | Nikos Mavrogiannopoulos | 2013-02-16 | 3 | -7/+16 |
* | Added convenience functions to avoid ugly casting in simple programs. | Nikos Mavrogiannopoulos | 2013-02-16 | 3 | -15/+95 |
* | fix two minor memory leaks when PKCS#11 is in use | Daniel Kahn Gillmor | 2013-02-16 | 1 | -0/+3 |
* | corrected export of functions | Nikos Mavrogiannopoulos | 2013-02-13 | 1 | -0/+2 |
* | corrected gnutls_pubkey_verify_data() | Nikos Mavrogiannopoulos | 2013-02-13 | 1 | -2/+6 |
* | reduced hash table size | Nikos Mavrogiannopoulos | 2013-02-13 | 1 | -1/+1 |
* | doc update | Nikos Mavrogiannopoulos | 2013-02-12 | 1 | -0/+3 |
* | Added const | Nikos Mavrogiannopoulos | 2013-02-12 | 2 | -2/+2 |
* | gnutls_handshake_set_server_random -> gnutls_handshake_set_random | Nikos Mavrogiannopoulos | 2013-02-12 | 6 | -70/+112 |
* | timespec_sub_ms -> _gnutls_timespec_sub_ms | Nikos Mavrogiannopoulos | 2013-02-12 | 1 | -0/+1 |
* | Added gnutls_handshake_set_server_random | Nikos Mavrogiannopoulos | 2013-02-12 | 5 | -2/+47 |
* | properly set close-on-exec. | Nikos Mavrogiannopoulos | 2013-02-12 | 1 | -1/+2 |
* | prefer plain RSA to DHE-RSA and DHE-DSS | Nikos Mavrogiannopoulos | 2013-02-10 | 1 | -1/+5 |
* | simplified cleaning-up in _gnutls_stream_read and _gnutls_dgram_read | Nikos Mavrogiannopoulos | 2013-02-10 | 1 | -45/+42 |
* | corrected extract_digest_info | Nikos Mavrogiannopoulos | 2013-02-10 | 1 | -5/+8 |
* | In client side the verify callback is always being called. | Nikos Mavrogiannopoulos | 2013-02-10 | 1 | -1/+2 |
* | further relaxed security levels | Nikos Mavrogiannopoulos | 2013-02-10 | 1 | -2/+2 |
* | Restored 3.1.6 defaults and documented fix. | Nikos Mavrogiannopoulos | 2013-02-09 | 1 | -1/+1 |
* | reduced the very weak DH level to 768 bits to not reject popular sites that o... | Nikos Mavrogiannopoulos | 2013-02-09 | 1 | -1/+1 |
* | added debugging message to indicate the number of bits. | Nikos Mavrogiannopoulos | 2013-02-09 | 1 | -0/+2 |
* | Do not call the certificate verification callback if certificates are ignored. | Nikos Mavrogiannopoulos | 2013-02-09 | 1 | -1/+2 |
* | avoid memset on the whole record header length | Nikos Mavrogiannopoulos | 2013-02-08 | 1 | -3/+3 |
* | fixed issue in gnutls_x509_privkey_import2() | Nikos Mavrogiannopoulos | 2013-02-07 | 1 | -4/+5 |
* | reference TPMURI | Nikos Mavrogiannopoulos | 2013-02-05 | 1 | -1/+1 |
* | updated doc | Nikos Mavrogiannopoulos | 2013-02-05 | 2 | -5/+10 |
* | corrected typo | Nikos Mavrogiannopoulos | 2013-02-05 | 1 | -2/+2 |
* | corrected wrap_nettle_hash_algorithm() to work with arbitrary key sizes. | Nikos Mavrogiannopoulos | 2013-02-05 | 1 | -12/+10 |
* | Added a magic number in front session DB data. | Nikos Mavrogiannopoulos | 2013-02-04 | 3 | -2/+19 |
* | Corrected typo. Reported by Mark Brand. | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -1/+1 |
* | updategnutls_3_1_7 | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -1/+1 |
* | updated doc | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -1/+1 |
* | document limitation | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -0/+2 |
* | Make sure we don't fail if writing gets interrupted | Alfredo Pironti | 2013-02-04 | 1 | -0/+9 |
* | Fixes to avoid a timing attack in TLS CBC record parsing. | Nikos Mavrogiannopoulos | 2013-02-04 | 2 | -37/+80 |
* | only register heartbeat if it is enabled. | Nikos Mavrogiannopoulos | 2013-02-04 | 2 | -0/+4 |
* | updated heartbeat code, and made it optional. | Nikos Mavrogiannopoulos | 2013-02-04 | 2 | -82/+78 |