summaryrefslogtreecommitdiff
path: root/lib/dh.c
Commit message (Expand)AuthorAgeFilesLines
* Pass down Q for FFDHE in al pre TLS1.3 as wellSimo Sorce2019-05-231-4/+22
* Add plumbing to handle Q parameter in DH exchangesSimo Sorce2019-05-231-12/+62
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* handshake: use GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER consistentlyNikos Mavrogiannopoulos2018-05-071-2/+2
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2018-02-191-10/+10
* handshake: ffdhe flags merged with handshake flagsNikos Mavrogiannopoulos2018-02-191-2/+1
* dh: document why BER decoding rules are allowsNikos Mavrogiannopoulos2018-01-231-0/+2
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_RFC7919Nikos Mavrogiannopoulos2017-08-181-0/+2
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-1/+1
* _gnutls_fbase64_decode will always return non-zerotmp-base64-reject-zero-lengthNikos Mavrogiannopoulos2017-08-071-3/+1
* _gnutls_figure_dh_params: do not use have_ffdhe flagNikos Mavrogiannopoulos2017-08-021-3/+7
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-1/+1
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-25/+127
* doc updateNikos Mavrogiannopoulos2017-04-081-1/+1
* preinitialize variables to work-around warnings with clang's scan-buildNikos Mavrogiannopoulos2017-02-201-1/+1
* eliminated various clang warnings with non-null argumentsNikos Mavrogiannopoulos2017-02-201-0/+1
* doc: improved documentation on DH parameters [ci skip]Nikos Mavrogiannopoulos2017-01-221-5/+13
* Added gnutls_dh_params_import_dsa() which allows to import DSA parameters int...Nikos Mavrogiannopoulos2016-02-111-0/+41
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+593