| Commit message (Expand) | Author | Age | Files | Lines |
* | More Doxygen warning fixes | lloyd | 2012-07-09 | 3 | -0/+15 |
* | Doxygen warning fixes | lloyd | 2012-07-09 | 6 | -6/+44 |
* | Fix leak in read_ssh example, reported by Martin Olsson to the mailing list | lloyd | 2012-07-09 | 1 | -2/+3 |
* | Add a LZMA filter contributed by Vojtech Kral | lloyd | 2012-07-09 | 7 | -1/+422 |
* | Ignoring key/crt/pem is obnoxious because monotone won't let you even | lloyd | 2012-07-09 | 1 | -1/+1 |
* | Drop the support page as FlexSecure doesn't provide any info about | lloyd | 2012-07-09 | 4 | -24/+15 |
* | The messages for assertion checks were done both ways, both "assertion | lloyd | 2012-07-09 | 15 | -25/+29 |
* | Fix for bug 209. Required some reworking of the ASN.1 bytestring | lloyd | 2012-07-09 | 8 | -47/+86 |
* | Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11 | lloyd | 2012-07-09 | 2 | -41/+35 |
* | Add a comment so I remember how to get warnings | lloyd | 2012-07-06 | 1 | -1/+3 |
* | Doxygen comments | lloyd | 2012-07-06 | 7 | -11/+133 |
* | Add wikipedia extlinks target. Warn about SRP verifier being secret | lloyd | 2012-07-06 | 2 | -2/+18 |
* | Disable generating LaTeX Doxygen output as we don't really need it and | lloyd | 2012-07-06 | 1 | -0/+8 |
* | More Doxygen comments | lloyd | 2012-07-06 | 2 | -3/+12 |
* | Correct Doxygen comments | lloyd | 2012-07-06 | 2 | -5/+5 |
* | Outline of docs for SRP | lloyd | 2012-07-06 | 2 | -0/+26 |
* | Basic PSK documentation | lloyd | 2012-07-06 | 1 | -3/+15 |
* | A bit more OCSP documentation | lloyd | 2012-07-05 | 1 | -3/+8 |
* | Record_Writer needs a PRNG for the IV generation. Share the reference | lloyd | 2012-07-05 | 6 | -16/+22 |
* | Pull the TLS padding checks out to an anon function. | lloyd | 2012-07-05 | 1 | -32/+59 |
* | Rename all text files that are actually reStructuredText to .rst | lloyd | 2012-07-01 | 191 | -5/+3 |
* | Add OCSP doc. Rewrite 1.11.0 release notes. | lloyd | 2012-07-01 | 3 | -42/+70 |
* | Default to just `g++`. Check GCC version and warn if we are compiling | lloyd | 2012-07-01 | 2 | -1/+7 |
* | Single basic TLS test using in-memory handshake. | lloyd | 2012-06-29 | 4 | -5/+276 |
* | Ignore *.{key,crt,pem,patch} | lloyd | 2012-06-29 | 1 | -0/+2 |
* | Use new header for sqlite session manager | lloyd | 2012-06-29 | 1 | -2/+2 |
* | Minor doc updates | lloyd | 2012-06-29 | 2 | -4/+9 |
* | More discussion of the TLS callbacks | lloyd | 2012-06-29 | 1 | -10/+61 |
* | Split TLS::Policy::allowed_hashes into allowed_signature_hashes and | lloyd | 2012-06-29 | 9 | -38/+82 |
* | Fix formatting of Channel docs | lloyd | 2012-06-29 | 1 | -28/+34 |
* | Improve TLS::Channel documentation | lloyd | 2012-06-29 | 1 | -4/+13 |
* | Add TLS::Session_Manager_Noop which just ignores all save requests. | lloyd | 2012-06-29 | 9 | -25/+48 |
* | Document more of the TLS interface | lloyd | 2012-06-28 | 1 | -44/+412 |
* | Clarify availability of the amalgamation build | lloyd | 2012-06-28 | 1 | -2/+4 |
* | Some doc updates | lloyd | 2012-06-26 | 3 | -313/+307 |
* | Avoid unused argument warning | lloyd | 2012-06-26 | 1 | -1/+1 |
* | Reorder Credentials_Manager with cert stuff first, then SRP, then PSK | lloyd | 2012-06-26 | 1 | -66/+69 |
* | Increase default Miller-Rabin nonce to 192 bits | lloyd | 2012-06-26 | 1 | -2/+2 |
* | Be explicit about swap template specialization | lloyd | 2012-06-26 | 1 | -1/+1 |
* | Set poolsize to zero on failure. Set m_pool to null if mmap fails | lloyd | 2012-06-26 | 1 | -0/+6 |
* | Add TLS::Policy::minimum_dh_group_size, default 1024. Send an | lloyd | 2012-06-25 | 5 | -2/+30 |
* | Include FAQ and dl links in contents. Rearrange download links | lloyd | 2012-06-21 | 3 | -82/+38 |
* | Only use Disqus if the Sphinx tag is set. | lloyd | 2012-06-20 | 11 | -57/+58 |
* | Hooks for Disqus comments | lloyd | 2012-06-20 | 3 | -5/+44 |
* | Split log.txt into individual release notes. Integrate most of the | lloyd | 2012-06-20 | 175 | -2318/+2635 |
* | Return existing certs fast if there is a match | lloyd | 2012-06-20 | 1 | -0/+15 |
* | Allow configurable # of threads, useful for scale testing | lloyd | 2012-06-20 | 1 | -2/+4 |
* | Doc updates | lloyd | 2012-06-20 | 4 | -19/+28 |
* | Update docs for new secure_vector | lloyd | 2012-06-20 | 1 | -73/+23 |
* | Add missing headers, triggered errors under minimal builds | lloyd | 2012-06-19 | 2 | -0/+2 |