summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* indented codeNikos Mavrogiannopoulos2011-06-012-63/+60
* 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-018-30/+2365
* documented usage of gnutls_cipher_add_auth().Nikos Mavrogiannopoulos2011-06-011-2/+2
* Prevent including installed gnutls' headers.Roman Bogorodskiy2011-05-311-1/+1
* Added new AES code by Andy.Nikos Mavrogiannopoulos2011-05-292-806/+3969
* 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-291-0/+9
* 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