aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove global_rng calls for setting up blinding, instead require a RNGlloyd2013-12-2518-104/+114
* Add CPUID check for AVX-512lloyd2013-12-252-2/+9
* 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-255-119/+129
* Add Threefish-512 in AVX2lloyd2013-12-246-30/+226
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-236-19/+31
* 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
* Fixes for alamgamation buildlloyd2013-12-202-5/+5
* Blind fix attempt for Visual C++ 2013 (github issue #5)lloyd2013-12-201-1/+1
* Add missing header for FreeBSD 10lloyd2013-12-193-0/+3
* merge of 'c55938af0026b98297194116c1553d467104b41a'lloyd2013-12-1939-210/+639
|\
| * Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-144-7/+15
| * Add cpuid support for new x86 feature flags like AVX2 and RDSEEDlloyd2013-12-142-86/+113
| * Make it possible to remove Boost dependency by disabling a few moduleslloyd2013-12-143-4/+8
| * Use -Werror only when --maintainer-mode is set as warnings will sneaklloyd2013-12-141-2/+3
| * Add --write-hash-file to dist.py, producing a sha256sum filelloyd2013-12-121-9/+35
| * Cleanupslloyd2013-12-101-38/+42
| * Make SIMD_Scalar a templatelloyd2013-12-104-65/+73
| * s/default_nonce_size/default_nonce_length/lloyd2013-12-1016-16/+22
| * Add Threefish-512lloyd2013-12-105-4/+216
| * Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuitelloyd2013-12-102-7/+18
| * Add simple config readerlloyd2013-12-103-11/+131
| * Place BMW's expansion constant into a named variable as by C rules thelloyd2013-12-091-2/+4
* | 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-061-2/+2
|/
* Add key length multiplelloyd2013-12-052-5/+8
* Add SIVlloyd2013-12-054-1/+316
* Support the normal names for CCM in TLS policy configlloyd2013-12-044-31/+30
* First pass at automatic OCSP checkslloyd2013-11-297-58/+110
* Remove timeout from HTTPlloyd2013-11-292-23/+16
* Disable RC4 in TLS by defaultlloyd2013-11-291-1/+1
* Move OCSP to x509 subdir as they are quite entangledlloyd2013-11-296-8/+1
* Split chain creation and checkinglloyd2013-11-292-87/+104
* Have OCSP responses return an enum allowing a range of conditions to be expre...lloyd2013-11-2910-301/+359
* Remove trailing null byte from X509_Time::to_stringlloyd2013-11-291-8/+16
* Add OCSP::online_check which queries the certs responderlloyd2013-11-283-3/+42
* Fix URL parsinglloyd2013-11-281-7/+15
* Don't reject a signature using an untrusted hash if it is the selflloyd2013-11-281-1/+1
* Print OCSP and CRL locations in X509_Certificate::to_stringlloyd2013-11-281-0/+5
* Support HTTP POST (many OCSP responders don't like GET-based requests)lloyd2013-11-286-132/+243
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-28183-184/+184
* wget it ourselves, and include the hash of the file in the outputlloyd2013-11-282-24/+57
* Fix file rename in info.txt and add a check for this in configurelloyd2013-11-281-1/+1
* TLS in-memory session manager now requires a rng object as alloyd2013-11-282-5/+7
* Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)lloyd2013-11-275-1/+137
* Include Perl's build flags. Bug 254lloyd2013-11-231-1/+1
* merge of '68c716734951de7d2d263d5ed5162e963d6c32be'lloyd2013-11-205-55/+14
|\