summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* 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