aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More Doxygen warning fixeslloyd2012-07-093-0/+15
* Doxygen warning fixeslloyd2012-07-096-6/+44
* Fix leak in read_ssh example, reported by Martin Olsson to the mailing listlloyd2012-07-091-2/+3
* Add a LZMA filter contributed by Vojtech Krallloyd2012-07-097-1/+422
* Ignoring key/crt/pem is obnoxious because monotone won't let you evenlloyd2012-07-091-1/+1
* Drop the support page as FlexSecure doesn't provide any info aboutlloyd2012-07-094-24/+15
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-0915-25/+29
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-098-47/+86
* Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11lloyd2012-07-092-41/+35
* Add a comment so I remember how to get warningslloyd2012-07-061-1/+3
* Doxygen commentslloyd2012-07-067-11/+133
* Add wikipedia extlinks target. Warn about SRP verifier being secretlloyd2012-07-062-2/+18
* Disable generating LaTeX Doxygen output as we don't really need it andlloyd2012-07-061-0/+8
* More Doxygen commentslloyd2012-07-062-3/+12
* Correct Doxygen commentslloyd2012-07-062-5/+5
* Outline of docs for SRPlloyd2012-07-062-0/+26
* Basic PSK documentationlloyd2012-07-061-3/+15
* A bit more OCSP documentationlloyd2012-07-051-3/+8
* Record_Writer needs a PRNG for the IV generation. Share the referencelloyd2012-07-056-16/+22
* Pull the TLS padding checks out to an anon function.lloyd2012-07-051-32/+59
* Rename all text files that are actually reStructuredText to .rstlloyd2012-07-01191-5/+3
* Add OCSP doc. Rewrite 1.11.0 release notes.lloyd2012-07-013-42/+70
* Default to just `g++`. Check GCC version and warn if we are compilinglloyd2012-07-012-1/+7
* Single basic TLS test using in-memory handshake.lloyd2012-06-294-5/+276
* Ignore *.{key,crt,pem,patch}lloyd2012-06-291-0/+2
* Use new header for sqlite session managerlloyd2012-06-291-2/+2
* Minor doc updateslloyd2012-06-292-4/+9
* More discussion of the TLS callbackslloyd2012-06-291-10/+61
* Split TLS::Policy::allowed_hashes into allowed_signature_hashes andlloyd2012-06-299-38/+82
* Fix formatting of Channel docslloyd2012-06-291-28/+34
* Improve TLS::Channel documentationlloyd2012-06-291-4/+13
* Add TLS::Session_Manager_Noop which just ignores all save requests.lloyd2012-06-299-25/+48
* Document more of the TLS interfacelloyd2012-06-281-44/+412
* Clarify availability of the amalgamation buildlloyd2012-06-281-2/+4
* Some doc updateslloyd2012-06-263-313/+307
* Avoid unused argument warninglloyd2012-06-261-1/+1
* Reorder Credentials_Manager with cert stuff first, then SRP, then PSKlloyd2012-06-261-66/+69
* Increase default Miller-Rabin nonce to 192 bitslloyd2012-06-261-2/+2
* Be explicit about swap template specializationlloyd2012-06-261-1/+1
* Set poolsize to zero on failure. Set m_pool to null if mmap failslloyd2012-06-261-0/+6
* Add TLS::Policy::minimum_dh_group_size, default 1024. Send anlloyd2012-06-255-2/+30
* Include FAQ and dl links in contents. Rearrange download linkslloyd2012-06-213-82/+38
* Only use Disqus if the Sphinx tag is set.lloyd2012-06-2011-57/+58
* Hooks for Disqus commentslloyd2012-06-203-5/+44
* Split log.txt into individual release notes. Integrate most of thelloyd2012-06-20175-2318/+2635
* Return existing certs fast if there is a matchlloyd2012-06-201-0/+15
* Allow configurable # of threads, useful for scale testinglloyd2012-06-201-2/+4
* Doc updateslloyd2012-06-204-19/+28
* Update docs for new secure_vectorlloyd2012-06-201-73/+23
* Add missing headers, triggered errors under minimal buildslloyd2012-06-192-0/+2