summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* small optimizations in session storageNikos Mavrogiannopoulos2013-02-274-13/+15
* no need to memset during session deinit.Nikos Mavrogiannopoulos2013-02-271-1/+0
* fixed nonce generation after fork().Nikos Mavrogiannopoulos2013-02-271-15/+15
* Small fixes.Nikos Mavrogiannopoulos2013-02-263-4/+9
* Added gnutls_pkcs11_privkey_status().Nikos Mavrogiannopoulos2013-02-252-0/+50
* doc updateNikos Mavrogiannopoulos2013-02-241-1/+2
* Moved gnutls_hex_(en|de)code functions from lib/gnutls_psk.c to lib/gnutls_st...Jaak Ristioja2013-02-212-59/+59
* print info on reinitializor error.Nikos Mavrogiannopoulos2013-02-191-2/+8
* Fixed gnutls_pkcs11_reinit() to reinitialize all modules.Nikos Mavrogiannopoulos2013-02-181-7/+4
* return proper errorNikos Mavrogiannopoulos2013-02-181-1/+1
* Use gnutls_realloc_fast everywhere. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-02-188-11/+11
* better cleanup on error on export caseNikos Mavrogiannopoulos2013-02-171-7/+17
* corrected parsing issue in XMPP data when in a subject alternative nameNikos Mavrogiannopoulos2013-02-171-30/+13
* cleaned up the PIN calling in TPMNikos Mavrogiannopoulos2013-02-163-7/+16
* Added convenience functions to avoid ugly casting in simple programs.Nikos Mavrogiannopoulos2013-02-163-15/+95
* fix two minor memory leaks when PKCS#11 is in useDaniel Kahn Gillmor2013-02-161-0/+3
* corrected export of functionsNikos Mavrogiannopoulos2013-02-131-0/+2
* corrected gnutls_pubkey_verify_data()Nikos Mavrogiannopoulos2013-02-131-2/+6
* reduced hash table sizeNikos Mavrogiannopoulos2013-02-131-1/+1
* doc updateNikos Mavrogiannopoulos2013-02-121-0/+3
* Added constNikos Mavrogiannopoulos2013-02-122-2/+2
* gnutls_handshake_set_server_random -> gnutls_handshake_set_randomNikos Mavrogiannopoulos2013-02-126-70/+112
* timespec_sub_ms -> _gnutls_timespec_sub_msNikos Mavrogiannopoulos2013-02-121-0/+1
* Added gnutls_handshake_set_server_randomNikos Mavrogiannopoulos2013-02-125-2/+47
* properly set close-on-exec.Nikos Mavrogiannopoulos2013-02-121-1/+2
* prefer plain RSA to DHE-RSA and DHE-DSSNikos Mavrogiannopoulos2013-02-101-1/+5
* simplified cleaning-up in _gnutls_stream_read and _gnutls_dgram_readNikos Mavrogiannopoulos2013-02-101-45/+42
* corrected extract_digest_infoNikos Mavrogiannopoulos2013-02-101-5/+8
* In client side the verify callback is always being called.Nikos Mavrogiannopoulos2013-02-101-1/+2
* further relaxed security levelsNikos Mavrogiannopoulos2013-02-101-2/+2
* Restored 3.1.6 defaults and documented fix.Nikos Mavrogiannopoulos2013-02-091-1/+1
* reduced the very weak DH level to 768 bits to not reject popular sites that o...Nikos Mavrogiannopoulos2013-02-091-1/+1
* added debugging message to indicate the number of bits.Nikos Mavrogiannopoulos2013-02-091-0/+2
* Do not call the certificate verification callback if certificates are ignored.Nikos Mavrogiannopoulos2013-02-091-1/+2
* avoid memset on the whole record header lengthNikos Mavrogiannopoulos2013-02-081-3/+3
* fixed issue in gnutls_x509_privkey_import2()Nikos Mavrogiannopoulos2013-02-071-4/+5
* reference TPMURINikos Mavrogiannopoulos2013-02-051-1/+1
* updated docNikos Mavrogiannopoulos2013-02-052-5/+10
* corrected typoNikos Mavrogiannopoulos2013-02-051-2/+2
* corrected wrap_nettle_hash_algorithm() to work with arbitrary key sizes.Nikos Mavrogiannopoulos2013-02-051-12/+10
* Added a magic number in front session DB data.Nikos Mavrogiannopoulos2013-02-043-2/+19
* Corrected typo. Reported by Mark Brand.Nikos Mavrogiannopoulos2013-02-041-1/+1
* updategnutls_3_1_7Nikos Mavrogiannopoulos2013-02-041-1/+1
* updated docNikos Mavrogiannopoulos2013-02-041-1/+1
* document limitationNikos Mavrogiannopoulos2013-02-041-0/+2
* Make sure we don't fail if writing gets interruptedAlfredo Pironti2013-02-041-0/+9
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-042-37/+80
* only register heartbeat if it is enabled.Nikos Mavrogiannopoulos2013-02-042-0/+4
* updated heartbeat code, and made it optional.Nikos Mavrogiannopoulos2013-02-042-82/+78
* corrected typoNikos Mavrogiannopoulos2013-02-042-4/+5