Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add algorithm_kat_detailed which returns a string with info about the failure | lloyd | 2013-03-16 | 1 | -0/+4 |
| | |||||
* | Document new external lib options | lloyd | 2013-03-09 | 1 | -7/+11 |
| | |||||
* | Give version cryptobox was added | lloyd | 2013-03-07 | 1 | -5/+9 |
| | |||||
* | Mention github mirror | lloyd | 2013-03-07 | 1 | -3/+5 |
| | |||||
* | Link to the snapshots in the download page | lloyd | 2013-03-05 | 1 | -0/+3 |
| | |||||
* | Vaguely document the cryptobox functions | lloyd | 2013-03-05 | 2 | -0/+25 |
| | |||||
* | Document BlockCipher::parallelism | lloyd | 2013-03-05 | 1 | -0/+6 |
| | |||||
* | Mention new cryptobox functions | lloyd | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | Avoid nested lists | lloyd | 2013-03-04 | 1 | -14/+30 |
| | |||||
* | Tick to 1.11.3 pre | lloyd | 2013-03-04 | 3 | -1/+5 |
| | |||||
* | Call out using TLS if possible. | lloyd | 2013-03-04 | 1 | -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.2 | lloyd | 2013-03-03 | 2 | -4/+4 |
| | |||||
* | Try again | lloyd | 2013-03-02 | 1 | -4/+4 |
| | |||||
* | Fix formatting | lloyd | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | merge of '213e5186680ca4e09403a92a34cbec816ca24eb0' | lloyd | 2013-03-02 | 1 | -2/+2 |
|\ | | | | | | | and '456e817068aeaa6bfaf5323631e0a5441528a5ff' | ||||
| * | New Windows binaries | lloyd | 2013-03-02 | 1 | -2/+2 |
| | | |||||
* | | New style for binary names | lloyd | 2013-03-02 | 1 | -4/+4 |
| | | |||||
* | | Add 1.10.5 to index | lloyd | 2013-03-02 | 1 | -0/+1 |
| | | |||||
* | | Mention BIND. Reminder to set distribution info on Windows binaries | lloyd | 2013-03-02 | 2 | -1/+4 |
|/ | |||||
* | Update for 1.10.5 final release | lloyd | 2013-03-02 | 2 | -4/+8 |
| | |||||
* | Blocking_Client fixes. Add relnote | lloyd | 2013-02-28 | 1 | -11/+26 |
| | |||||
* | Initial notes for 1.10.5 | lloyd | 2013-02-27 | 1 | -0/+9 |
| | |||||
* | CVE shortcut | lloyd | 2013-02-07 | 1 | -0/+2 |
| | |||||
* | Correct RFC links | lloyd | 2013-02-06 | 2 | -8/+8 |
| | |||||
* | Prefer RC4 over AES. Gak. | lloyd | 2013-02-06 | 1 | -0/+4 |
| | |||||
* | Add Threaded_Fork, which acts like a normal Fork filter except that | lloyd | 2013-02-02 | 2 | -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 clarifications | lloyd | 2013-02-02 | 1 | -7/+13 |
| | |||||
* | Fix MacPorts link | lloyd | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Reorder download options | lloyd | 2013-01-22 | 1 | -14/+14 |
| | |||||
* | Initial 1.11.2 release notes | lloyd | 2013-01-09 | 1 | -0/+21 |
| | |||||
* | Update docs for 1.10.4 release | lloyd | 2013-01-09 | 3 | -3/+21 |
| | |||||
* | Example compile fixes | lloyd | 2012-12-08 | 4 | -5/+20 |
| | |||||
* | Update for new cred API | lloyd | 2012-11-13 | 1 | -11/+6 |
| | |||||
* | Offer DTLS if connecting over UDP | lloyd | 2012-11-07 | 1 | -0/+6 |
| | |||||
* | Clarify meaning of Alert::is_fatal | lloyd | 2012-10-31 | 1 | -1/+3 |
| | |||||
* | Fix wrong tag + syntax Sphinx can't handle | lloyd | 2012-10-31 | 1 | -4/+4 |
| | |||||
* | Document TLS::Client constructor change | lloyd | 2012-10-31 | 1 | -1/+30 |
| | |||||
* | Slightly more detail here | lloyd | 2012-10-30 | 1 | -3/+7 |
| | |||||
* | Bump for 1.11.2 | lloyd | 2012-10-30 | 2 | -0/+3 |
| | |||||
* | Update for 1.11.1 release1.11.1 | lloyd | 2012-10-30 | 2 | -5/+6 |
| | |||||
* | merge of '415e0ca58c566cb2990758c1261d47d6b09fc76c' | lloyd | 2012-10-13 | 3 | -32/+58 |
|\ | | | | | | | and 'e616da4002c659a5f5f6c16aecaafef7c37a5f96' | ||||
| * | Add TLS::Policy::negotiate_heartbeat_support which controls if the | lloyd | 2012-10-13 | 2 | -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_version | lloyd | 2012-10-13 | 2 | -7/+11 |
| | | |||||
| * | Remove TLS::Policy::pref_version. Instead pass the version to offer to | lloyd | 2012-10-13 | 1 | -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. | lloyd | 2012-10-13 | 2 | -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 schedule | lloyd | 2012-10-13 | 1 | -0/+7 |
| | | |||||
* | | SHA-3 announced. Also mention the combiners. | lloyd | 2012-10-03 | 1 | -1/+2 |
|/ | |||||
* | Typos | lloyd | 2012-09-19 | 1 | -3/+3 |
| | |||||
* | 1.10.3 builds OK with Intel C++ 11.1 | lloyd | 2012-09-17 | 1 | -0/+2 |
| | |||||
* | Document the version checking | lloyd | 2012-09-17 | 2 | -0/+88 |
| |