aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add algorithm_kat_detailed which returns a string with info about the failurelloyd2013-03-161-0/+4
|
* Document new external lib optionslloyd2013-03-091-7/+11
|
* Give version cryptobox was addedlloyd2013-03-071-5/+9
|
* Mention github mirrorlloyd2013-03-071-3/+5
|
* Link to the snapshots in the download pagelloyd2013-03-051-0/+3
|
* Vaguely document the cryptobox functionslloyd2013-03-052-0/+25
|
* Document BlockCipher::parallelismlloyd2013-03-051-0/+6
|
* Mention new cryptobox functionslloyd2013-03-041-0/+1
|
* Avoid nested listslloyd2013-03-041-14/+30
|
* Tick to 1.11.3 prelloyd2013-03-043-1/+5
|
* Call out using TLS if possible.lloyd2013-03-041-10/+12
| | | | | | | | Avoid recommending DSA/ECDSA as they fail utterly in the event of a PRNG failure. Recommend EAX mode first off, and then add that you need to use a MAC if using CBC, CTR, or XTS.
* Update for 1.11.2 release1.11.2lloyd2013-03-032-4/+4
|
* Try againlloyd2013-03-021-4/+4
|
* Fix formattinglloyd2013-03-021-1/+1
|
* merge of '213e5186680ca4e09403a92a34cbec816ca24eb0'lloyd2013-03-021-2/+2
|\ | | | | | | and '456e817068aeaa6bfaf5323631e0a5441528a5ff'
| * New Windows binarieslloyd2013-03-021-2/+2
| |
* | New style for binary nameslloyd2013-03-021-4/+4
| |
* | Add 1.10.5 to indexlloyd2013-03-021-0/+1
| |
* | Mention BIND. Reminder to set distribution info on Windows binarieslloyd2013-03-022-1/+4
|/
* Update for 1.10.5 final releaselloyd2013-03-022-4/+8
|
* Blocking_Client fixes. Add relnotelloyd2013-02-281-11/+26
|
* Initial notes for 1.10.5lloyd2013-02-271-0/+9
|
* CVE shortcutlloyd2013-02-071-0/+2
|
* Correct RFC linkslloyd2013-02-062-8/+8
|
* Prefer RC4 over AES. Gak.lloyd2013-02-061-0/+4
|
* Add Threaded_Fork, which acts like a normal Fork filter except thatlloyd2013-02-022-1/+7
| | | | | | | | | | each subchain of filters will run in its own thread. Written and contributed by Joel Low. A thread on botan-devel contains the original patch and some discussion: http://lists.randombit.net/pipermail/botan-devel/2013-January/001699.html
* Small TLS doc clarificationslloyd2013-02-021-7/+13
|
* Fix MacPorts linklloyd2013-01-301-1/+1
|
* Reorder download optionslloyd2013-01-221-14/+14
|
* Initial 1.11.2 release noteslloyd2013-01-091-0/+21
|
* Update docs for 1.10.4 releaselloyd2013-01-093-3/+21
|
* Example compile fixeslloyd2012-12-084-5/+20
|
* Update for new cred APIlloyd2012-11-131-11/+6
|
* Offer DTLS if connecting over UDPlloyd2012-11-071-0/+6
|
* Clarify meaning of Alert::is_fatallloyd2012-10-311-1/+3
|
* Fix wrong tag + syntax Sphinx can't handlelloyd2012-10-311-4/+4
|
* Document TLS::Client constructor changelloyd2012-10-311-1/+30
|
* Slightly more detail herelloyd2012-10-301-3/+7
|
* Bump for 1.11.2lloyd2012-10-302-0/+3
|
* Update for 1.11.1 release1.11.1lloyd2012-10-302-5/+6
|
* merge of '415e0ca58c566cb2990758c1261d47d6b09fc76c'lloyd2012-10-133-32/+58
|\ | | | | | | and 'e616da4002c659a5f5f6c16aecaafef7c37a5f96'
| * Add TLS::Policy::negotiate_heartbeat_support which controls if thelloyd2012-10-132-3/+11
| | | | | | | | | | | | client will offer heartbeats (or if a server will negotiate them if the client offers). Defaults to false, which is probably the right behavior in terms of minimizing surprise and attack surface.
| * Fix TLS doc formatting. Note removal of pref_versionlloyd2012-10-132-7/+11
| |
| * Remove TLS::Policy::pref_version. Instead pass the version to offer tolloyd2012-10-131-7/+12
| | | | | | | | | | | | | | | | the Client constructor. Defaults to the most recent version of TLS. Allows TLS or DTLS, and means that it's possible to back down on the offered version, without requiring a Policy implementation with mutable state.
| * Add TLS::Server_Information to encapsulate the hostname/port pair.lloyd2012-10-132-21/+23
| | | | | | | | | | | | | | Add a service identifier as well, to help out clients which may want to negotiate multiple protocols over a single port and need to keep the sessions disambiguated. Not sure if that is useful, but it might be.
| * Use unaligned loads in AES-NI 192 key schedulelloyd2012-10-131-0/+7
| |
* | SHA-3 announced. Also mention the combiners.lloyd2012-10-031-1/+2
|/
* Typoslloyd2012-09-191-3/+3
|
* 1.10.3 builds OK with Intel C++ 11.1lloyd2012-09-171-0/+2
|
* Document the version checkinglloyd2012-09-172-0/+88
|