summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorJun Aruga <[email protected]>2024-07-26 16:57:39 +0200
committergit <[email protected]>2024-09-05 08:41:30 +0000
commit2e5680d304a9cf9a6a2ba582091af6719e839351 ()
tree3a54d3eb91918eec0fa0cdb8b76f33a8c7e7231a /thread_pthread.c
parent08e142b209a4919aac527bb0ce174a0ca0333d5c (diff)
[ruby/openssl] Fix test_pkey_rsa.rb in FIPS.
* test_sign_verify I created the signature text (`signature_encoded.txt`), that is used as a text to create the `signature0` in the `test_sign_verify` by the following steps with the `openssl` CLI on FIPS module. ``` $ OPENSSL_DIR="${HOME}/.local/openssl-3.4.0-dev-fips-debug-3c6e114959" $ export OPENSSL_CONF="${OPENSSL_DIR}/ssl/openssl_fips.cnf" $ echo -n "Sign me!" > data.txt $ "${OPENSSL_DIR}/bin/openssl" dgst -sha256 -sign test/openssl/fixtures/pkey/rsa2048.pem data.txt > signature.txt $ cat signature.txt | base64 > signature_encoded.txt ``` https://.com/ruby/openssl/commit/091f3eb421
0 files changed, 0 insertions, 0 deletions