aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Move python to src, add to main makefilelloyd2014-01-073-20/+15
* Correct path to lib sources in Doxygen config (bugzilla 259)lloyd2014-01-061-1/+1
* Don't use -fno-inline-functions for debug as that is enabled in all non-relea...lloyd2014-01-042-2/+2
* Fix sphinx config sys.pathlloyd2014-01-021-1/+1
* Move Sphinx configlloyd2014-01-023-0/+258
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-011-2/+1
* Move asio tls serverlloyd2014-01-011-1/+1
* Move base64, bzip, ca, and tls exampleslloyd2014-01-011-1/+1
* Rename targetlloyd2014-01-0114-39/+39
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-012-635/+0
* Return errors in pubkey testslloyd2014-01-013-12/+5
* s/check/test/glloyd2014-01-0114-40/+46
* Turn on Werror on clanglloyd2014-01-011-0/+1
* Make eax_test example (which reads LTC's EAX test file) an actuallloyd2013-12-311-1/+1
* Fix running without --write-hash-filelloyd2013-12-291-1/+2
* Support multiple ISA requirements. Fix CLMUL flag.lloyd2013-12-272-2/+2
* Set -m flags for rdrand.cpp. Update compiler ISA flagslloyd2013-12-234-18/+28
* Add info for SRP-GCMlloyd2013-12-211-0/+23
* Add AVX2 compiler flags for GCC and Clang. Tidy compiler option ordering.lloyd2013-12-144-7/+15
* 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
* Support the normal names for CCM in TLS policy configlloyd2013-12-041-3/+3
* wget it ourselves, and include the hash of the file in the outputlloyd2013-11-281-23/+55
* Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)lloyd2013-11-271-1/+1
* merge of '68c716734951de7d2d263d5ed5162e963d6c32be'lloyd2013-11-201-2/+2
|\
| * Compile fixes for Python wrapperlloyd2013-11-201-2/+2
* | Only service small allocations out of the mlock poollloyd2013-11-201-0/+3
|/
* Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-161-3/+1
* Add to build.h templatelloyd2013-11-091-0/+7
* Support CCM-8 ciphersuiteslloyd2013-09-051-6/+14
* Enable CCM mode in TLS suite_info generatorlloyd2013-09-051-4/+23
* Add a generic 64x64->128 multiplication op.lloyd2013-07-307-0/+9
* Fix Windows and static-only makefileslloyd2013-04-232-6/+4
* Rename ARC4 to RC4lloyd2013-04-191-4/+4
* Always include modules requiring ISA extensions as long as thelloyd2013-04-1711-76/+92
* Move zero as null pointer warning to maintainer mode flagslloyd2013-04-121-2/+2
* Add datestamp to autogenerated tls_suite_info.cpplloyd2013-04-121-13/+11
* Add support for AEAD modes in TLS. Add GCM ciphersuites.lloyd2013-04-111-1/+1
* Make the IV length and MAC keylength explicit in the ciphersuitelloyd2013-04-101-4/+19
* Have tls_suite_info.py generate the entire source filelloyd2013-03-281-0/+31
* Rename script and add headerlloyd2013-03-271-4/+10
* Alias mips64el to mips64, from Brad Smithlloyd2013-03-211-0/+4
* merge of '767ce7b733ad25a056a4609645dbb0418fed5c91'lloyd2013-03-211-1/+1
|\
| * Use env to work around Arch sillinesslloyd2013-03-191-1/+1
* | Fix error if we asked for nonexistent branch or versionlloyd2013-03-211-1/+1
|/
* Support for non-CBC modes in ciphersuite list genlloyd2013-03-161-4/+23
* Add the script that generates the switch in tls_suite_info.cpplloyd2013-03-161-0/+122
* Create the checkout in the current working directory, then move thelloyd2013-03-051-5/+12
* Update copyright yet (and set off a rebuild)lloyd2013-03-051-1/+1
* Compile fix, add --print-output-names, log to stderrlloyd2013-03-041-4/+11