]> WPIA git - cassiopeia.git/commit - src/crypto/remoteSigner.cpp
add: Adding CRL generation
authorFelix Dörre <felix@dogcraft.de>
Wed, 7 Jan 2015 00:01:40 +0000 (01:01 +0100)
committerBenny Baumann <BenBE@geshi.org>
Sat, 24 Jan 2015 17:33:29 +0000 (18:33 +0100)
commitab317a7803ad0ff688ab8fb452d13d8bdd09fd60
tree3abe9556e88c4f8f10f3dbcf0f0696b1acdac673
parent9e866a1a2facc8cb1565cd660c6b6d482f18ecb1
add: Adding CRL generation

Currently this only supports complete transfers of the CRL
13 files changed:
src/config.cpp
src/config.h
src/crypto/CRL.cpp [new file with mode: 0644]
src/crypto/CRL.h [new file with mode: 0644]
src/crypto/remoteSigner.cpp
src/crypto/remoteSigner.h
src/crypto/signer.h
src/crypto/simpleOpensslSigner.cpp
src/crypto/simpleOpensslSigner.h
src/io/recordHandler.cpp
test/.gitignore
test/genTestData.sh
test/src/CRL.cpp [new file with mode: 0644]