Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing header for FreeBSD 10 | lloyd | 2013-12-19 | 3 | -0/+3 |
| | |||||
* | merge of 'c55938af0026b98297194116c1553d467104b41a' | lloyd | 2013-12-19 | 54 | -261/+800 |
|\ | | | | | | | and 'd0c532af92ea0940685dd0e99d2946329efbc917' | ||||
| * | Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering. | lloyd | 2013-12-14 | 5 | -10/+21 |
| | | |||||
| * | Fix maintainer mode flags | lloyd | 2013-12-14 | 1 | -2/+2 |
| | | |||||
| * | Add cpuid support for new x86 feature flags like AVX2 and RDSEED | lloyd | 2013-12-14 | 3 | -88/+118 |
| | | |||||
| * | Make it possible to remove Boost dependency by disabling a few modules | lloyd | 2013-12-14 | 6 | -7/+18 |
| | | | | | | | | (though including X.509 and TLS). | ||||
| * | Use -Werror only when --maintainer-mode is set as warnings will sneak | lloyd | 2013-12-14 | 2 | -6/+9 |
| | | | | | | | | | | in on platforms/configs I don't test regularly, and that shouldn't break end-user builds. | ||||
| * | Add --cc-abi-flags option to configure.py | lloyd | 2013-12-14 | 1 | -10/+12 |
| | | |||||
| * | Add --write-hash-file to dist.py, producing a sha256sum file | lloyd | 2013-12-12 | 1 | -9/+35 |
| | | | | | | | | and clearsigning it, instead of signing the individual archives. | ||||
| * | Move OCB test to AEAD test framework. Disable Threefish benchmark. | lloyd | 2013-12-11 | 4 | -33/+20 |
| | | |||||
| * | Cleanups | lloyd | 2013-12-10 | 1 | -38/+42 |
| | | |||||
| * | Make SIMD_Scalar a template | lloyd | 2013-12-10 | 4 | -65/+73 |
| | | |||||
| * | s/default_nonce_size/default_nonce_length/ | lloyd | 2013-12-10 | 18 | -17/+29 |
| | | |||||
| * | Add Threefish-512 | lloyd | 2013-12-10 | 10 | -4/+315 |
| | | |||||
| * | Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuite | lloyd | 2013-12-10 | 3 | -8/+20 |
| | | | | | | | | | | to allow either party to filter out specific ciphersuites they don't wish to support for whatever reason. | ||||
| * | Add simple config reader | lloyd | 2013-12-10 | 3 | -11/+131 |
| | | |||||
| * | Place BMW's expansion constant into a named variable as by C rules the | lloyd | 2013-12-09 | 1 | -2/+4 |
| | | | | | | | | | | bare constant is signed meaning signed overflow could occur. Reported by Rian Hunter. | ||||
* | | Refuse to make RSA/RW keys under 1024 bits | lloyd | 2013-12-06 | 2 | -2/+2 |
| | | |||||
* | | Fix OAEP key size check during encoding, and an array over-read when | lloyd | 2013-12-06 | 2 | -2/+7 |
|/ | | | | | decoding a message that was so large we decided it was invalid and truncated it. | ||||
* | Add key length multiple | lloyd | 2013-12-05 | 2 | -5/+8 |
| | |||||
* | Turn off asking for client cert in TLS server example | lloyd | 2013-12-05 | 1 | -2/+10 |
| | |||||
* | Add SIV | lloyd | 2013-12-05 | 11 | -54/+452 |
| | |||||
* | Support the normal names for CCM in TLS policy config | lloyd | 2013-12-04 | 5 | -34/+33 |
| | |||||
* | Better check | lloyd | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Add a check on API revisions | lloyd | 2013-12-02 | 1 | -1/+4 |
| | |||||
* | Python 3 fix | lloyd | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | First pass at automatic OCSP checks | lloyd | 2013-11-29 | 8 | -60/+112 |
| | |||||
* | Remove timeout from HTTP | lloyd | 2013-11-29 | 2 | -23/+16 |
| | |||||
* | Disable RC4 in TLS by default | lloyd | 2013-11-29 | 3 | -3/+5 |
| | |||||
* | Move OCSP to x509 subdir as they are quite entangled | lloyd | 2013-11-29 | 6 | -8/+1 |
| | |||||
* | Split chain creation and checking | lloyd | 2013-11-29 | 2 | -87/+104 |
| | |||||
* | Have OCSP responses return an enum allowing a range of conditions to be ↵ | lloyd | 2013-11-29 | 11 | -315/+368 |
| | | | | | | | | | | expressed (good status, cert revoked, some other error, etc). Add a certificate store backed by files (requiring boost filesystem). Change Certificate_Store interface somewhat to support retrieval without copying. | ||||
* | Remove trailing null byte from X509_Time::to_string | lloyd | 2013-11-29 | 1 | -8/+16 |
| | | | | Make invalid tag case report the value | ||||
* | Add OCSP example. Fix minor compile issues. | lloyd | 2013-11-28 | 5 | -4/+28 |
| | |||||
* | Add OCSP::online_check which queries the certs responder | lloyd | 2013-11-28 | 3 | -3/+42 |
| | |||||
* | Fix URL parsing | lloyd | 2013-11-28 | 1 | -7/+15 |
| | |||||
* | Don't reject a signature using an untrusted hash if it is the self | lloyd | 2013-11-28 | 1 | -1/+1 |
| | | | | signature of a root cert | ||||
* | Print OCSP and CRL locations in X509_Certificate::to_string | lloyd | 2013-11-28 | 1 | -0/+5 |
| | |||||
* | Support HTTP POST (many OCSP responders don't like GET-based requests) | lloyd | 2013-11-28 | 6 | -132/+243 |
| | |||||
* | Test fix | lloyd | 2013-11-28 | 1 | -4/+5 |
| | |||||
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 184 | -189/+195 |
| | | | | | | so application code can check for the specific API it expects without having to keep track of what versions APIs x,y,z changed. Arbitrarily set all current API versions to 20131128. | ||||
* | wget it ourselves, and include the hash of the file in the output | lloyd | 2013-11-28 | 2 | -24/+57 |
| | |||||
* | Fix file rename in info.txt and add a check for this in configure | lloyd | 2013-11-28 | 2 | -1/+5 |
| | |||||
* | TLS in-memory session manager now requires a rng object as a | lloyd | 2013-11-28 | 4 | -16/+31 |
| | | | | | constructor argument, previously it used the global rng which caused a serialization point across server threads. | ||||
* | Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP) | lloyd | 2013-11-27 | 6 | -2/+139 |
| | |||||
* | Include Perl's build flags. Bug 254 | lloyd | 2013-11-23 | 1 | -1/+1 |
| | |||||
* | merge of '68c716734951de7d2d263d5ed5162e963d6c32be' | lloyd | 2013-11-20 | 6 | -55/+19 |
|\ | | | | | | | and '714a603d145c840eec1464ea31d0d07c2bf640fa' | ||||
| * | merge of '022cd3c92c37dee696d0c3c0c197f8df8981ccbb' | lloyd | 2013-11-20 | 1 | -0/+5 |
| |\ | | | | | | | | | | and '83151ac7a83013a2874f78978df5c4739b879775' | ||||
| | * | Direct people interested in TLS to 1.11 | lloyd | 2013-11-20 | 1 | -0/+5 |
| | | | |||||
| * | | Compile fixes for Python wrapper | lloyd | 2013-11-20 | 5 | -55/+14 |
| | | |