summaryrefslogtreecommitdiff
path: root/lib/algorithms/secparams.c
Commit message (Expand)AuthorAgeFilesLines
* algorithms/secparams.c: fixed indentationNikos Mavrogiannopoulos2019-05-201-1/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Add declarations to support GOST public keysDmitry Eremin-Solenikov2018-06-231-2/+2
* gnutls_x509_privkey_generate2: do not hardcode the RSA-PSS hash to SHA256Nikos Mavrogiannopoulos2017-08-031-2/+20
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-2/+2
* DH/DSA: allow the generation of larger than 15360 bit parametersNikos Mavrogiannopoulos2016-02-131-3/+2
* Introduced the security parameter future (256) and switched ultra to 192 bitsNikos Mavrogiannopoulos2015-10-121-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* Added gnutls_sec_param_to_symmetric_bits()Nikos Mavrogiannopoulos2014-01-151-0/+26
* security levels aligned to ENISA and other common practice recommendations.Nikos Mavrogiannopoulos2014-01-141-6/+6
* GNUTLS_SEC_PARAM_NORMAL was renamed to GNUTLS_SEC_PARAM_MEDIUMNikos Mavrogiannopoulos2014-01-141-2/+2
* adjusted parameters in normal level for DSA to match nettle's abilities.Nikos Mavrogiannopoulos2013-11-301-2/+1
* adjusted subgroup bits to be compatible with DSA requirements.Nikos Mavrogiannopoulos2013-11-301-1/+1
* corrected params for ULTRA levelNikos Mavrogiannopoulos2013-11-271-1/+1
* restricted combinations of security parameters in FIPS mode.Nikos Mavrogiannopoulos2013-11-271-2/+10
* reindented codeNikos Mavrogiannopoulos2013-11-081-80/+77
* Increased minimum acceptable DH key to 767 bits.Nikos Mavrogiannopoulos2013-10-251-1/+1
* define subgroup bits for the weak and export parameters, to allow DH group ge...Nikos Mavrogiannopoulos2013-09-301-2/+2
* Restored 3.1.6 defaults and documented fix.Nikos Mavrogiannopoulos2013-02-091-1/+1
* reduced the very weak DH level to 768 bits to not reject popular sites that o...Nikos Mavrogiannopoulos2013-02-091-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Instead of setting directly the number of DH bits, set a security parameter p...Nikos Mavrogiannopoulos2013-01-261-0/+2
* corrected defaultNikos Mavrogiannopoulos2012-09-171-1/+1
* Increased security levels by adding insecure.Nikos Mavrogiannopoulos2012-09-171-2/+3
* Warn on certificate with weak security levels. (re)introduces GNUTLS_SEC_PARA...Nikos Mavrogiannopoulos2012-09-171-25/+10
* Added new security level "legacy" for 96-bit security.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-2/+2
* minor doc and comment fixesPatrick Pelletier2011-12-281-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* More GTK-DOC improvements.Simon Josefsson2011-08-031-0/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* always put leading zero to output keysNikos Mavrogiannopoulos2011-05-221-1/+4
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-6/+28
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-0/+161