Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tick to 1.11.3 pre | lloyd | 2013-03-04 | 2 | -0/+4 |
| | |||||
* | Update for 1.11.2 release1.11.2 | lloyd | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Add 1.10.5 to index | lloyd | 2013-03-02 | 1 | -0/+1 |
| | |||||
* | Update for 1.10.5 final release | lloyd | 2013-03-02 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | Correct RFC links | lloyd | 2013-02-06 | 1 | -7/+7 |
| | |||||
* | 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 | 1 | -0/+5 |
| | | | | | | | | | | 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 | ||||
* | Initial 1.11.2 release notes | lloyd | 2013-01-09 | 1 | -0/+21 |
| | |||||
* | Update docs for 1.10.4 release | lloyd | 2013-01-09 | 2 | -0/+18 |
| | |||||
* | Bump for 1.11.2 | lloyd | 2012-10-30 | 2 | -0/+3 |
| | |||||
* | Update for 1.11.1 release1.11.1 | lloyd | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | Add TLS::Policy::negotiate_heartbeat_support which controls if the | lloyd | 2012-10-13 | 1 | -3/+3 |
| | | | | | | 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 | 1 | -0/+4 |
| | |||||
* | Use unaligned loads in AES-NI 192 key schedule | lloyd | 2012-10-13 | 1 | -0/+7 |
| | |||||
* | It seems other implementations define the secure renegotiation flag to | lloyd | 2012-09-12 | 1 | -4/+8 |
| | | | | | | | | be part of the connection rather than part of the session. That really does make more sense, so go with it. Changes the format of serialized sessions, but we already broke that with the crypto change. | ||||
* | Clarify that this is an incompatible change | lloyd | 2012-09-12 | 1 | -1/+4 |
| | |||||
* | This note is accurate now | lloyd | 2012-09-09 | 1 | -4/+3 |
| | |||||
* | Small doc tweaks | lloyd | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | Add support for key material export | lloyd | 2012-09-07 | 1 | -0/+3 |
| | |||||
* | Reject SRP6 values which are negative or larger than p since these are | lloyd | 2012-08-11 | 1 | -13/+23 |
| | | | | likely totally bogus. | ||||
* | Instead of using static salts in the KDF for generating the cipher and | lloyd | 2012-08-09 | 1 | -10/+18 |
| | | | | | | MAC keys for session encryption, randomly generate two 80-bit salt values which are included in the session blob and run the KDF over the master key and the random salts to create the keys. | ||||
* | More 1.11.1 notes. Update TLS docs | lloyd | 2012-08-09 | 1 | -0/+28 |
| | |||||
* | Remove BigInt::assign | lloyd | 2012-08-01 | 1 | -3/+3 |
| | |||||
* | Remove BigInt(NumberType type, size_t n) and replace it with a static | lloyd | 2012-08-01 | 1 | -0/+2 |
| | | | | BigInt function power_of_2. (Power2 was the only available NumberType) | ||||
* | Remove all support for octal BigInt conversions. | lloyd | 2012-08-01 | 1 | -0/+10 |
| | |||||
* | Add Public_Key::estimated_strength which gives an approximation of how | lloyd | 2012-07-27 | 2 | -1/+15 |
| | | | | | | | hard that key is to break. Use it in cert path validation, rejecting keys with estimated strength less than 80 bits. | ||||
* | Update for 1.11.0 release1.11.0 | lloyd | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | Add 1.8.14 release notes | lloyd | 2012-07-18 | 2 | -0/+18 |
| | |||||
* | Make page wider. QNX build report. Link to 1.10.2 notes in 1.10.3. | lloyd | 2012-07-13 | 1 | -3/+3 |
| | |||||
* | Use subsections in 1.11.0 release notes. | lloyd | 2012-07-11 | 1 | -8/+22 |
| | | | | | | | | | Remove installer link for 1.8. Update 1.10 installer to 1.10.3 and link to signatures as well. Add note in download links that 1.11 requires a C++11 compiler. Add build records for Windows 1.10.3 with VC 2010. | ||||
* | Add relnotes and update download links for 1.10.3 | lloyd | 2012-07-10 | 2 | -0/+12 |
| | |||||
* | Add a LZMA filter contributed by Vojtech Kral | lloyd | 2012-07-09 | 1 | -0/+4 |
| | |||||
* | Fix for bug 209. Required some reworking of the ASN.1 bytestring | lloyd | 2012-07-09 | 1 | -0/+10 |
| | | | | decoding code but seems an improvement. | ||||
* | Rename all text files that are actually reStructuredText to .rst | lloyd | 2012-07-01 | 159 | -0/+0 |
| | |||||
* | Add OCSP doc. Rewrite 1.11.0 release notes. | lloyd | 2012-07-01 | 1 | -42/+35 |
| | |||||
* | Only use Disqus if the Sphinx tag is set. | lloyd | 2012-06-20 | 5 | -9/+8 |
| | | | | | | | | | Use extlinks extension for download links, bug reports, and mailing list archives. Disable devel mode on Disqus. Fix some broken links detected with Sphinx's linkcheck target. | ||||
* | Split log.txt into individual release notes. Integrate most of the | lloyd | 2012-06-20 | 159 | -0/+2561 |
relevant contents from the pyblosxom news site into said relnotes. DRY suggests having only one form of release notes, and having it in the public source repo. Also some updates for the allocator changes. |