> On 21 Mar 2022, at 2:36 pm, buy wrote:
>
> It works great. Instead of using an actual signature.file, is there
> a way to tell openssl to use a string instead?
Use "bash" or a similar shell that supports <(cmd ...) pseudo-files.
For a printable string signature:
-signature <(printf
I'm using this to verify a JWT.
openssl dgst -verify public_key.pem -sha256 -signature signature.file
signed_data.file
It works great. Instead of using an actual signature.file, is there
a way to tell openssl to use a string instead?
It would be nice to eliminate the need to create the interme
> From: openssl-users On Behalf Of Matt
> Caswell
> Sent: Monday, 21 March, 2022 05:33
>
> Given that OpenSSL already supports IPv6 but we've never needed to
> include [netinet/ip6.h], I am wondering what is in that header that needs to
> be used?
netinet/ip6.h is for the "Advanced API for IPv6"
On 19/03/2022 13:28, Michael Richardson wrote:
I'm working on dealing with Matt's detailed review.
This issue seems bigger than the github issue.
https://github.com/openssl/openssl/pull/5257
about: #include
matt> This remains an issue. It's unclear to me whether all of these headers