aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update newsJack Lloyd2018-04-091-2/+2
|
* Update newsJack Lloyd2018-04-081-0/+6
|
* Fix quoting [ci skip]Jack Lloyd2018-04-061-1/+1
|
* Update news [ci skip]Jack Lloyd2018-04-051-0/+3
|
* Bump version to 2.6.0-preJack Lloyd2018-04-041-0/+9
|
* Fix quotingJack Lloyd2018-04-031-3/+3
|
* Update for 2.5.0 release2.5.0Jack Lloyd2018-04-021-1/+1
|
* Update newsJack Lloyd2018-03-311-0/+7
|
* Update newsJack Lloyd2018-03-281-1/+5
|
* Update newsJack Lloyd2018-03-211-0/+4
|
* Update news, todoJack Lloyd2018-03-201-0/+2
|
* Use a better algorithm for base point multipliesJack Lloyd2018-03-191-1/+1
| | | | | | | Nothing very clever, just store P^i,2*P^i,3*P^i in a table so we can do two bits of the scalar at a time. Improves ECDSA sign by 20-30%
* Update newsJack Lloyd2018-03-171-0/+7
|
* Update newsJack Lloyd2018-03-151-0/+5
|
* Use RtlGenRandom instead of CryptoAPIJack Lloyd2018-03-141-0/+2
|
* Update newsJack Lloyd2018-03-141-0/+5
|
* Update newsJack Lloyd2018-03-101-1/+1
|
* Update newsJack Lloyd2018-03-101-0/+5
|
* Update newsJack Lloyd2018-03-081-3/+3
|
* Rename threefish module to threefish_512Jack Lloyd2018-03-061-0/+3
| | | | GH #1477
* Update newsJack Lloyd2018-03-021-0/+3
|
* Merge news entries [ci skip]Jack Lloyd2018-03-011-3/+1
|
* Update newsJack Lloyd2018-03-011-0/+4
|
* Avoid needless allocation in BigInt operator+=Jack Lloyd2018-02-281-2/+2
| | | | Kind of amazing what a difference that made for overall ECDSA perf
* Optimize P-256 and P-384 reductionJack Lloyd2018-02-261-3/+3
| | | | Precompute the multiples of the prime and then subtract directly.
* Update news/docsJack Lloyd2018-02-241-0/+2
|
* Update news [ci skip]Jack Lloyd2018-02-231-3/+4
|
* Update newsJack Lloyd2018-02-221-0/+3
|
* Update newsJack Lloyd2018-02-221-0/+11
|
* Update newsJack Lloyd2018-01-281-0/+25
|
* Drop the sqlite3 codec [ci skip]Jack Lloyd2018-01-181-1/+6
| | | | | | It is maintained (at least to some extent) at https://github.com/OlivierJG/botansqlite3 and contains several fixes which are not included in this version.
* Update newsJack Lloyd2018-01-171-1/+9
|
* Fix return value of PK_Encryptor::maximum_input_sizeJack Lloyd2018-01-131-0/+3
| | | | Fixes GH #1410
* Update version to 2.5.0-preJack Lloyd2018-01-091-0/+9
|
* Update for 2.4.0 release2.4.0Jack Lloyd2018-01-081-1/+1
|
* The note for #1369 ended up in 2.3.0 block [ci skip]Jack Lloyd2018-01-041-3/+3
|
* Officially deprecate Perl-XS wrapper [ci skip]Jack Lloyd2017-12-271-0/+3
| | | | | | a) I don't care about Perl b) Apparently nobody else does c) Would be better to use SWIG, or ffi via XS
* Break out of Win32 entropy poll as soon as entropy goal is reached.Jack Lloyd2017-12-221-0/+3
| | | | | | Rather than running over the entire heap list which may be long. Fixes #1369
* Update newsJack Lloyd2017-12-221-2/+2
|
* Update newsJack Lloyd2017-12-201-3/+19
|
* Update news [ci skip]Jack Lloyd2017-12-181-4/+23
|
* Drop IRIX supportJack Lloyd2017-12-131-0/+5
| | | | | | It turns out that GCC dropped support for IRIX in 4.8, so likely there was never even a C++11 compiler that could have been used to compile 2.x in any case.
* Mention rst2man in newsJack Lloyd2017-12-111-0/+3
|
* Update newsJack Lloyd2017-12-111-0/+8
|
* Update newsJack Lloyd2017-12-051-1/+13
|
* Merge GH #1267 Multithreaded signing in XMSSJack Lloyd2017-12-051-1/+1
|\
| * Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-1/+1
| | | | | | | | | | | | - Adds XMSS to the index of supported signature schemes. - Adds XMSS multithreading support to news.rst - Updates copyright notices of edited files.
* | Fix ReST formatting error in old chanelog entryJack Lloyd2017-12-041-2/+2
| |
* | Update newsJack Lloyd2017-12-011-0/+6
| |
* | Update newsJack Lloyd2017-11-281-2/+9
| |