Skip to content

Commit

Permalink
Editorial
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#841
- update OpenSSL digest list
  • Loading branch information
tschmidtb51 committed Jan 31, 2025
1 parent cf4bf19 commit cc99221
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,19 @@ The default value for `algorithm` is `sha256`.

These values are derived from the currently supported digests OpenSSL [cite](#OPENSSL). Leading dashes were removed.

> The command `openssl dgst -list` (Version 1.1.1f from 2020-03-31) outputs the following:
> The command `openssl dgst -list` (Version 3.4.0 from 2024-10-22) outputs the following:
>
>```
> Supported digests:
> -blake2b512 -blake2s256 -md4
> -md5 -md5-sha1 -ripemd
> -ripemd160 -rmd160 -sha1
> -sha224 -sha256 -sha3-224
> -sha3-256 -sha3-384 -sha3-512
> -sha384 -sha512 -sha512-224
> -sha512-256 -shake128 -shake256
> -sm3 -ssl3-md5 -ssl3-sha1
> -whirlpool
> -md5 -md5-sha1 -mdc2
> -ripemd -ripemd160 -rmd160
> -sha1 -sha224 -sha256
> -sha3-224 -sha3-256 -sha3-384
> -sha3-512 -sha384 -sha512
> -sha512-224 -sha512-256 -shake128
> -shake256 -sm3 -ssl3-md5
> -ssl3-sha1 -whirlpool
>```
The Value of the cryptographic hash representation (`value`) of value type `string` of 32 or more characters with `pattern` (regular expression):
Expand Down

0 comments on commit cc99221

Please sign in to comment.