summaryrefslogtreecommitdiff
path: root/lib/auth/dh_common.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-126/+110
* Indent codeZoltan Fridrich2023-01-271-61/+112
* dh-primes: make the FIPS approved check return Q valueDaiki Ueno2020-07-181-1/+1
* dhe: check if DH params in SKE match the FIPS approved algorithmstmp-sp800-56ar3Daiki Ueno2020-06-271-0/+8
* Pass down Q for FFDHE in al pre TLS1.3 as wellSimo Sorce2019-05-231-2/+16
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2018-02-191-33/+33
* handshake: ffdhe flags merged with handshake flagsNikos Mavrogiannopoulos2018-02-191-5/+3
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-2/+4
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_RFC7919Nikos Mavrogiannopoulos2017-08-181-5/+6
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-2/+2
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-3/+1
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-52/+55
* _gnutls_pk_generate_keys: separate between ephemeral and long-term keysNikos Mavrogiannopoulos2017-03-161-2/+2
* auth: failures of _gnutls_mpi_init_scan_nz map to GNUTLS_E_RECEIVED_ILLEGAL_P...Nikos Mavrogiannopoulos2017-03-071-4/+4
* proc_server_kx: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-0/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-4/+4
* client key exchange: fail if the client KX message is padded with additional ...Nikos Mavrogiannopoulos2016-04-181-1/+4
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-9/+9
* DH: do not warn on zero q_bitsNikos Mavrogiannopoulos2015-04-041-1/+1
* Addressed memory leaks in DHE and ECDHE rehandshakes.Nikos Mavrogiannopoulos2014-05-091-0/+6
* add a check for invalid DH parameters.Nikos Mavrogiannopoulos2014-03-261-0/+6
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-4/+4
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-121-2/+12
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-281-80/+84
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-2/+2
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-11/+11
* reindented codeNikos Mavrogiannopoulos2013-11-081-247/+242
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-0/+4
* 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-011-1/+1
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-1/+1
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-25/+25
* several cleanupsNikos Mavrogiannopoulos2012-09-221-6/+6
* documentation and comment fixesPatrick Pelletier2012-04-221-1/+1
* Return proper error code if parameter check fails.Nikos Mavrogiannopoulos2012-04-191-20/+13
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-1/+1
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-9/+9
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-29/+7
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-0/+1
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+353