summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Combined same functions.Nikos Mavrogiannopoulos2011-02-082-25/+3
* Several updates in signature algorithms parsing and sending to avoid sending ...Nikos Mavrogiannopoulos2011-02-085-31/+79
* Removed unused debugging code.Nikos Mavrogiannopoulos2011-02-081-41/+0
* Removed unneeded initialization.Nikos Mavrogiannopoulos2011-02-071-1/+0
* Removed gnutls_psk_netconf_derive_key.Nikos Mavrogiannopoulos2011-02-076-165/+3
* Removed gnutls_certificate_verify_peers.Nikos Mavrogiannopoulos2011-02-073-37/+1
* Removed gnutls_session_set_finished_function().Nikos Mavrogiannopoulos2011-02-075-50/+1
* Removed remaining TLS/IA stuff.Nikos Mavrogiannopoulos2011-02-072-8/+0
* Removed more leftovers from opaque PRF output.Nikos Mavrogiannopoulos2011-02-076-133/+77
* Corrected return message from check_recv_type().Nikos Mavrogiannopoulos2011-02-071-1/+1
* Removed upper limit on MAC algorithm key.Nikos Mavrogiannopoulos2011-02-071-16/+27
* improved premature_termination error messageNikos Mavrogiannopoulos2011-02-071-1/+1
* Removed leftovers from OPRFI extension.Nikos Mavrogiannopoulos2011-02-072-3/+1
* gnutls_recv() returns GNUTLS_E_PREMATURE_TERMINATION on EOF.Nikos Mavrogiannopoulos2011-02-074-1/+11
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-0710-690/+109
* not untested.Nikos Mavrogiannopoulos2011-02-071-1/+1
* Set correct iv in GCM.Nikos Mavrogiannopoulos2011-02-071-1/+2
* Cleanups and moved definitions to gnutls_int.h. AEAD modes now use the record...Nikos Mavrogiannopoulos2011-02-072-43/+46
* Reset GCM mode when setting IV.Nikos Mavrogiannopoulos2011-02-071-9/+22
* Added more GCM ciphersuites (DHE-* and anonymous).Nikos Mavrogiannopoulos2011-02-071-17/+50
* updated priorities. Removed ARCFOUR from the secure ciphersuites andNikos Mavrogiannopoulos2011-02-071-8/+10
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-079-38/+189
* removed gnutls_certificate_get_openpgp_keyring().Nikos Mavrogiannopoulos2011-02-071-21/+0
* minor optimizations.Nikos Mavrogiannopoulos2011-02-071-3/+6
* inlined several small functions.Nikos Mavrogiannopoulos2011-02-074-177/+152
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-077-35/+83
* calculation for c_length occurs in a single place.Nikos Mavrogiannopoulos2011-02-071-9/+7
* unstable -> untested.Nikos Mavrogiannopoulos2011-02-061-1/+1
* Increase the maximum HMAC key to account for anonymous ciphersuites.Nikos Mavrogiannopoulos2011-02-061-1/+6
* check the error of hash set_key.Nikos Mavrogiannopoulos2011-02-061-2/+7
* do not use strlen for fixed string.Nikos Mavrogiannopoulos2011-02-061-1/+2
* updated NEWS on GCM mode.Nikos Mavrogiannopoulos2011-02-061-0/+2
* Use nettle's new API for GCM.Nikos Mavrogiannopoulos2011-02-061-10/+35
* removed old commentNikos Mavrogiannopoulos2011-02-061-7/+0
* Removed inner application extension.Nikos Mavrogiannopoulos2011-02-0615-2152/+38
* gnutls_certificate_verify_peers is deprecated.Nikos Mavrogiannopoulos2011-02-062-3/+4
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-0617-311/+773
* Added missing definitions (GNUTLS_MASTER_SIZE etc).Nikos Mavrogiannopoulos2011-02-051-0/+3
* Removed: gnutls_session_get_server_random, gnutls_session_get_client_random, ...Nikos Mavrogiannopoulos2011-02-053-82/+3
* updated.Nikos Mavrogiannopoulos2011-02-052-20/+15
* Add the nettle libs into gnutls.pc.Nikos Mavrogiannopoulos2011-02-053-2/+4
* Removed functions:Nikos Mavrogiannopoulos2011-02-055-108/+7
* [PATCH 1/4] adapt pkg-config file for switch from AM_PATH_LIBGCRYPT to AC_LIB...Andreas Metzler2011-02-053-1/+15
* Fix MD2 documentation.Simon Josefsson2011-02-042-7/+8
* updated coding style.Nikos Mavrogiannopoulos2011-02-021-13/+9
* documented gnutls_session_get_* deprecated functions.Nikos Mavrogiannopoulos2011-02-021-0/+3
* updated README on certificate verifications that fail.Nikos Mavrogiannopoulos2011-02-021-3/+5
* Added new functionality to certtool, and can verify certificates against a li...Nikos Mavrogiannopoulos2011-02-026-140/+197
* Time checks were moved to _gnutls_verify_certificate2().Nikos Mavrogiannopoulos2011-02-022-62/+54
* Set memory to zero on allocation.Nikos Mavrogiannopoulos2011-02-021-1/+1