]> git.ipfire.org Git - thirdparty/kea.git/commit
[sedhcpv6] Wrote ECDSA code for OpenSSL, still to debug and do Botan
authorFrancis Dupont <fdupont@isc.org>
Sun, 7 Jun 2015 04:40:19 +0000 (06:40 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 7 Jun 2015 04:40:19 +0000 (06:40 +0200)
commit0cacc25b1fdda52c64ecb69a30d0e9b0f56291ec
tree9bd12dbb9ebd2520ac036be6e6824b952a06ea2e
parent00d29efda6bf1abd8c002a26480af82dd7bc212a
[sedhcpv6] Wrote ECDSA code for OpenSSL, still to debug and do Botan
src/lib/cryptolink/openssl_ecdsa.cc [new file with mode: 0644]
src/lib/cryptolink/openssl_ecdsa.h [new file with mode: 0644]
src/lib/cryptolink/tests/ecdsa_unittests.cc [new file with mode: 0644]
src/lib/cryptolink/tests/rsa_unittests.cc [new file with mode: 0644]
src/lib/cryptolink/tests/testdata/eccert.pem [new file with mode: 0644]
src/lib/cryptolink/tests/testdata/ecpkcs8.pem [new file with mode: 0644]
src/lib/cryptolink/tests/testdata/ecpkcs8ne.pem [new file with mode: 0644]
src/lib/cryptolink/tests/testdata/ecpub.pem [new file with mode: 0644]