| Commit message (Expand) | Author | Age | Files | Lines |
* | Move python to src, add to main makefile | lloyd | 2014-01-07 | 3 | -20/+15 |
* | Correct path to lib sources in Doxygen config (bugzilla 259) | lloyd | 2014-01-06 | 1 | -1/+1 |
* | Don't use -fno-inline-functions for debug as that is enabled in all non-relea... | lloyd | 2014-01-04 | 2 | -2/+2 |
* | Fix sphinx config sys.path | lloyd | 2014-01-02 | 1 | -1/+1 |
* | Move Sphinx config | lloyd | 2014-01-02 | 3 | -0/+258 |
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 1 | -2/+1 |
* | Move asio tls server | lloyd | 2014-01-01 | 1 | -1/+1 |
* | Move base64, bzip, ca, and tls examples | lloyd | 2014-01-01 | 1 | -1/+1 |
* | Rename target | lloyd | 2014-01-01 | 14 | -39/+39 |
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 2 | -635/+0 |
* | Return errors in pubkey tests | lloyd | 2014-01-01 | 3 | -12/+5 |
* | s/check/test/g | lloyd | 2014-01-01 | 14 | -40/+46 |
* | Turn on Werror on clang | lloyd | 2014-01-01 | 1 | -0/+1 |
* | Make eax_test example (which reads LTC's EAX test file) an actual | lloyd | 2013-12-31 | 1 | -1/+1 |
* | Fix running without --write-hash-file | lloyd | 2013-12-29 | 1 | -1/+2 |
* | Support multiple ISA requirements. Fix CLMUL flag. | lloyd | 2013-12-27 | 2 | -2/+2 |
* | Set -m flags for rdrand.cpp. Update compiler ISA flags | lloyd | 2013-12-23 | 4 | -18/+28 |
* | Add info for SRP-GCM | lloyd | 2013-12-21 | 1 | -0/+23 |
* | Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering. | lloyd | 2013-12-14 | 4 | -7/+15 |
* | Use -Werror only when --maintainer-mode is set as warnings will sneak | lloyd | 2013-12-14 | 1 | -2/+3 |
* | Add --write-hash-file to dist.py, producing a sha256sum file | lloyd | 2013-12-12 | 1 | -9/+35 |
* | Support the normal names for CCM in TLS policy config | lloyd | 2013-12-04 | 1 | -3/+3 |
* | wget it ourselves, and include the hash of the file in the output | lloyd | 2013-11-28 | 1 | -23/+55 |
* | Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP) | lloyd | 2013-11-27 | 1 | -1/+1 |
* | merge of '68c716734951de7d2d263d5ed5162e963d6c32be' | lloyd | 2013-11-20 | 1 | -2/+2 |
|\ |
|
| * | Compile fixes for Python wrapper | lloyd | 2013-11-20 | 1 | -2/+2 |
* | | Only service small allocations out of the mlock pool | lloyd | 2013-11-20 | 1 | -0/+3 |
|/ |
|
* | Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway | lloyd | 2013-11-16 | 1 | -3/+1 |
* | Add to build.h template | lloyd | 2013-11-09 | 1 | -0/+7 |
* | Support CCM-8 ciphersuites | lloyd | 2013-09-05 | 1 | -6/+14 |
* | Enable CCM mode in TLS suite_info generator | lloyd | 2013-09-05 | 1 | -4/+23 |
* | Add a generic 64x64->128 multiplication op. | lloyd | 2013-07-30 | 7 | -0/+9 |
* | Fix Windows and static-only makefiles | lloyd | 2013-04-23 | 2 | -6/+4 |
* | Rename ARC4 to RC4 | lloyd | 2013-04-19 | 1 | -4/+4 |
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 11 | -76/+92 |
* | Move zero as null pointer warning to maintainer mode flags | lloyd | 2013-04-12 | 1 | -2/+2 |
* | Add datestamp to autogenerated tls_suite_info.cpp | lloyd | 2013-04-12 | 1 | -13/+11 |
* | Add support for AEAD modes in TLS. Add GCM ciphersuites. | lloyd | 2013-04-11 | 1 | -1/+1 |
* | Make the IV length and MAC keylength explicit in the ciphersuite | lloyd | 2013-04-10 | 1 | -4/+19 |
* | Have tls_suite_info.py generate the entire source file | lloyd | 2013-03-28 | 1 | -0/+31 |
* | Rename script and add header | lloyd | 2013-03-27 | 1 | -4/+10 |
* | Alias mips64el to mips64, from Brad Smith | lloyd | 2013-03-21 | 1 | -0/+4 |
* | merge of '767ce7b733ad25a056a4609645dbb0418fed5c91' | lloyd | 2013-03-21 | 1 | -1/+1 |
|\ |
|
| * | Use env to work around Arch silliness | lloyd | 2013-03-19 | 1 | -1/+1 |
* | | Fix error if we asked for nonexistent branch or version | lloyd | 2013-03-21 | 1 | -1/+1 |
|/ |
|
* | Support for non-CBC modes in ciphersuite list gen | lloyd | 2013-03-16 | 1 | -4/+23 |
* | Add the script that generates the switch in tls_suite_info.cpp | lloyd | 2013-03-16 | 1 | -0/+122 |
* | Create the checkout in the current working directory, then move the | lloyd | 2013-03-05 | 1 | -5/+12 |
* | Update copyright yet (and set off a rebuild) | lloyd | 2013-03-05 | 1 | -1/+1 |
* | Compile fix, add --print-output-names, log to stderr | lloyd | 2013-03-04 | 1 | -4/+11 |