Imported Upstream version 0.5.1 50/298450/1 upstream upstream/0.5.1
authorDaniel Kita <d.kita@samsung.com>
Thu, 7 Sep 2023 06:16:02 +0000 (08:16 +0200)
committerDaniel Kita <d.kita@samsung.com>
Thu, 7 Sep 2023 06:18:13 +0000 (08:18 +0200)
commit6bd58f87b6f6d1241e1dac06c69c72d4cc4d6a4a
treed98171325c660aee37fcd8a0adf4c1a563ccd6aa
parentb26fcc854cab8433fc4ba82a3d42316cfbcf85c6
Imported Upstream version 0.5.1

Change-Id: I7b9c03cbc95ce50a88c061697a3aed299623b7fe
102 files changed:
.circleci/config.yml [new file with mode: 0644]
.github/CODEOWNERS [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/pull_request_template.md [new file with mode: 0644]
.github/workflows/linux.yml [new file with mode: 0644]
.github/workflows/macos.yml [new file with mode: 0644]
.github/workflows/standalone.yml [new file with mode: 0644]
.github/workflows/windows.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
ALGORITHMS.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONFIGURE.md [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
NOTES-UNIX.md [new file with mode: 0644]
NOTES-Windows.md [new file with mode: 0644]
README.md [new file with mode: 0644]
RELEASE.md [new file with mode: 0644]
STANDARDS.md [new file with mode: 0644]
USAGE.md [new file with mode: 0644]
oqs-template/ALGORITHMS.md/encodings.fragment [new file with mode: 0644]
oqs-template/ALGORITHMS.md/ids.fragment [new file with mode: 0644]
oqs-template/ALGORITHMS.md/oids.fragment [new file with mode: 0644]
oqs-template/README.md/algs.fragment [new file with mode: 0644]
oqs-template/generate.py [new file with mode: 0644]
oqs-template/generate.sh [new file with mode: 0755]
oqs-template/generate.yml [new file with mode: 0644]
oqs-template/generate.yml-0.7.2 [new file with mode: 0644]
oqs-template/generate.yml-0.8.0 [new file with mode: 0644]
oqs-template/generate_oid_nid_table.py [new file with mode: 0644]
oqs-template/generatehelpers.py [new file with mode: 0644]
oqs-template/oldalgdocs/kem/sike.yml [new file with mode: 0644]
oqs-template/oldalgs.yml [new file with mode: 0644]
oqs-template/oqs-kem-info.md [new file with mode: 0644]
oqs-template/oqs-sig-info.md [new file with mode: 0644]
oqs-template/oqsprov/oqs_decode_der2key.c/decoder_make.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqs_encode_key2any.c/encoder_defines.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqs_encode_key2any.c/encoder_make.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqs_kmgmt.c/keymgmt_constructors.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqs_kmgmt.c/keymgmt_functions.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqs_prov.h/alg_functions.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqs_prov.h/endecoder_functions.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsdecoders.inc/make.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsencoders.inc/make.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov.c/assign_sig_oids.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov.c/encoding_patching.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov.c/kem_functions.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov.c/keymgmt_functions.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov.c/oid_patching.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov.c/sig_functions.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov_capabilities.c/codepoint_patching.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov_capabilities.c/group_assignments.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov_capabilities.c/group_names.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov_capabilities.c/sigalg_assignments.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov_capabilities.c/sigalg_names.fragment [new file with mode: 0644]
oqs-template/oqsprov/oqsprov_keys.c/oqsnames.fragment [new file with mode: 0644]
oqs-template/requirements.txt [new file with mode: 0644]
oqsprov/CMakeLists.txt [new file with mode: 0644]
oqsprov/oqs_decode_der2key.c [new file with mode: 0644]
oqsprov/oqs_encode_key2any.c [new file with mode: 0644]
oqsprov/oqs_endecoder_common.c [new file with mode: 0644]
oqsprov/oqs_endecoder_local.h [new file with mode: 0644]
oqsprov/oqs_kem.c [new file with mode: 0644]
oqsprov/oqs_kmgmt.c [new file with mode: 0644]
oqsprov/oqs_prov.h [new file with mode: 0644]
oqsprov/oqs_sig.c [new file with mode: 0644]
oqsprov/oqsdecoders.inc [new file with mode: 0644]
oqsprov/oqsencoders.inc [new file with mode: 0644]
oqsprov/oqsprov.c [new file with mode: 0644]
oqsprov/oqsprov.def [new file with mode: 0644]
oqsprov/oqsprov_bio.c [new file with mode: 0644]
oqsprov/oqsprov_capabilities.c [new file with mode: 0644]
oqsprov/oqsprov_keys.c [new file with mode: 0644]
scripts/fullbuild.sh [new file with mode: 0755]
scripts/openssl-ca.cnf [new file with mode: 0644]
scripts/oqs-openssl-certgen.sh [new file with mode: 0755]
scripts/oqs-openssl-certverify.sh [new file with mode: 0755]
scripts/oqs-openssl-cmssign.sh [new file with mode: 0755]
scripts/oqs-openssl-cmsverify.sh [new file with mode: 0755]
scripts/oqsprovider-ca.sh [new file with mode: 0755]
scripts/oqsprovider-certgen.sh [new file with mode: 0755]
scripts/oqsprovider-certverify.sh [new file with mode: 0755]
scripts/oqsprovider-cmssign.sh [new file with mode: 0755]
scripts/oqsprovider-cmsverify.sh [new file with mode: 0755]
scripts/oqsprovider.rb [new file with mode: 0644]
scripts/revertmain.sh [new file with mode: 0755]
scripts/runtests.sh [new file with mode: 0755]
scripts/runtests_encodings.sh [new file with mode: 0755]
test/CMakeLists.txt [new file with mode: 0644]
test/README.md [new file with mode: 0644]
test/openssl-ca.cnf [new file with mode: 0644]
test/oqs.cnf [new file with mode: 0644]
test/oqs_test_endecode.c [new file with mode: 0644]
test/oqs_test_groups.c [new file with mode: 0644]
test/oqs_test_kems.c [new file with mode: 0644]
test/oqs_test_signatures.c [new file with mode: 0644]
test/oqs_test_tlssig.c [new file with mode: 0644]
test/servercert.pem [new file with mode: 0644]
test/serverkey.pem [new file with mode: 0644]
test/test_common.c [new file with mode: 0644]
test/test_common.h [new file with mode: 0644]
test/tlstest_helpers.c [new file with mode: 0644]
test/tlstest_helpers.h [new file with mode: 0644]