Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update todo | Jack Lloyd | 2015-09-22 | 1 | -2/+3 |
| | | | | [ci skip] | ||||
* | Move contrib/sqlite to github.com/randombit/botan-sqlite | Jack Lloyd | 2015-09-21 | 1 | -0/+3 |
| | |||||
* | Remove the Perl XS module | Jack Lloyd | 2015-09-21 | 2 | -38/+2 |
| | |||||
* | Remove OCaml wrapper, moved to randombit/botan-ocaml | Jack Lloyd | 2015-09-21 | 1 | -0/+3 |
| | |||||
* | Some docs on source code layout | Jack Lloyd | 2015-09-12 | 1 | -0/+71 |
| | | | | [ci skip] | ||||
* | Bump version to 1.11.21(-pre) | Jack Lloyd | 2015-09-10 | 1 | -0/+3 |
| | | | | [ci skip] | ||||
* | Update for 1.11.20 release1.11.20 | Jack Lloyd | 2015-09-07 | 1 | -6/+7 |
| | |||||
* | Add release notes from Github tickets for 1.11.20 | Simon Warta | 2015-09-06 | 1 | -1/+23 |
| | | | | [ci skip] | ||||
* | Add missing Botan 1.11.19 release notes | Simon Warta | 2015-09-03 | 1 | -1/+17 |
| | | | | [ci skip] | ||||
* | Build with libc++ C++ standard library on clang for iOS | René Korthaus | 2015-08-29 | 1 | -1/+1 |
| | | | | | When building for iOS with clang, the C++ standard library must be set to libc++ instead of libstdc++. | ||||
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 1 | -0/+7 |
| | | | | | | Previously 0 was the highest priority and 255 was the lowest. But this is really quite confusing, instead treat 0 as lowest and 255 as highest so normal integer intuitions apply. | ||||
* | Reorganize todo | Jack Lloyd | 2015-08-28 | 1 | -43/+39 |
| | |||||
* | Add ECDSA provider using OpenSSL | Jack Lloyd | 2015-08-28 | 1 | -1/+3 |
| | | | | | Unfortunately the signer cannot be tested in current framework because OpenSSL does not use RFC 6979 deterministic signatures. | ||||
* | Add soname_pattern | Simon Warta | 2015-08-24 | 1 | -0/+3 |
| | | | | Fixes #241 | ||||
* | Bump version | Jack Lloyd | 2015-08-21 | 1 | -0/+6 |
| | |||||
* | Requested | Jack Lloyd | 2015-08-04 | 1 | -0/+1 |
| | |||||
* | Add CVE ids to release notes | Jack Lloyd | 2015-08-04 | 1 | -10/+16 |
| | |||||
* | 1.11.19 release1.11.19 | Jack Lloyd | 2015-08-03 | 1 | -6/+28 |
| | |||||
* | Fix two crashes in the BER decoder found with afl. | Jack Lloyd | 2015-08-02 | 1 | -0/+10 |
| | | | | | One a read at 0 of an empty vector, the other causing allocation of an arbitrary amount of memory. | ||||
* | Remove references to removed APIs and algos | Jack Lloyd | 2015-07-29 | 4 | -97/+13 |
| | | | | LibraryInitializer, PK filters, Algorithm base class, PGP S2K | ||||
* | Document OS features | Simon Warta | 2015-07-27 | 1 | -0/+54 |
| | |||||
* | Fix random_prime() indent in BigInt docs | Simon Warta | 2015-07-27 | 1 | -5/+5 |
| | | | | [ci skip] | ||||
* | Put TLS heartbeat on notice. GH #187 | Jack Lloyd | 2015-07-25 | 1 | -0/+4 |
| | |||||
* | Remove the x86 asm versions of MD4, MD5, SHA-1 and Serpent | Jack Lloyd | 2015-07-25 | 1 | -1/+7 |
| | | | | | | | With modern compilers, all are slower than the C++ and SSE2 versions of the same algos. GH #216 | ||||
* | Fix typos | Simon Warta | 2015-07-24 | 6 | -22/+22 |
| | | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer | ||||
* | BigInt::to_u32bit failed on 32-bit integers. GH #220 | Jack Lloyd | 2015-07-23 | 1 | -0/+3 |
| | |||||
* | Update building documentation | Simon Warta | 2015-07-15 | 1 | -26/+24 |
| | | | | [ci skip] | ||||
* | Bump to 1.11.19 | Jack Lloyd | 2015-07-05 | 1 | -0/+3 |
| | |||||
* | Update for 1.11.18 release1.11.18 | Jack Lloyd | 2015-07-05 | 1 | -1/+6 |
| | |||||
* | Move feature requests from old bugzilla to todo.rst | Jack Lloyd | 2015-07-04 | 1 | -1/+19 |
| | |||||
* | Update release notes for 1.11.18 | Jack Lloyd | 2015-07-04 | 1 | -0/+24 |
| | |||||
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 16 | -696/+144 |
| | | | | | | | | | | | | | | Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore. | ||||
* | Remove remaining Sphinx doc references from news.rst | Jack Lloyd | 2015-07-02 | 1 | -35/+32 |
| | |||||
* | Combine all release notes into a single file, just easier to read. | Jack Lloyd | 2015-07-02 | 187 | -3491/+3223 |
| | | | | | | | | | Which when you think about it is the main criteria on which to judge release notes, right? No text changes beyond removing Sphinx interdoc links and the :pr: extlinks to Bugzilla. Remove combine_relnotes.py as this was its last run. The setup for the website is very broken as a result of this change, that comes next. | ||||
* | Bump version to 1.11.18, update docs to reflect mtn->git conversion | Jack Lloyd | 2015-07-02 | 8 | -181/+17 |
| | | | | | | Drop vcs.rst as unlike monotone, git+github probably doesn't require special instructions. Drop users.rst as it has been moved to the github wiki. | ||||
* | Add compression doc to index | lloyd | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Update for 1.11.17 release1.11.17 | lloyd | 2015-06-19 | 2 | -25/+9 |
| | |||||
* | Add initial release notes for 1.11.17 | lloyd | 2015-06-11 | 1 | -0/+16 |
| | |||||
* | Remove RC4 (and all support for stream ciphers) from TLS | lloyd | 2015-05-15 | 2 | -2/+4 |
| | |||||
* | Update compression docs | lloyd | 2015-05-10 | 2 | -42/+52 |
| | |||||
* | Update for 1.11.16 release1.11.16 | lloyd | 2015-03-30 | 2 | -6/+10 |
| | |||||
* | Relnotes update | lloyd | 2015-03-23 | 1 | -5/+21 |
| | |||||
* | Add ALPN (RFC 7301) and remove NPN | lloyd | 2015-03-20 | 3 | -23/+25 |
| | |||||
* | Bump build to 1.11.16 | lloyd | 2015-03-12 | 1 | -0/+11 |
| | |||||
* | Use /usr/bin/env to find python in the install script, Python doc updates | lloyd | 2015-03-10 | 1 | -7/+10 |
| | | | | Both from Uri B to mailing list. | ||||
* | Update download link | lloyd | 2015-03-08 | 1 | -2/+2 |
| | |||||
* | Update for 1.11.15 release1.11.15 | lloyd | 2015-03-08 | 1 | -2/+1 |
| | |||||
* | Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013. | rcdailey | 2015-03-08 | 1 | -0/+3 |
| | | | | Based on github pull req 23 by Robert Daily. | ||||
* | Misc doc update | lloyd | 2015-03-06 | 5 | -260/+6 |
| | |||||
* | In Algo_Registry if a maker func fails, try the next most preferred one | lloyd | 2015-03-05 | 1 | -0/+3 |
| | | | | | | | | instead of bailing out immediately. Rename the 'builtin' provider to 'base' since really they are all built in. Fix MARK-4 when OpenSSL was enabled - it did not respect the skip param. |