Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |