summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* Allow association of a PIN function with a credentials structure.Nikos Mavrogiannopoulos2012-07-161-0/+1
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-222-3/+3
* documentation and comment fixesPatrick Pelletier2012-04-224-6/+6
* simplified checks.Nikos Mavrogiannopoulos2012-04-191-39/+11
* Return proper error code if parameter check fails.Nikos Mavrogiannopoulos2012-04-191-20/+13
* Added complete check in SRP parameters.Nikos Mavrogiannopoulos2012-04-191-2/+10
* even more cleanupsNikos Mavrogiannopoulos2012-03-241-1/+1
* more cleanupsNikos Mavrogiannopoulos2012-03-246-36/+35
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-246-22/+22
* Corrected SRP-RSA in TLS 1.2Nikos Mavrogiannopoulos2012-03-021-5/+59
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-021-22/+35
* Eliminate double free during SRP authentication.Nikos Mavrogiannopoulos2012-03-011-2/+0
* Deinitialize the correct number of certificates. Reported by Remi Gacogne.Nikos Mavrogiannopoulos2012-02-191-0/+1
* Corrected check for the callback for gnutls_certificate_set_retrieve_function...Nikos Mavrogiannopoulos2012-02-061-1/+1
* small fixesNikos Mavrogiannopoulos2012-01-291-2/+2
* Revert "Added gnutls_ocsp_resp_verify() and some sign fixes."Nikos Mavrogiannopoulos2012-01-291-2/+2
* Added gnutls_ocsp_resp_verify() and some sign fixes.Nikos Mavrogiannopoulos2012-01-281-2/+2
* If peer doesn't send any issuers and we have a single certificate then send t...Nikos Mavrogiannopoulos2012-01-211-4/+10
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-2120-98/+98
* Collapse and cleanup copyright information.Simon Josefsson2012-01-1612-23/+12
* Run 'make update-copyright'.Simon Josefsson2012-01-1624-32/+34
* 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