aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for 1.11.6 release1.11.6lloyd2013-12-292-6/+7
* Cleanuplloyd2013-12-291-13/+13
* Add 1.10.7 release noteslloyd2013-12-293-9/+16
* Fix running without --write-hash-filelloyd2013-12-291-1/+2
* Make Boost easier to disable with minimal feature losslloyd2013-12-289-41/+124
* Move clmul to its own file (for abi flags)lloyd2013-12-276-74/+103
* Unusedlloyd2013-12-271-7/+0
* Cleanuplloyd2013-12-272-19/+17
* Clean up GCM. Add CLMUL support.lloyd2013-12-274-52/+220
* Report sizelloyd2013-12-271-1/+1
* Avoid inline std::string constructors for OID constantslloyd2013-12-273-190/+197
* Support multiple ISA requirements. Fix CLMUL flag.lloyd2013-12-273-21/+27
* Split up libstate/get_enc.cpplloyd2013-12-257-117/+119
* Store OID info in a pair of maps in distinct storage rather than inlloyd2013-12-2510-451/+407
* Use a const reference returnlloyd2013-12-252-3/+3
* Add EC groupslloyd2013-12-251-0/+307
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-2510-86/+67
* Same for EC groupslloyd2013-12-256-278/+18
* Store all DH group info in constant memory instead of Library_State configlloyd2013-12-2511-368/+373
* Make Serialized_RNG publiclloyd2013-12-254-105/+60
* Remove global_rng calls for setting up blinding, instead require a RNGlloyd2013-12-2518-104/+114
* Turn on debug by default on non-release buildslloyd2013-12-251-1/+1
* Add CPUID check for AVX-512lloyd2013-12-253-3/+11
* Interleave two blocks during Threefish AVX2 encryptlloyd2013-12-251-59/+159
* Add Threefish-512 AVX2 decryptlloyd2013-12-254-14/+130
* Provide Threefish as a block cipher, add decryptionlloyd2013-12-257-124/+138
* Add Threefish-512 in AVX2lloyd2013-12-2410-42/+252
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-236-19/+31
* Fix TLS-SRP examplelloyd2013-12-211-1/+1
* Add info for SRP-GCMlloyd2013-12-211-0/+23
* Make Simd_Scalar of generic sizelloyd2013-12-212-114/+105
* Fix gcc cpuid calllloyd2013-12-211-13/+9
* Use needed -m ABI flags in --via-amalgamation buildslloyd2013-12-211-5/+28
* Fixes for alamgamation buildlloyd2013-12-202-5/+5
* Blind fix attempt for Visual C++ 2013 (github issue #5)lloyd2013-12-201-1/+1
* merge of '4439cb0d4cbdd714900273efb340756b630f471a'lloyd2013-12-207-4/+12
|\
| * Add missing header for FreeBSD 10lloyd2013-12-193-0/+3
| * merge of 'c55938af0026b98297194116c1553d467104b41a'lloyd2013-12-1954-261/+800
| |\
| * | Refuse to make RSA/RW keys under 1024 bitslloyd2013-12-062-2/+2
| * | Fix OAEP key size check during encoding, and an array over-read whenlloyd2013-12-062-2/+7
* | | Clean up makefile outputlloyd2013-12-151-3/+3
| |/ |/|
* | Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-145-10/+21
* | Fix maintainer mode flagslloyd2013-12-141-2/+2
* | Add cpuid support for new x86 feature flags like AVX2 and RDSEEDlloyd2013-12-143-88/+118
* | Make it possible to remove Boost dependency by disabling a few moduleslloyd2013-12-146-7/+18
* | Use -Werror only when --maintainer-mode is set as warnings will sneaklloyd2013-12-142-6/+9
* | Add --cc-abi-flags option to configure.pylloyd2013-12-141-10/+12
* | Add --write-hash-file to dist.py, producing a sha256sum filelloyd2013-12-121-9/+35
* | Move OCB test to AEAD test framework. Disable Threefish benchmark.lloyd2013-12-114-33/+20
* | Cleanupslloyd2013-12-101-38/+42