aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/dl_group
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaking size of exponentJack Lloyd2018-06-172-2/+45
* DER improvementsJack Lloyd2018-05-221-13/+12
* Use smaller error bound when generating subgroups-style DL groupsJack Lloyd2018-05-211-1/+1
* Add DL_Group::exponent_bitsJack Lloyd2018-04-092-1/+22
* Add DL_Group::monty_params_p to get Montgomery paramsJack Lloyd2018-04-042-2/+13
* Add multiexponentation interface to DL_GroupJack Lloyd2018-03-152-3/+17
* Add Montgomery_Int typeJack Lloyd2018-02-251-1/+4
* Add DL_Group::estimated_strengthJack Lloyd2018-02-232-1/+18
* Add DL_Group functions to verify elementsJack Lloyd2018-02-232-1/+46
* Remove unused include [ci skip]Jack Lloyd2018-02-221-1/+0
* Add some additional error checking to DL_GroupJack Lloyd2018-02-201-0/+6
* Fix validation of SRP groupsJack Lloyd2018-02-192-12/+24
* Small fixesJack Lloyd2018-02-192-3/+9
* Add shared_ptr for DL_Group stateJack Lloyd2018-02-193-691/+510
* Correct definition of FFDHE 4096 groupJack Lloyd2017-11-281-11/+16
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-0/+146
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-212-3/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Fix how DL_Group chooses generator for strong prime groups.Jack Lloyd2017-01-063-7/+22
* Add DL_Group testsJack Lloyd2016-12-232-6/+6
* Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checkingJack Lloyd2016-12-211-5/+19
|\
| * Improved DL_Group verification. The group is invalid, if g^q mod p !=1 and in...Never2016-12-191-5/+19
* | Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-7/+7
|/
* Rename both DL and EC named group files.Jack Lloyd2016-12-081-0/+0
* Mass-prefix member vars with m_René Korthaus2016-01-082-38/+38
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Add more workfactor estimate helpers.Jack Lloyd2015-11-291-1/+1
* Prohibit creating a DL_Group smaller than 1024 bitsJack Lloyd2015-10-151-2/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+0
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-8/+2
* Ensure all files have copyright and license info.lloyd2015-01-103-3/+3
* Remove unused includeslloyd2014-11-182-2/+0
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-5/+4
* Move lib into srclloyd2014-01-104-0/+877