]> git.ipfire.org Git - thirdparty/strongswan.git/commit
oqs: Support of Dilithium signature algorithms
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 28 Oct 2020 19:09:41 +0000 (20:09 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 5 Sep 2024 07:36:12 +0000 (09:36 +0200)
commita1c1e40574fce0aa51b5233224bc3071f1bab404
tree69a669bcf31e106d40b9aee7f9f21c01d1e18cb4
parentc20b43906a9da6db42965b8382c3eeb9e28173fd
oqs: Support of Dilithium signature algorithms
23 files changed:
src/libstrongswan/asn1/asn1.c
src/libstrongswan/asn1/oid.txt
src/libstrongswan/credentials/auth_cfg.c
src/libstrongswan/credentials/builder.c
src/libstrongswan/credentials/builder.h
src/libstrongswan/credentials/cred_encoding.h
src/libstrongswan/credentials/keys/public_key.c
src/libstrongswan/credentials/keys/public_key.h
src/libstrongswan/crypto/hashers/hasher.c
src/libstrongswan/plugins/oqs/Makefile.am
src/libstrongswan/plugins/oqs/oqs_plugin.c
src/libstrongswan/plugins/oqs/oqs_private_key.c [new file with mode: 0644]
src/libstrongswan/plugins/oqs/oqs_private_key.h [new file with mode: 0644]
src/libstrongswan/plugins/oqs/oqs_public_key.c [new file with mode: 0644]
src/libstrongswan/plugins/oqs/oqs_public_key.h [new file with mode: 0644]
src/libstrongswan/plugins/pem/pem_encoder.c
src/libstrongswan/plugins/pem/pem_plugin.c
src/libstrongswan/plugins/pkcs8/pkcs8_builder.c
src/libstrongswan/plugins/pkcs8/pkcs8_plugin.c
src/libstrongswan/tests/suites/test_hasher.c
src/pki/commands/gen.c
src/pki/commands/issue.c
src/pki/man/pki---gen.1.in