summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* avoid allocating a privkey param for the public key.Nikos Mavrogiannopoulos2012-01-111-16/+10
* _gnutls_proc_cert_client_certificate and _gnutls_proc_cert_server_certificate...Nikos Mavrogiannopoulos2012-01-076-18/+16
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-022-5/+5
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-133-3/+3
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-125-13/+14
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-124-7/+7
* updated client certificate signature algorithm indication, to allow holding 3...Nikos Mavrogiannopoulos2011-11-181-11/+11
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-10/+11
* Fix typo.Simon Josefsson2011-11-021-3/+2
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-012-2/+125
* more builddir fixes by David Hoyt.Nikos Mavrogiannopoulos2011-10-221-0/+1
* Added -I$(builddir)/../../gl to CFLAGS.Nikos Mavrogiannopoulos2011-10-211-0/+1
* removed more extra.h leftovers.Nikos Mavrogiannopoulos2011-10-211-1/+1
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-071-0/+4
* Fix syntax-check warnings.Simon Josefsson2011-09-211-3/+2
* Corrected memory leak in privkey deinitialization. Reported by Dan Winship.Nikos Mavrogiannopoulos2011-09-181-0/+2
* Memory leak fixes in ECC ciphersuites and the trust_list.Nikos Mavrogiannopoulos2011-09-091-0/+6
* Removed the limitation of one name per certificate.Nikos Mavrogiannopoulos2011-08-192-4/+5
* gnutls_certificate_set_x509_key_file() and friends support server name indica...Nikos Mavrogiannopoulos2011-08-172-32/+79
* better placement of ifdefs.Nikos Mavrogiannopoulos2011-08-051-3/+3
* Clarify license and copyright.Simon Josefsson2011-08-0324-74/+50
* documentation fixesNikos Mavrogiannopoulos2011-07-233-6/+6
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-2315-75/+45
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-1/+8
* Remove unused variablesStef Walter2011-06-062-4/+2
* simplified _gnutls_selected_cert_supported_kx().Nikos Mavrogiannopoulos2011-06-031-1/+1
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-024-7/+7
* Take into account each and every advertized public key algorithm when selecti...Nikos Mavrogiannopoulos2011-05-282-113/+149
* gnutls_secure_malloc() is no longer used.Nikos Mavrogiannopoulos2011-05-281-1/+1
* 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-278-63/+217
* Added new headers.gnutls_2_99_2Nikos Mavrogiannopoulos2011-05-261-1/+1
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-222-3/+23
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-225-52/+33
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-211-2/+2
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-216-6/+6
* Added OIDs and definitions for ECDSA signature algorithm.Nikos Mavrogiannopoulos2011-05-211-3/+3
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-214-39/+71
* client side ECC fixes.Nikos Mavrogiannopoulos2011-05-201-0/+2
* Account 'A' in calculations for point doubling.Nikos Mavrogiannopoulos2011-05-201-10/+11
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-205-1/+398
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-073-5/+5
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-212-8/+38
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-201-13/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-176-171/+177
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-1621-0/+7216