Skip to content
  • Nikos Mavrogiannopoulos's avatar
    DH: introduced gnutls_*_set_known_dh_params() · 68124e32
    Nikos Mavrogiannopoulos authored and Nikos Mavrogiannopoulos's avatar Nikos Mavrogiannopoulos committed
    That is, the functions gnutls_certificate_set_known_dh_params(),
    gnutls_anon_set_server_known_dh_params(),
    gnutls_psk_set_server_known_dh_params().
    These functions allow to statically set the DH parameters, based
    on the RFC7919 FFDHE parameters. This can simplify server configuration
    by allowing DH without loading parameters from file.
    
    Relates #37
    68124e32