aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* Tick to 1.11.3 prelloyd2013-03-042-0/+4
|
* Update for 1.11.2 release1.11.2lloyd2013-03-031-1/+1
|
* Add 1.10.5 to indexlloyd2013-03-021-0/+1
|
* Update for 1.10.5 final releaselloyd2013-03-021-1/+5
|
* Blocking_Client fixes. Add relnotelloyd2013-02-281-11/+26
|
* Initial notes for 1.10.5lloyd2013-02-271-0/+9
|
* Correct RFC linkslloyd2013-02-061-7/+7
|
* Prefer RC4 over AES. Gak.lloyd2013-02-061-0/+4
|
* Add Threaded_Fork, which acts like a normal Fork filter except thatlloyd2013-02-021-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 noteslloyd2013-01-091-0/+21
|
* Update docs for 1.10.4 releaselloyd2013-01-092-0/+18
|
* Bump for 1.11.2lloyd2012-10-302-0/+3
|
* Update for 1.11.1 release1.11.1lloyd2012-10-301-1/+1
|
* Add TLS::Policy::negotiate_heartbeat_support which controls if thelloyd2012-10-131-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_versionlloyd2012-10-131-0/+4
|
* Use unaligned loads in AES-NI 192 key schedulelloyd2012-10-131-0/+7
|
* It seems other implementations define the secure renegotiation flag tolloyd2012-09-121-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 changelloyd2012-09-121-1/+4
|
* This note is accurate nowlloyd2012-09-091-4/+3
|
* Small doc tweakslloyd2012-09-071-6/+6
|
* Add support for key material exportlloyd2012-09-071-0/+3
|
* Reject SRP6 values which are negative or larger than p since these arelloyd2012-08-111-13/+23
| | | | likely totally bogus.
* Instead of using static salts in the KDF for generating the cipher andlloyd2012-08-091-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 docslloyd2012-08-091-0/+28
|
* Remove BigInt::assignlloyd2012-08-011-3/+3
|
* Remove BigInt(NumberType type, size_t n) and replace it with a staticlloyd2012-08-011-0/+2
| | | | BigInt function power_of_2. (Power2 was the only available NumberType)
* Remove all support for octal BigInt conversions.lloyd2012-08-011-0/+10
|
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-272-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.0lloyd2012-07-191-1/+1
|
* Add 1.8.14 release noteslloyd2012-07-182-0/+18
|
* Make page wider. QNX build report. Link to 1.10.2 notes in 1.10.3.lloyd2012-07-131-3/+3
|
* Use subsections in 1.11.0 release notes.lloyd2012-07-111-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.3lloyd2012-07-102-0/+12
|
* Add a LZMA filter contributed by Vojtech Krallloyd2012-07-091-0/+4
|
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-091-0/+10
| | | | decoding code but seems an improvement.
* Rename all text files that are actually reStructuredText to .rstlloyd2012-07-01159-0/+0
|
* Add OCSP doc. Rewrite 1.11.0 release notes.lloyd2012-07-011-42/+35
|
* Only use Disqus if the Sphinx tag is set.lloyd2012-06-205-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 thelloyd2012-06-20159-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.