Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update news | Jack Lloyd | 2018-04-09 | 1 | -2/+2 |
| | |||||
* | Update news | Jack Lloyd | 2018-04-08 | 1 | -0/+6 |
| | |||||
* | Fix quoting [ci skip] | Jack Lloyd | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Update news [ci skip] | Jack Lloyd | 2018-04-05 | 1 | -0/+3 |
| | |||||
* | Bump version to 2.6.0-pre | Jack Lloyd | 2018-04-04 | 1 | -0/+9 |
| | |||||
* | Fix quoting | Jack Lloyd | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Update for 2.5.0 release2.5.0 | Jack Lloyd | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-31 | 1 | -0/+7 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-28 | 1 | -1/+5 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-21 | 1 | -0/+4 |
| | |||||
* | Update news, todo | Jack Lloyd | 2018-03-20 | 1 | -0/+2 |
| | |||||
* | Use a better algorithm for base point multiplies | Jack Lloyd | 2018-03-19 | 1 | -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 news | Jack Lloyd | 2018-03-17 | 1 | -0/+7 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-15 | 1 | -0/+5 |
| | |||||
* | Use RtlGenRandom instead of CryptoAPI | Jack Lloyd | 2018-03-14 | 1 | -0/+2 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-14 | 1 | -0/+5 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-10 | 1 | -0/+5 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-08 | 1 | -3/+3 |
| | |||||
* | Rename threefish module to threefish_512 | Jack Lloyd | 2018-03-06 | 1 | -0/+3 |
| | | | | GH #1477 | ||||
* | Update news | Jack Lloyd | 2018-03-02 | 1 | -0/+3 |
| | |||||
* | Merge news entries [ci skip] | Jack Lloyd | 2018-03-01 | 1 | -3/+1 |
| | |||||
* | Update news | Jack Lloyd | 2018-03-01 | 1 | -0/+4 |
| | |||||
* | Avoid needless allocation in BigInt operator+= | Jack Lloyd | 2018-02-28 | 1 | -2/+2 |
| | | | | Kind of amazing what a difference that made for overall ECDSA perf | ||||
* | Optimize P-256 and P-384 reduction | Jack Lloyd | 2018-02-26 | 1 | -3/+3 |
| | | | | Precompute the multiples of the prime and then subtract directly. | ||||
* | Update news/docs | Jack Lloyd | 2018-02-24 | 1 | -0/+2 |
| | |||||
* | Update news [ci skip] | Jack Lloyd | 2018-02-23 | 1 | -3/+4 |
| | |||||
* | Update news | Jack Lloyd | 2018-02-22 | 1 | -0/+3 |
| | |||||
* | Update news | Jack Lloyd | 2018-02-22 | 1 | -0/+11 |
| | |||||
* | Update news | Jack Lloyd | 2018-01-28 | 1 | -0/+25 |
| | |||||
* | Drop the sqlite3 codec [ci skip] | Jack Lloyd | 2018-01-18 | 1 | -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 news | Jack Lloyd | 2018-01-17 | 1 | -1/+9 |
| | |||||
* | Fix return value of PK_Encryptor::maximum_input_size | Jack Lloyd | 2018-01-13 | 1 | -0/+3 |
| | | | | Fixes GH #1410 | ||||
* | Update version to 2.5.0-pre | Jack Lloyd | 2018-01-09 | 1 | -0/+9 |
| | |||||
* | Update for 2.4.0 release2.4.0 | Jack Lloyd | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | The note for #1369 ended up in 2.3.0 block [ci skip] | Jack Lloyd | 2018-01-04 | 1 | -3/+3 |
| | |||||
* | Officially deprecate Perl-XS wrapper [ci skip] | Jack Lloyd | 2017-12-27 | 1 | -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 Lloyd | 2017-12-22 | 1 | -0/+3 |
| | | | | | | Rather than running over the entire heap list which may be long. Fixes #1369 | ||||
* | Update news | Jack Lloyd | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Update news | Jack Lloyd | 2017-12-20 | 1 | -3/+19 |
| | |||||
* | Update news [ci skip] | Jack Lloyd | 2017-12-18 | 1 | -4/+23 |
| | |||||
* | Drop IRIX support | Jack Lloyd | 2017-12-13 | 1 | -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 news | Jack Lloyd | 2017-12-11 | 1 | -0/+3 |
| | |||||
* | Update news | Jack Lloyd | 2017-12-11 | 1 | -0/+8 |
| | |||||
* | Update news | Jack Lloyd | 2017-12-05 | 1 | -1/+13 |
| | |||||
* | Merge GH #1267 Multithreaded signing in XMSS | Jack Lloyd | 2017-12-05 | 1 | -1/+1 |
|\ | |||||
| * | Updates documentation, news and copyright notices. | Matthias Gierlings | 2017-11-21 | 1 | -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 entry | Jack Lloyd | 2017-12-04 | 1 | -2/+2 |
| | | |||||
* | | Update news | Jack Lloyd | 2017-12-01 | 1 | -0/+6 |
| | | |||||
* | | Update news | Jack Lloyd | 2017-11-28 | 1 | -2/+9 |
| | |