summaryrefslogtreecommitdiff
path: root/lib/auth
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_certificate_flags() and GNUTLS_CERTIFICATE_SKIP_KEY_CERT_MATCHNikos Mavrogiannopoulos2015-11-181-0/+1
* deinitialize client_Y if needed to avoid leakNikos Mavrogiannopoulos2015-11-131-0/+3
* Allow switching a ciphersuite to DHE and ECDHE on a rehandshakeNikos Mavrogiannopoulos2015-11-112-2/+2
* PSK: save the username in client side in the auth structureNikos Mavrogiannopoulos2015-08-211-1/+18
* psk: use gnutls_hex_decode2 for key decodingNikos Mavrogiannopoulos2015-07-211-11/+4
* PSK: set the hint in DHE-PSK and ECDHE-PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-10/+74
* set the value used by gnutls_certificate_client_get_request_status prior to s...Nikos Mavrogiannopoulos2015-04-251-5/+5
* tls-rsa: keep a common code path when doing RSA decryptionNikos Mavrogiannopoulos2015-04-211-28/+29
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-4/+4
* DH: do not warn on zero q_bitsNikos Mavrogiannopoulos2015-04-041-1/+1
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-3/+3
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-032-56/+4
* cleanup in the initialization of ECDH parameters.Nikos Mavrogiannopoulos2014-05-141-7/+7
* removed legacy code.Nikos Mavrogiannopoulos2014-05-1012-33/+32
* Addressed memory leaks in DHE and ECDHE rehandshakes.Nikos Mavrogiannopoulos2014-05-092-0/+16
* Ensure that there is no remainders in the TLS handshake packets.Nikos Mavrogiannopoulos2014-05-051-7/+11
* Eliminated password file descriptor leak.Nikos Mavrogiannopoulos2014-05-041-3/+2
* Use unsigned type for encode(). Based on suggestion by Shawn (sth0r2046 [at] ...Nikos Mavrogiannopoulos2014-04-271-2/+2
* Removed the already unused secure alloc functions.Nikos Mavrogiannopoulos2014-04-181-1/+1
* corrected get_auth_info() for SRP-RSA.Nikos Mavrogiannopoulos2014-04-181-1/+1
* Avoid dual generation of key.Nikos Mavrogiannopoulos2014-04-182-12/+6
* use custom proc_server_kx for RSA-PSKNikos Mavrogiannopoulos2014-04-181-1/+18
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-187-12/+36
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-4/+5
* add a check for invalid DH parameters.Nikos Mavrogiannopoulos2014-03-261-0/+6
* Only check PK compatibility in client side but also when using openpgp certs.Nikos Mavrogiannopoulos2014-03-111-0/+9
* shortend static function names.Nikos Mavrogiannopoulos2014-03-111-190/+121
* verify that the algorithm of the received certificate matches the expected.Nikos Mavrogiannopoulos2014-03-111-1/+33
* more fixes due to clangNikos Mavrogiannopoulos2014-03-083-4/+4
* clang warning fixesNikos Mavrogiannopoulos2014-03-081-1/+1
* srp: Add resistance against guessing usernamesAttila Molnar2014-02-202-18/+40
* updated the prototype of _gnutls_mpi_divNikos Mavrogiannopoulos2014-01-261-1/+5
* updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_add_ui, _gnutls_mpi_mul_uiNikos Mavrogiannopoulos2014-01-261-3/+16
* updated prototype of _gnutls_mpi_powmNikos Mavrogiannopoulos2014-01-261-1/+5
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-262-12/+12
* updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copyNikos Mavrogiannopoulos2014-01-261-2/+8
* updated prototype of _gnutls_mpi_modmNikos Mavrogiannopoulos2014-01-261-4/+8
* Updated _gnutls_mpi_init prototype and added _gnutls_mpi_init_multiNikos Mavrogiannopoulos2014-01-261-17/+3
* The RDN sequence is now kept in trust list instead of the credentials paramet...Nikos Mavrogiannopoulos2014-01-112-13/+4
* Fixed check for i < line_size.Jared Wong2013-12-142-6/+6
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-121-2/+12
* clear the generated ECDH parameters as soon as they are not needed.Nikos Mavrogiannopoulos2013-11-281-13/+28
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-286-93/+107
* Separated pk_generate to pk_generate_params() and pk_generate_keys().Nikos Mavrogiannopoulos2013-11-271-4/+4
* Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace _gnutls_mpi...Nikos Mavrogiannopoulos2013-11-271-1/+1
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-275-6/+9
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-276-16/+16
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-278-35/+36
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-102-20/+31
* reindented codeNikos Mavrogiannopoulos2013-11-0824-6115/+5937