summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* store the ECC curve in the session resumption parameters.Nikos Mavrogiannopoulos2011-06-041-1/+6
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-049-32/+444
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-048-57/+168
* gnutls_ecc_curve_get() was added.Nikos Mavrogiannopoulos2011-06-043-0/+14
* The PRF is now read from the ciphersuite table.Nikos Mavrogiannopoulos2011-06-041-4/+20
* Print information on elliptic curve sessions.Nikos Mavrogiannopoulos2011-06-041-1/+21
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-0414-453/+568
* Allow all SHA algorithms for DSA signatures.Nikos Mavrogiannopoulos2011-06-042-2/+10
* fixes for http://tools.ietf.org/html/draft-mavrogiannopoulos-tls-dss-00Nikos Mavrogiannopoulos2011-06-031-0/+5
* simplified _gnutls_selected_cert_supported_kx().Nikos Mavrogiannopoulos2011-06-033-16/+9
* Truncation of ECDSA and DSA signatures moved to _wrap_nettle_pk_sign()Nikos Mavrogiannopoulos2011-06-033-10/+24
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-0310-526/+183
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-035-41/+58
* updatedNikos Mavrogiannopoulos2011-06-031-7/+9
* Added refint macro to refer to internal -non exported- functions. Used it to ...Nikos Mavrogiannopoulos2011-06-022-7/+12
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-0232-530/+390
* updatedNikos Mavrogiannopoulos2011-06-021-80/+56
* typos and date fix in license.Nikos Mavrogiannopoulos2011-06-014-21/+16
* Added benchmark on GCM ciphersuites and arcfour for comparison.Nikos Mavrogiannopoulos2011-06-011-4/+16
* corrected typo.Nikos Mavrogiannopoulos2011-06-011-1/+1
* indented codeNikos Mavrogiannopoulos2011-06-012-63/+60
* properly initialize benchmarks.Nikos Mavrogiannopoulos2011-06-011-1/+1
* bumped version.Nikos Mavrogiannopoulos2011-06-012-2/+2
* Corrections in encryption and decryption of incomplete blocks.Nikos Mavrogiannopoulos2011-06-011-6/+51
* Use nettle's memxor or gnulib's if it doesn't exist.Nikos Mavrogiannopoulos2011-06-013-16/+8
* Added AES-GCM optimizations using the PCLMULQDQ instruction. Uses Andy Polyak...Nikos Mavrogiannopoulos2011-06-0110-327/+2806
* documented usage of gnutls_cipher_add_auth().Nikos Mavrogiannopoulos2011-06-011-2/+2
* updates.Nikos Mavrogiannopoulos2011-06-011-3/+3
* Prevent including installed gnutls' headers.Roman Bogorodskiy2011-05-311-1/+1
* Add missing <netinet/in.h> to get sockaddr_in.Roman Bogorodskiy2011-05-311-0/+1
* Compatibility text updated.Nikos Mavrogiannopoulos2011-05-311-15/+16
* Added new AES code by Andy.Nikos Mavrogiannopoulos2011-05-292-806/+3969
* Added missing file.Nikos Mavrogiannopoulos2011-05-291-0/+145
* more files to ignoreNikos Mavrogiannopoulos2011-05-291-0/+5
* Added FSF copyright to public domain files.Nikos Mavrogiannopoulos2011-05-2912-244/+201
* Use cpuid.h if it exists, to use the x86 CPUID instruction.Nikos Mavrogiannopoulos2011-05-292-0/+10
* Added Dash.Nikos Mavrogiannopoulos2011-05-291-0/+1
* simplified _gnutls_supported_compression_methods().Nikos Mavrogiannopoulos2011-05-283-40/+17
* Correctly set compression method when resuming sessions.Nikos Mavrogiannopoulos2011-05-285-9/+16
* digest_length() uses int as input.Nikos Mavrogiannopoulos2011-05-281-1/+1
* Fix warnings with GCC 4.5.2Stef Walter2011-05-281-1/+1
* Corrected EXTRA_DISTNikos Mavrogiannopoulos2011-05-282-11/+2
* updated keys.Nikos Mavrogiannopoulos2011-05-281-7/+7
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-284-149/+192
* Added feature to specify ecc private keys and certificates.Nikos Mavrogiannopoulos2011-05-285-49/+122
* Corrected ECC ciphersuite detection.Nikos Mavrogiannopoulos2011-05-283-9/+25
* Laxed verification checks for DSA to allow SHA256 in place of SHA224.Nikos Mavrogiannopoulos2011-05-2831-2991/+343
* ECDHE and ECDSA were added to deafult priorities.Nikos Mavrogiannopoulos2011-05-281-5/+21
* gnutls_secure_malloc() is no longer used.Nikos Mavrogiannopoulos2011-05-283-3/+3
* deinitialize PSK key memory.Nikos Mavrogiannopoulos2011-05-282-2/+11