]> WPIA git - gigi.git/commit - src/club/wpia/gigi/crypto/key/KeyCheck.java
add: public key check testing for ROCA (Return of Coppersmith Attack) vulnerability
authorBenny Baumann <BenBE1987@gmx.net>
Wed, 18 Oct 2017 23:31:23 +0000 (01:31 +0200)
committerBenny Baumann <BenBE1987@gmx.net>
Wed, 1 Nov 2017 23:43:11 +0000 (00:43 +0100)
commit5b26e5f1a8d7df19beb8abf7401419435ae5b073
treefecc680f15c9b0b95effa233ec9e82f5272ae8fa
parent4b371730607ed659a4a8b40d8a221b5e6ed42746
add: public key check testing for ROCA (Return of Coppersmith Attack) vulnerability

Check based on code from https://github.com/crocs-muni/roca/blob/master/java/BrokenKey.java

Change-Id: I84138914ad944fcc089f50cc8d84dbcd38723ff8
debian/copyright
src/club/wpia/gigi/crypto/key/KeyCheck.java
src/club/wpia/gigi/crypto/key/KeyCheckROCA.java [new file with mode: 0644]
tests/club/wpia/gigi/crypto/key/KeyCheckROCATest.java [new file with mode: 0644]