aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Add --destdir option to configure.pylloyd2014-02-131-1/+1
* Add config and version subcommandslloyd2014-02-131-0/+5
* Also avoid tuning for 686lloyd2014-02-131-1/+2
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-3/+4
* More fixes for minified buildslloyd2014-02-092-2/+2
* Install command line applloyd2014-02-082-0/+7
* Fix Windows feature macro defineslloyd2014-02-021-3/+2
* Microsoft docs indicate VC++ 2013 has AVX2 intrinsics, so enable them.lloyd2014-01-311-1/+1
* If the build compiler doesn't support intrinsics we need, disable the modulelloyd2014-01-261-0/+12
* Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug...lloyd2014-01-242-0/+2
* Typo fixlloyd2014-01-201-5/+5
* Fix make clean, removed too muchlloyd2014-01-181-1/+1
* Website tweaks. Rename TLS suite script options.lloyd2014-01-112-2/+1
* Correct Sphinx template pathslloyd2014-01-111-2/+2
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-106-85/+94
* Remove test in clean targetlloyd2014-01-102-2/+2
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-102-8/+28
* Finish renamelloyd2014-01-079-9/+9
* Make the shared library an included fragment like pythonlloyd2014-01-075-139/+31
* 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