aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PointGFp multiplication bugJack Lloyd2016-01-034-32/+1076
* 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
* | Merge pull request #353 from neusdan/robust_build_setup_windowsJack Lloyd2015-12-311-2/+29
|\ \
| * | review changesDaniel Neus2015-12-231-7/+9
| * | decrease timeout between attempts to 100msDaniel Neus2015-12-181-4/+4
| * | make shutil.rmtree and os.makedirs more robust (at least on windows)Daniel Neus2015-12-101-2/+27
* | | Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-314-82/+59
* | | Remove debug printfJack Lloyd2015-12-311-1/+0
* | | Add missing assignment in DataSource::discard_nextJack Lloyd2015-12-312-0/+5
* | | 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
* | | Reading listJack Lloyd2015-12-261-0/+69
* | | 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-2617-116/+494
|/ / / /
* | | | On PythonJack Lloyd2015-12-251-4/+22
* | | | Fix Clang warningJack Lloyd2015-12-251-0/+3
* | | | Export mgf1_mask GH #380Jack Lloyd2015-12-252-3/+5
* | | | Guard all std::mem* ops against any call with zero length.Jack Lloyd2015-12-253-21/+47
* | | | Another Clang warningJack Lloyd2015-12-251-1/+1
* | | | Remove mp_mulop.cppJack Lloyd2015-12-257-95/+48
| |_|/ |/| |
* | | Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-246-15/+7
* | | Add DSA keygen and --der-out flag to keygen and pkcs8 toolsJack Lloyd2015-12-233-48/+77
* | | Improve roundtrip BER/PEM testsJack Lloyd2015-12-231-24/+71
* | | Update NIST X509 tests to handle --data-dir and read expected results from a ...Jack Lloyd2015-12-232-223/+148
* | | Merge pull request #376 from webmaster128/remove-hyperlink-from-m_Jack Lloyd2015-12-221-53/+52
|\ \ \
| * | | Fix a lot of backquotes in hacking.rstSimon Warta2015-12-221-51/+51
| * | | Remove hyperlink from m_ in hacking.rstSimon Warta2015-12-221-2/+1
| |/ /
* | | Merge pull request #375 from webmaster128/test_x509_path-datadirJack Lloyd2015-12-221-6/+5
|\ \ \ | |/ / |/| |
| * | Use --data-dir in test X509test_PathSimon Warta2015-12-221-6/+5
|/ /
* | Remove debug printfJack Lloyd2015-12-211-1/+0
* | Add missing try/catch in signature verification test.Jack Lloyd2015-12-214-14/+30
* | Throw Lookup_Error instead of bare Exception when creating an obj failsJack Lloyd2015-12-202-28/+28
* | Merge pull request #371 from webmaster128/aes-gcm-testdataJack Lloyd2015-12-201-41/+122
|\ \
| * | Add all 18 Nist GCM testsSimon Warta2015-12-201-41/+122
* | | Add --data-dir option to test commandJack Lloyd2015-12-2034-240/+224
|/ /