8000 Tags · OrangeDS/botan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: OrangeDS/botan

Tags

1.11.32

Toggle 1.11.32's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
1.11.32 release

1.11.31

Toggle 1.11.31's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Update for 1.11.31 release

1.11.30

Toggle 1.11.30's commit message
1.11.30 release

1.10.13

Toggle 1.10.13's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Correct reported version number

1.11.29

Toggle 1.11.29's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Release 1.11.29

1.8.15

Toggle 1.8.15's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Update version

1.10.12

Toggle 1.10.12's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Correct the PointGFp check for CVE-2016-2195

Remi Gacogne pointed out that the check intended for the y coordinate
instead checks x again. The overflow is still avoided in 1.10.11
however, because of the size check in bigint_mul and bigint_sqr also
added in that release.

1.11.28

Toggle 1.11.28's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Fix two bugs in 1.11.27 which caused test failures.

The check on each individual size in curve_mul is too strict since
we rely on redc(x*1) during the on the curve computation.

Fix an off by one in ressol which caused it to occasionally reject
valid values.

Updating version 1.11.28 since existing 1.11.27 tag already pushed :(

Fix an off-by-one in ressol which would cause it to occasionly
give up too early.

1.11.27

Toggle 1.11.27's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Update news for 1.11.27 release

1.10.11

Toggle 1.10.11's commit message

Verified

This commit was signed with the committer’s verified signature.
randombit Jack Lloyd
Fix ressol and point multiplication bugs

Infinite loop during modular square root with invalid inputs.
CVE-2016-2194

Heap overflow in ECC point. CVE-2016-2195

Update version to 1.10.11
0