summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-102-3/+21
* Add NETTLE_CFLAGS in makefilesMartin Storsjo2013-06-061-1/+1
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-253-15/+12
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-171-0/+2
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-074-509/+1
* Set the curve priority to calling derive.Nikos Mavrogiannopoulos2013-04-061-3/+5
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-11/+4
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-271-3/+4
* convert gnutls versions to TLS major-minor in a single function.Nikos Mavrogiannopoulos2013-03-271-2/+2
* use the proper definesNikos Mavrogiannopoulos2013-03-211-3/+3
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-211-7/+21
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-132-2/+2
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-1210-268/+423
* better cleanup on error on export caseNikos Mavrogiannopoulos2013-02-171-7/+17
* added debugging message to indicate the number of bits.Nikos Mavrogiannopoulos2013-02-091-0/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-0123-23/+23
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-1/+1
* Some fix when disable-psk-authentication is specified. Based on patch by Jaak...Nikos Mavrogiannopoulos2013-01-251-1/+1
* Added debugging.Nikos Mavrogiannopoulos2012-10-121-3/+5
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-111-4/+19
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-112-77/+39
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-1014-136/+136
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-0/+5
* removed unused functions.Nikos Mavrogiannopoulos2012-09-301-4/+11
* The certificate verification callback is being run after the certificate stat...Nikos Mavrogiannopoulos2012-09-281-9/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-225-62/+23
* Use the preferred key ID when reading the pk_algorithm in openpgp keys.Nikos Mavrogiannopoulos2012-08-171-0/+3
* 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