aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add botan_block_cipher_query_keylen plus some new FFI error codesJack Lloyd2018-07-245-5/+59
* Add additional HMAC tests from RFC 4231Jack Lloyd2018-07-241-0/+81
* Use Alloc templates instead of overriding for specific vector typesJack Lloyd2018-07-241-16/+16
* Fix bad assert in Goppa decodingJack Lloyd2018-07-241-3/+4
* Require SM2 ciphertexts be DER encodedJack Lloyd2018-07-241-2/+18
* Update newsJack Lloyd2018-07-241-3/+11
* Merge GH #1635 Include ECC public key in the private key dataJack Lloyd2018-07-242-9/+12
|\
| * In ECC private key encoding, include the optional public key fieldJack Lloyd2018-07-232-9/+12
* | Spellcheck [ci skip]Jack Lloyd2018-07-231-3/+3
|/
* Update todos [ci skip]Jack Lloyd2018-07-231-17/+14
* Merge GH #1628 In ECDSA verify, handle error seen with LibreSSL on non-x86Jack Lloyd2018-07-201-7/+16
|\
| * Handle another possible OpenSSL error only seen on non-x86_64Jack Lloyd2018-07-171-7/+16
* | Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-197-25/+122
* | Specialize code for BigInt right shift by 1Jack Lloyd2018-07-191-0/+22
* | Update newsJack Lloyd2018-07-181-0/+3
* | Merge GH #1632 Fix CCM when L=8Jack Lloyd2018-07-183-6/+131
|\ \
| * | Fix error in CCM when L=8Jack Lloyd2018-07-183-6/+131
|/ /
* | Merge GH #1630 Support salts other than 16 bytes for BlowfishJack Lloyd2018-07-186-36/+151
|\ \
| * | Support salts other than exactly 16 bytes for Blowfish key setupJack Lloyd2018-07-186-36/+151
|/ /
* | Pylint 2.0 drops compat with Python2Jack Lloyd2018-07-171-2/+2
* | Correct comment on Hardware_RNGJack Lloyd2018-07-171-2/+1
* | Some updates to RNG docJack Lloyd2018-07-171-39/+129
|/
* Change phrasing [ci skip]Jack Lloyd2018-07-161-2/+2
* Update news [ci skip]Jack Lloyd2018-07-131-0/+4
* Update password hashing default settingsJack Lloyd2018-07-137-27/+123
* Remove RC2 related OIDsJack Lloyd2018-07-132-7/+1
* Bump the FFI versionJack Lloyd2018-07-133-2/+13
* Documentation updatesJack Lloyd2018-07-134-35/+76
* Tighten up error checking in pk_decryptJack Lloyd2018-07-132-17/+27
* Don't advertise deprecated functionalityJack Lloyd2018-07-132-10/+4
* Correct a comment in Camellia code, and align the 256 byte tableJack Lloyd2018-07-131-1/+3
* Unroll SM4 encryption/decryption by 2Jack Lloyd2018-07-131-23/+105
* Set a macro when optimizing for sizeJack Lloyd2018-07-132-0/+5
* Merge GH #1625 Add FPE functions to C interfaceJack Lloyd2018-07-135-2/+155
|\
| * Add FPE1 to C APIJack Lloyd2018-07-135-2/+155
|/
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE for MSVC 15.8Jack Lloyd2018-07-131-1/+1
* In speed command warn if some unknown flag is passed to --clear-cpuidJack Lloyd2018-07-111-1/+7
* Fix Doxygen problemJack Lloyd2018-07-101-0/+1
* Misc doc updatesJack Lloyd2018-07-102-11/+53
* Make use of AlgorithmIdentifier::USE_EMPTY_PARAMJack Lloyd2018-07-103-9/+3
* Update newsJack Lloyd2018-07-101-0/+2
* Merge GH #1622 Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-1010-5/+314
|\
| * Fix ARMv7 buildJack Lloyd2018-07-091-0/+3
| * Add support for ARMv8 SM4 instructionsJack Lloyd2018-07-0910-5/+311
|/
* Formatting fix [ci skip]Jack Lloyd2018-07-071-1/+1
* Minor doc updatesJack Lloyd2018-07-062-10/+16
* Bump version to 2.8.0-preJack Lloyd2018-07-062-1/+12
* Prefetch AES tables during the key scheduleJack Lloyd2018-07-061-8/+27
* Document new flag for setting bcrypt version [ci skip]Jack Lloyd2018-07-052-6/+16
* Document how to disable OS features [ci skip]Jack Lloyd2018-07-051-0/+27