]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Implement provider interface to support GOST TLS 1.3 482/head
authorEugene Mironenko <mironenko@rutoken.ru>
Wed, 20 Aug 2025 16:15:29 +0000 (19:15 +0300)
committerEugene Mironenko <mironenko@rutoken.ru>
Wed, 20 Aug 2025 16:15:30 +0000 (19:15 +0300)
commita3b8c796b48d13f7c4d9ed039cdeaefedd89e450
treeba5f69a7908055b6ee78de94264cdc69d1864af4
parent806d9ee6f1075f715b6ce6e32fc2b3e88763448b
Implement provider interface to support GOST TLS 1.3

Source id: 9d91e6da264b7ae075a83c5281964fb74d8832fe
74 files changed:
.github/before_script.sh
.github/script.sh
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
.github/workflows/windows.yml
CMakeLists.txt
README.prov.md
gost_ameth.c
gost_crypt.c
gost_ec_keyx.c
gost_eng.c
gost_grasshopper_cipher.c
gost_keyexpimp.c
gost_lcl.h
gost_omac.c
gost_pmeth.c
gost_prov.c
gost_prov.h
gost_prov_cipher.c
gost_prov_decoder.c [new file with mode: 0644]
gost_prov_digest.c
gost_prov_encoder.c [new file with mode: 0644]
gost_prov_keyexch.c [new file with mode: 0644]
gost_prov_keymgmt.c [new file with mode: 0644]
gost_prov_signature.c [new file with mode: 0644]
gost_prov_tls.c [new file with mode: 0644]
gost_prov_tls.h [new file with mode: 0644]
patches/openssl-tls1.3.patch [new file with mode: 0644]
tcl_tests/ca.try
tcl_tests/cms.try
tcl_tests/cms_cs.try
tcl_tests/cms_io.try
tcl_tests/cmsenc.try
tcl_tests/cmsenc_cs.try
tcl_tests/cmsenc_io.try
tcl_tests/cmsenc_sc.try
tcl_tests/dgst.try
tcl_tests/engine.try
tcl_tests/get_test_target_name.tcl [new file with mode: 0644]
tcl_tests/getengine.tcl [deleted file]
tcl_tests/mac.try
tcl_tests/ocsp.try
tcl_tests/openssl-gost-engine.cnf [new file with mode: 0644]
tcl_tests/openssl-gost-provider.cnf [new file with mode: 0644]
tcl_tests/openssl-gost.cnf [deleted file]
tcl_tests/ossltest.tcl
tcl_tests/pkcs12.try
tcl_tests/pkcs8.try
tcl_tests/provider.try [new file with mode: 0644]
tcl_tests/req-genpkey.try
tcl_tests/req-newkey.try
tcl_tests/runtest.bat
tcl_tests/runtest.sh
tcl_tests/runtest1.bat
tcl_tests/runtest2.bat
tcl_tests/server.try
tcl_tests/smime.try
tcl_tests/smime_cs.try
tcl_tests/smime_io.try
tcl_tests/smimeenc.try
tcl_tests/smimeenc_io.try
tcl_tests/ssl.try
tcl_tests/tls13.try [new file with mode: 0644]
tcl_tests/ts.try
test/04-pkey.t
test/05-tls13.t [new file with mode: 0755]
test/ProcessInteractor.pm [new file with mode: 0644]
test/Utils.pm [new file with mode: 0644]
test/tls13-configs/infotecs.json [new file with mode: 0644]
test_ecdhe.c [new file with mode: 0644]
test_keyexpimp.c
test_mgm.c
test_tls.c