mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 15:00:49 +02:00
Merge pull request #10778 from SparkiDev/time_stamp_protocol
Time-Stamp Protocol (RFC 3161)
This commit is contained in:
@@ -74,6 +74,14 @@ jobs:
|
||||
"--enable-curve448", "--enable-mlkem", "--enable-staticmemory",
|
||||
"CFLAGS=-DWOLFSSL_NO_MALLOC -pedantic -Wdeclaration-after-statement -Wnull-dereference -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE"],
|
||||
"check": false,
|
||||
"run": [["./wolfcrypt/test/testwolfcrypt"]]},
|
||||
{"name": "tps-staticmemory", "minutes": 0.8,
|
||||
"configure": ["--enable-ecc", "--enable-rsa", "--enable-keygen",
|
||||
"--enable-ed25519", "--enable-curve25519", "--enable-ed448",
|
||||
"--enable-curve448", "--enable-mlkem", "--enable-tsp",
|
||||
"--enable-staticmemory",
|
||||
"CFLAGS=-DWOLFSSL_NO_MALLOC -pedantic -Wdeclaration-after-statement -Wnull-dereference -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE"],
|
||||
"check": false,
|
||||
"run": [["./wolfcrypt/test/testwolfcrypt"]]}
|
||||
]
|
||||
EOF
|
||||
|
||||
@@ -314,6 +314,37 @@ jobs:
|
||||
{"name": "pkcs7", "minutes": 1.3,
|
||||
"comment": "PKCS#7 without RSA-PSS",
|
||||
"configure": ["--enable-pkcs7"]},
|
||||
{"name": "tsp", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol",
|
||||
"configure": ["--enable-tsp"]},
|
||||
{"name": "tsp-openssl", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol with OpenSSL compat",
|
||||
"configure": ["--enable-tsp", "--enable-opensslall"]},
|
||||
{"name": "tsp-no-ecc", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol without ECC",
|
||||
"configure": ["--enable-tsp", "--disable-ecc"]},
|
||||
{"name": "tsp-no-rsa", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol without RSA",
|
||||
"configure": ["--enable-tsp", "--disable-rsa"]},
|
||||
{"name": "tsp-smallstack", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol Small Stack",
|
||||
"configure": ["--enable-tsp", "CPPFLAGS=-DWOLFSSL_SMALL_STACK"]},
|
||||
{"name": "tsp-min-hash-str", "minutes": 2.7,
|
||||
"comment": "Time-Stamp Protocol Minimum 128-bit hash strength",
|
||||
"configure": ["--enable-tsp",
|
||||
"CPPFLAGS=-DWC_TSP_MIN_HASH_STRENGTH_BITS=128"]},
|
||||
{"name": "tsp-requester", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol Requester",
|
||||
"configure": ["--enable-tsp", "--enable-opensslall",
|
||||
"CPPFLAGS=-DWOLFSSL_TSP_REQUESTER"]},
|
||||
{"name": "tsp-responder", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol Responder",
|
||||
"configure": ["--enable-tsp", "--enable-opensslall",
|
||||
"CPPFLAGS=-DWOLFSSL_TSP_RESPONDER"]},
|
||||
{"name": "tsp-verifier", "minutes": 1.3,
|
||||
"comment": "Time-Stamp Protocol Verifier",
|
||||
"configure": ["--enable-tsp", "--enable-opensslall",
|
||||
"CPPFLAGS=-DWOLFSSL_TSP_VERIFIER"]},
|
||||
{"name": "no-tls-cryptocb-aesgcm-setkey-free", "minutes": 1.3,
|
||||
"configure": ["--disable-tls", "--enable-cryptocb", "--enable-aesgcm",
|
||||
"CPPFLAGS=-DWOLF_CRYPTO_CB_AES_SETKEY -DWOLF_CRYPTO_CB_FREE"]},
|
||||
|
||||
Reference in New Issue
Block a user