summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added new headers.gnutls_2_99_2Nikos Mavrogiannopoulos2011-05-264-5/+5
* document elliptic curves addition.Nikos Mavrogiannopoulos2011-05-261-1/+8
* libgcrypt support was removed.Nikos Mavrogiannopoulos2011-05-261-19/+19
* listed newly added functions.Nikos Mavrogiannopoulos2011-05-261-0/+23
* 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 server and client mode tests for ECDH-ECDSA.Nikos Mavrogiannopoulos2011-05-265-13/+126
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-2621-27/+46
* Fix example in the documentation.Giuseppe Scrivano2011-05-251-1/+1
* updated documentation on PSK.Nikos Mavrogiannopoulos2011-05-251-5/+5
* If Q=-P return the point at infinity.Nikos Mavrogiannopoulos2011-05-251-9/+24
* Added elliptic curves chain certificate.Nikos Mavrogiannopoulos2011-05-251-0/+39
* do not try to write to a socket when no data.Nikos Mavrogiannopoulos2011-05-251-0/+6
* increased log levelNikos Mavrogiannopoulos2011-05-241-1/+1
* _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
* SHA256 is the default hash algorithm in certtool.Nikos Mavrogiannopoulos2011-05-231-1/+1
* Several updates to allow generation and signing of an ECC certificate.Nikos Mavrogiannopoulos2011-05-235-55/+29
* updated certtool info.Nikos Mavrogiannopoulos2011-05-231-1/+6
* corrected bug in ciphersuite name searching.Nikos Mavrogiannopoulos2011-05-231-7/+7
* Discussed the newly added ciphersuites.Nikos Mavrogiannopoulos2011-05-221-5/+22
* Added algorithms/ to function index.Nikos Mavrogiannopoulos2011-05-221-1/+1
* Added ECC ciphersuites from rfc5289.Nikos Mavrogiannopoulos2011-05-221-0/+27
* Print the private key after generation. Print ECC keys.Nikos Mavrogiannopoulos2011-05-221-35/+66
* 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-228-93/+136
* do not crash on null message.Nikos Mavrogiannopoulos2011-05-221-1/+1
* updatedNikos Mavrogiannopoulos2011-05-221-0/+2
* 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
* leak fix and updates for new formats.Nikos Mavrogiannopoulos2011-05-223-3/+4
* Added ECDHE-RSA tests.Nikos Mavrogiannopoulos2011-05-221-5/+33
* 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
* gnutls_algorithms.h -> algorithms.hNikos Mavrogiannopoulos2011-05-221-1/+1
* corrected ECC public key encoding/decoding.Nikos Mavrogiannopoulos2011-05-222-64/+6
* Corrected bug in public key import.Nikos Mavrogiannopoulos2011-05-222-1/+32
* 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-2144-2726/+3021
* 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
* Print purpose of testing.Nikos Mavrogiannopoulos2011-05-211-0/+2