aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Change Clang fuzzing flags to avoid deprecated options. [ci skip]Jack Lloyd2018-09-241-1/+1
* | Avoid some gcc warnings in mode padding fuzzer [ci skip]Jack Lloyd2018-09-231-1/+5
* | Fix a crash in the mode padding fuzzerJack Lloyd2018-09-232-0/+5
* | Update newsJack Lloyd2018-09-221-0/+3
* | Add a fuzzer for OAEP unpaddingJack Lloyd2018-09-223-10/+135
* | Merge GH #1690 Fix bugs in CBC unpaddingJack Lloyd2018-09-225-59/+312
|\ \
| * | Add fuzzer for mode unpadding, and fix bugs found therebyJack Lloyd2018-09-225-59/+312
|/ /
* | Add a todoJack Lloyd2018-09-201-0/+1
* | Optimization for Poly1305Jack Lloyd2018-09-202-18/+25
* | Fix readme formatting [ci skip]Jack Lloyd2018-09-201-1/+1
* | Add support for using Linux getrandom syscallJack Lloyd2018-09-204-1/+46
* | Link to handbook in readmeJack Lloyd2018-09-201-4/+5
* | Remove attempting to use /dev/srandomJack Lloyd2018-09-201-1/+1
* | Correct some maintiner mode warningsJack Lloyd2018-09-202-4/+4
* | Slight optimization for MGF1Jack Lloyd2018-09-201-2/+3
* | Compact the readme further [ci skip]Jack Lloyd2018-09-191-29/+9
* | Compact the readmeJack Lloyd2018-09-191-48/+29
* | Ignore .doctrees missing when building websiteJack Lloyd2018-09-191-2/+9
* | Add ppc64el alias [ci skip]Jack Lloyd2018-09-191-0/+1
* | Set default endian for SPARC and RISC-VJack Lloyd2018-09-192-0/+2
* | Update build flags for Sun StudioJack Lloyd2018-09-181-3/+3
* | Use an Alloc template to reduce duplication in Filter::sendJack Lloyd2018-09-181-14/+6
* | If no default endian, don't report defaulting to "None" endianJack Lloyd2018-09-181-1/+2
* | Merge GH #1687 Recognize i586 as a target nameJack Lloyd2018-09-171-0/+1
|\ \
| * | Fix build with i586Fabrice Fontaine2018-09-161-0/+1
|/ /
* | Simplify BigInt::get_substring a bitJack Lloyd2018-09-152-10/+40
* | Use new CAST-128 specific feature macro hereJack Lloyd2018-09-151-1/+1
* | Define botan_scrypt in terms of botan_pwdhashJack Lloyd2018-09-131-12/+5
* | In FFI pwdhash functions, let len == 0 mean "call strlen"Jack Lloyd2018-09-132-2/+18
* | In AutoSeeded_RNG invoke randomize_with_ts_input on the owned RNGJack Lloyd2018-09-131-1/+1
* | Update newsJack Lloyd2018-09-131-0/+2
* | Merge GH #1685 Split cast into cast128 and cast256 modulesJack Lloyd2018-09-1310-5/+13
|\ \
| * | Split 'cast' module into CAST-128 and CAST-256Jack Lloyd2018-09-1310-5/+13
* | | Small doc tweaksJack Lloyd2018-09-133-7/+19
|/ /
* | Update newsJack Lloyd2018-09-131-0/+2
* | Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-1324-664/+1885
|\ \
| * | Test Scrypt private key encryptionJack Lloyd2018-09-101-3/+18
| * | Remove redundant operationJack Lloyd2018-09-101-4/+0
| * | Support tuning in PGP-S2K PBKDF interfaceJack Lloyd2018-09-101-3/+8
| * | Fix Doxygen commentsJack Lloyd2018-09-101-2/+4
| * | Add testsJack Lloyd2018-09-104-19/+148
| * | Add from_iterationsJack Lloyd2018-09-108-13/+57
| * | Update docsJack Lloyd2018-09-101-65/+122
| * | Add pbkdf_tune command line utilJack Lloyd2018-09-101-0/+99
| * | Add FFIJack Lloyd2018-09-102-15/+134
| * | Convert ScryptJack Lloyd2018-09-104-128/+281
| * | Convert PGP-S2KJack Lloyd2018-09-102-63/+225
| * | Convert PBKDF2Jack Lloyd2018-09-103-71/+226
| * | Add PasswordHash and PasswordHashFamilyJack Lloyd2018-09-104-1/+242
| * | Promote Timer to an internal util classJack Lloyd2018-09-104-302/+346