aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Add prime and dl_group command line tools.Jack Lloyd2015-10-151-0/+2
| | | | | | Some cleanups in random_prime. Increase probability in prime tests from 1/2**64 to 1/2**128. Also break out of the sieve loop early if it has failed.
* Prohibit creating a DL_Group smaller than 1024 bitsJack Lloyd2015-10-151-1/+3
|
* Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-151-4/+14
| | | | deriving it by squaring the previous value.
* Add support for RSA signing and verification via OpenSSLJack Lloyd2015-10-141-0/+6
|
* Add `--minimized-build` which does the same thing as `--no-autoload`Jack Lloyd2015-10-142-4/+6
| | | | | but the meaning of the option is probably easier to understand with this name.
* Tick version on trunk to 1.11.22Jack Lloyd2015-10-111-0/+4
|
* Update for 1.11.21 release1.11.21Jack Lloyd2015-10-111-1/+1
| | | | [ci skip]
* Doc updatesJack Lloyd2015-10-052-4/+24
| | | | [ci skip]
* Update change notes for 1.11.21Jack Lloyd2015-09-301-0/+18
| | | | [ci skip]
* McEliece cleanupsJack Lloyd2015-09-292-0/+75
| | | | | | | | | | | | | | | | | | | | Remove and consolidate various headers Reduce memory usage of GF2m_Field by sharing the log and exponent tables across all instances of a particular word size. Remove McEliece_Public_Operation and McEliece_Private_Operation which were difficult to use safely. Instead only the KEM operations are exposed. Add McEliece_PublicKey::random_plaintext_element Add command line `mce` tool and some McEliece documentation Convert the speed program to check McEliece keys of the suggested size Add McEliece KATs for both key generation and KEM Fix HMAC_DRBG constructor which derefed a pointer before its time
* Update todoJack Lloyd2015-09-221-2/+3
| | | | [ci skip]
* Move contrib/sqlite to github.com/randombit/botan-sqliteJack Lloyd2015-09-211-0/+3
|
* Remove the Perl XS moduleJack Lloyd2015-09-212-38/+2
|
* Remove OCaml wrapper, moved to randombit/botan-ocamlJack Lloyd2015-09-211-0/+3
|
* Some docs on source code layoutJack Lloyd2015-09-121-0/+71
| | | | [ci skip]
* Bump version to 1.11.21(-pre)Jack Lloyd2015-09-101-0/+3
| | | | [ci skip]
* Update for 1.11.20 release1.11.20Jack Lloyd2015-09-071-6/+7
|
* Add release notes from Github tickets for 1.11.20Simon Warta2015-09-061-1/+23
| | | | [ci skip]
* Add missing Botan 1.11.19 release notesSimon Warta2015-09-031-1/+17
| | | | [ci skip]
* Build with libc++ C++ standard library on clang for iOSRené Korthaus2015-08-291-1/+1
| | | | | When building for iOS with clang, the C++ standard library must be set to libc++ instead of libstdc++.
* Reverse the algorithm priority orderingJack Lloyd2015-08-291-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 todoJack Lloyd2015-08-281-43/+39
|
* Add ECDSA provider using OpenSSLJack Lloyd2015-08-281-1/+3
| | | | | Unfortunately the signer cannot be tested in current framework because OpenSSL does not use RFC 6979 deterministic signatures.
* Add soname_patternSimon Warta2015-08-241-0/+3
| | | | Fixes #241
* Bump versionJack Lloyd2015-08-211-0/+6
|
* RequestedJack Lloyd2015-08-041-0/+1
|
* Add CVE ids to release notesJack Lloyd2015-08-041-10/+16
|
* 1.11.19 release1.11.19Jack Lloyd2015-08-031-6/+28
|
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-021-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 algosJack Lloyd2015-07-294-97/+13
| | | | LibraryInitializer, PK filters, Algorithm base class, PGP S2K
* Document OS featuresSimon Warta2015-07-271-0/+54
|
* Fix random_prime() indent in BigInt docsSimon Warta2015-07-271-5/+5
| | | | [ci skip]
* Put TLS heartbeat on notice. GH #187Jack Lloyd2015-07-251-0/+4
|
* Remove the x86 asm versions of MD4, MD5, SHA-1 and SerpentJack Lloyd2015-07-251-1/+7
| | | | | | | With modern compilers, all are slower than the C++ and SSE2 versions of the same algos. GH #216
* Fix typosSimon Warta2015-07-246-22/+22
| | | | Thanks to @vlajos https://github.com/vlajos/misspell_fixer
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-231-0/+3
|
* Update building documentationSimon Warta2015-07-151-26/+24
| | | | [ci skip]
* Bump to 1.11.19Jack Lloyd2015-07-051-0/+3
|
* Update for 1.11.18 release1.11.18Jack Lloyd2015-07-051-1/+6
|
* Move feature requests from old bugzilla to todo.rstJack Lloyd2015-07-041-1/+19
|
* Update release notes for 1.11.18Jack Lloyd2015-07-041-0/+24
|
* Simplify the website and documentation layout.Jack Lloyd2015-07-0316-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.rstJack Lloyd2015-07-021-35/+32
|
* Combine all release notes into a single file, just easier to read.Jack Lloyd2015-07-02187-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 conversionJack Lloyd2015-07-028-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 indexlloyd2015-06-191-1/+1
|
* Update for 1.11.17 release1.11.17lloyd2015-06-192-25/+9
|
* Add initial release notes for 1.11.17lloyd2015-06-111-0/+16
|
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-152-2/+4
|
* Update compression docslloyd2015-05-102-42/+52
|