summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-284-149/+192
* 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-282-7/+4
* 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
* explicitly request for client key in server side.Nikos Mavrogiannopoulos2011-05-281-20/+6
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-2712-66/+264
* Added new headers.gnutls_2_99_2Nikos Mavrogiannopoulos2011-05-264-5/+5
* Use nettle's functions for integer import/export.Nikos Mavrogiannopoulos2011-05-267-56/+10
* more updates for ECDSA ciphersuites.Nikos Mavrogiannopoulos2011-05-262-0/+2
* reduced debugging.Nikos Mavrogiannopoulos2011-05-261-1/+0
* Changes to allow ECDH-DSA with client mode certificates.Nikos Mavrogiannopoulos2011-05-262-1/+2
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-2620-25/+44
* If Q=-P return the point at infinity.Nikos Mavrogiannopoulos2011-05-251-9/+24
* do not try to write to a socket when no data.Nikos Mavrogiannopoulos2011-05-251-0/+6
* _gnutls_handshake_hash_buffer_clear was replaced by _gnutls_buffer_clear();Nikos Mavrogiannopoulos2011-05-242-4/+1
* Only warn on invalid security level hashes.Nikos Mavrogiannopoulos2011-05-231-6/+2
* Several updates to allow generation and signing of an ECC certificate.Nikos Mavrogiannopoulos2011-05-235-55/+29
* corrected bug in ciphersuite name searching.Nikos Mavrogiannopoulos2011-05-231-7/+7
* Added ECC ciphersuites from rfc5289.Nikos Mavrogiannopoulos2011-05-221-0/+27
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-226-5/+156
* Decode PEM ECC private keys.Nikos Mavrogiannopoulos2011-05-221-8/+17
* updates to allow the generation of an ECC private key.Nikos Mavrogiannopoulos2011-05-224-7/+32
* do not crash on null message.Nikos Mavrogiannopoulos2011-05-221-1/+1
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-2216-110/+221
* Only reply with ECC Packet format extension if we have negotiated ECC.Nikos Mavrogiannopoulos2011-05-221-0/+3
* always put leading zero to output keysNikos Mavrogiannopoulos2011-05-222-9/+12
* print the bits together with the security level.Nikos Mavrogiannopoulos2011-05-221-2/+2
* leaks fixes.Nikos Mavrogiannopoulos2011-05-222-8/+11
* corrected file descriptor leak.Nikos Mavrogiannopoulos2011-05-221-0/+1
* corrected ECC public key encoding/decoding.Nikos Mavrogiannopoulos2011-05-222-64/+6
* No need to keep Z in parameters since the pubkey can always be converted to a...Nikos Mavrogiannopoulos2011-05-224-10/+8
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-228-81/+193
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-2246-1931/+2215
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-216-44/+59
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-2143-2726/+3020
* use the _gnutls_session_is_ecc() to check for ECDH.Nikos Mavrogiannopoulos2011-05-211-2/+1
* Added OIDs and definitions for ECDSA signature algorithm.Nikos Mavrogiannopoulos2011-05-215-10/+30
* Added ability to specify curves as priority strings.Nikos Mavrogiannopoulos2011-05-213-14/+115
* removed ecc_is_valid_idx() prototypeNikos Mavrogiannopoulos2011-05-211-1/+0
* Dropped ltc_ from function and type names.Nikos Mavrogiannopoulos2011-05-2112-67/+65
* use new nettle's name for gcm_aes_auth().Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-2110-46/+130
* Added previous code that was fixed for y^2 = x^3 - 3x + b, because all secg c...Nikos Mavrogiannopoulos2011-05-2114-77/+213
* Added SECP224R1.Nikos Mavrogiannopoulos2011-05-212-0/+12