Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move asio tls server | lloyd | 2014-01-01 | 3 | -1/+317 |
| | |||||
* | Moar | lloyd | 2014-01-01 | 6 | -0/+242 |
| | |||||
* | Move base64, bzip, ca, and tls examples | lloyd | 2014-01-01 | 22 | -104/+1367 |
| | |||||
* | Move fpe, read_ssh, self_sig, and add X509 print | lloyd | 2014-01-01 | 6 | -10/+392 |
| | |||||
* | Make tss example a test of sorts | lloyd | 2014-01-01 | 3 | -5/+65 |
| | |||||
* | Move cpuid, factor, asn1 | lloyd | 2014-01-01 | 4 | -3/+495 |
| | |||||
* | Move bcrypt example to run from test app | lloyd | 2014-01-01 | 3 | -1/+48 |
| | |||||
* | Rename target | lloyd | 2014-01-01 | 14 | -39/+39 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1458 | -98471/+75448 |
| | |||||
* | Return errors in pubkey tests | lloyd | 2014-01-01 | 3 | -12/+5 |
| | |||||
* | Include <cstdint> in types.h and include uintX_t in namespace, use for our ↵ | lloyd | 2014-01-01 | 1 | -23/+12 |
| | | | | typedefs | ||||
* | De-deprecate AutoSeeded_RNG, too convenient to drop | lloyd | 2014-01-01 | 1 | -5/+0 |
| | |||||
* | s/check/test/g | lloyd | 2014-01-01 | 15 | -41/+46 |
| | |||||
* | Turn on Werror on clang | lloyd | 2014-01-01 | 1 | -0/+1 |
| | |||||
* | Test report is more useful now | lloyd | 2013-12-31 | 1 | -0/+8 |
| | |||||
* | On x86-64, prefer calling cpuid directly vs using cpuid.h | lloyd | 2013-12-31 | 1 | -11/+11 |
| | |||||
* | Make eax_test example (which reads LTC's EAX test file) an actual | lloyd | 2013-12-31 | 1 | -1/+1 |
| | | | | | test. Update to new AEAD api. Currently requires boost_regex (for tests only), done via hardcoding in makefile template. | ||||
* | Add PBKDF::derive_key taking vector salt | lloyd | 2013-12-31 | 1 | -0/+34 |
| | |||||
* | Add set_key taking a vector | lloyd | 2013-12-31 | 1 | -0/+6 |
| | |||||
* | Have default EAX tag size match block size | lloyd | 2013-12-31 | 2 | -4/+4 |
| | |||||
* | Set default offset for all cipher mode update/final signatures. | lloyd | 2013-12-31 | 9 | -36/+36 |
| | |||||
* | Add CPUID::print | lloyd | 2013-12-31 | 2 | -0/+29 |
| | |||||
* | Tests | lloyd | 2013-12-31 | 2 | -3/+2 |
| | |||||
* | Remove debug headers | lloyd | 2013-12-30 | 1 | -3/+0 |
| | |||||
* | Cleanup | lloyd | 2013-12-29 | 1 | -13/+13 |
| | |||||
* | Fix running without --write-hash-file | lloyd | 2013-12-29 | 1 | -1/+2 |
| | |||||
* | Make Boost easier to disable with minimal feature loss | lloyd | 2013-12-28 | 5 | -30/+106 |
| | |||||
* | Move clmul to its own file (for abi flags) | lloyd | 2013-12-27 | 5 | -74/+101 |
| | |||||
* | Unused | lloyd | 2013-12-27 | 1 | -7/+0 |
| | |||||
* | Cleanup | lloyd | 2013-12-27 | 2 | -19/+17 |
| | |||||
* | Clean up GCM. Add CLMUL support. | lloyd | 2013-12-27 | 4 | -52/+220 |
| | |||||
* | Report size | lloyd | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Avoid inline std::string constructors for OID constants | lloyd | 2013-12-27 | 3 | -190/+197 |
| | |||||
* | Support multiple ISA requirements. Fix CLMUL flag. | lloyd | 2013-12-27 | 2 | -2/+2 |
| | |||||
* | Split up libstate/get_enc.cpp | lloyd | 2013-12-25 | 7 | -117/+119 |
| | |||||
* | Store OID info in a pair of maps in distinct storage rather than in | lloyd | 2013-12-25 | 10 | -451/+407 |
| | | | | | the library state. Remove library state config apis, as OIDS were the last remaining user. | ||||
* | Use a const reference return | lloyd | 2013-12-25 | 2 | -3/+3 |
| | |||||
* | Add EC groups | lloyd | 2013-12-25 | 1 | -0/+307 |
| | |||||
* | Move add_alias and deref_alias from Library_State to SCAN_Name | lloyd | 2013-12-25 | 10 | -86/+67 |
| | |||||
* | Same for EC groups | lloyd | 2013-12-25 | 6 | -278/+18 |
| | |||||
* | Store all DH group info in constant memory instead of Library_State config | lloyd | 2013-12-25 | 10 | -362/+373 |
| | | | | | | Remove all groups under 1024 bits Make workfactor.h public | ||||
* | Make Serialized_RNG public | lloyd | 2013-12-25 | 4 | -105/+60 |
| | |||||
* | Remove global_rng calls for setting up blinding, instead require a RNG | lloyd | 2013-12-25 | 18 | -104/+114 |
| | | | | | | be passed to the engine. Currently pubkey.cpp just passes along the global_rng but eventually we'll break this API and require a RNG to the constructor. | ||||
* | Add CPUID check for AVX-512 | lloyd | 2013-12-25 | 2 | -2/+9 |
| | |||||
* | Interleave two blocks during Threefish AVX2 encrypt | lloyd | 2013-12-25 | 1 | -59/+159 |
| | |||||
* | Add Threefish-512 AVX2 decrypt | lloyd | 2013-12-25 | 4 | -14/+130 |
| | |||||
* | Provide Threefish as a block cipher, add decryption | lloyd | 2013-12-25 | 5 | -119/+129 |
| | |||||
* | Add Threefish-512 in AVX2 | lloyd | 2013-12-24 | 6 | -30/+226 |
| | | | | Tested using Intel's SDE, but no idea how fast it will be on hardware. | ||||
* | Set -m flags for rdrand.cpp. Update compiler ISA flags | lloyd | 2013-12-23 | 6 | -19/+31 |
| | |||||
* | Add info for SRP-GCM | lloyd | 2013-12-21 | 1 | -0/+23 |
| |