| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Support for passphrase file | lloyd | 2013-03-04 | 1 | -4/+14 |
* | Add --quiet to dist.py | lloyd | 2013-03-04 | 1 | -0/+6 |
* | Tweak output name, fix botan_version.py rewriter | lloyd | 2013-03-04 | 1 | -7/+7 |
* | Set the release type (unreleased, released, snapshot) in | lloyd | 2013-03-04 | 2 | -1/+8 |
* | Add ability for dist script to create snapshots of named branches | lloyd | 2013-03-04 | 1 | -26/+97 |
* | Run GPG at the end, sadly can't sign all files at once | lloyd | 2013-03-02 | 1 | -10/+10 |
* | Turn on zero as nullptr warning all the time | lloyd | 2013-01-11 | 1 | -2/+2 |
* | Error creating botan_version.py for release :( | lloyd | 2012-12-27 | 1 | -1/+1 |
* | Make old-style-cast a non-error in maintainer mode as glibc macros bring it in | lloyd | 2012-11-02 | 1 | -2/+2 |
* | Fix setting release_vc_rev | lloyd | 2012-10-30 | 1 | -1/+1 |
* | Use OS X specific linker flags | lloyd | 2012-10-30 | 1 | -0/+2 |
* | Add a --chost option to configure that takes a GNU style triplet. | lloyd | 2012-08-31 | 4 | -2/+9 |
* | Have the release script pull the datestamp from monotone, so it does | lloyd | 2012-07-25 | 1 | -4/+47 |
* | Update the InnoSetup script: | lloyd | 2012-07-11 | 1 | -12/+8 |
* | Fix --output-dir which did not work at all. Make compatible with | lloyd | 2012-07-10 | 1 | -53/+71 |
* | Add a comment so I remember how to get warnings | lloyd | 2012-07-06 | 1 | -1/+3 |
* | Disable generating LaTeX Doxygen output as we don't really need it and | lloyd | 2012-07-06 | 1 | -0/+8 |
* | Default to just `g++`. Check GCC version and warn if we are compiling | lloyd | 2012-07-01 | 1 | -1/+1 |
* | Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used. | lloyd | 2012-06-19 | 1 | -5/+4 |
* | Fix westmere GCC builds | lloyd | 2012-06-13 | 1 | -1/+1 |
* | Move to -O3 with Clang. s/c++0x/c++11/ | lloyd | 2012-06-08 | 1 | -2/+2 |
* | Always print the include dir as we are never in the default path | lloyd | 2012-06-05 | 1 | -4/+1 |