aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #408 Add final attribute on many classesJack Lloyd2016-01-12133-244/+246
|\
| * Add final attribute to many classesJack Lloyd2016-01-10133-244/+246
* | Merge GH #407 Add m_ prefix to more member variablesJack Lloyd2016-01-124-109/+109
|\ \
| * | Prefix more member vars with m_ prefixRené Korthaus2016-01-114-109/+109
| |/
* / Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-114-6/+9
|/
* Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-09216-2991/+3022
|\
| * Mass-prefix member vars with m_René Korthaus2016-01-08206-2980/+3011
| * move -Wsuggest-override to maintainer_warning_flagsDaniel Neus2016-01-081-2/+2
| * add missing overridesDaniel Neus2016-01-0810-10/+10
* | move noreturn before the function declarationDaniel Neus2016-01-081-2/+2
* | fix BOTAN_NORETURN macroDaniel Neus2016-01-081-1/+1
* | don't declare functions noreturn that are maybe implemented in the futureDaniel Neus2016-01-084-5/+5
* | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-087-7/+23
|/
* Precompile the list of TLS ciphersuitesJack Lloyd2016-01-064-297/+479
* String comparision fixesDaniel Neus2016-01-0429-51/+51
* Fixes for compress cli utilJack Lloyd2016-01-041-5/+4
* Add ECDH via OpenSSLJack Lloyd2016-01-047-73/+189
* Valgrind is not supposed to be enabled in the default buildJack Lloyd2016-01-031-1/+1
* Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-033-18/+62
* Add some more secp256k1 point mult testsJack Lloyd2016-01-031-0/+184
* Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-0310-12/+118
* Add ECDH testsJack Lloyd2016-01-035-7/+592
* Fix PointGFp multiplication bugJack Lloyd2016-01-033-26/+1057
* Prettify mp_comba a bitJack Lloyd2016-01-012-48/+49
* Add cast to a suspcious looking (but actually ok in this case) shift in MARSJack Lloyd2016-01-011-1/+1
* Remove RNG::gen_mask, which had undefined behavior when bits >= 32Jack Lloyd2016-01-011-12/+0
* Drop seed_tabJack Lloyd2016-01-011-192/+0
* Inline SEED's sbox tablesJack Lloyd2016-01-012-33/+203
* Merge pull request #381 from cordney/fix-load-unencryped-key-from-berJack Lloyd2015-12-313-34/+99
|\
| * Fix loading of unencrypted, BER encoded private keys via PKCS8 apiRené Korthaus2015-12-253-34/+99
* | Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-313-82/+50
* | Remove debug printfJack Lloyd2015-12-311-1/+0
* | Add missing assignment in DataSource::discard_nextJack Lloyd2015-12-311-0/+1
* | Avoid having Command* objects be created until requested.Jack Lloyd2015-12-3014-61/+94
* | Add Command::rng()Jack Lloyd2015-12-279-58/+42
* | Move McEliece KEM operation into the same file as the key type.Jack Lloyd2015-12-262-74/+65
* | Missing addJack Lloyd2015-12-261-1/+0
* | Correct copyright info in unit_ecc.cpp fileJack Lloyd2015-12-261-1/+6
* | Add -Wnon-virtual-dtor to GCC buildJack Lloyd2015-12-261-1/+1
* | Remove debug printsJack Lloyd2015-12-261-4/+0
* | Merge pull request #378 from neusdan/warning_fixesJack Lloyd2015-12-2618-33/+24
|\ \
| * | initialize private members in rc4 headerDaniel Neus2015-12-232-5/+4
| * | some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-2217-29/+21
* | | Merge pull request #382 from webmaster128/command-virtual-dtorJack Lloyd2015-12-261-0/+1
|\ \ \
| * | | Add virtual destructor to Botan_CLI::CommandSimon Warta2015-12-261-0/+1
* | | | Add generalized KEM interfaceJack Lloyd2015-12-2616-116/+486
|/ / /
* | | Fix Clang warningJack Lloyd2015-12-251-0/+3
* | | Export mgf1_mask GH #380Jack Lloyd2015-12-251-3/+3
* | | Guard all std::mem* ops against any call with zero length.Jack Lloyd2015-12-252-21/+36
* | | Another Clang warningJack Lloyd2015-12-251-1/+1