Skip to content

Commit

Permalink
Fix typo in SSL_get_shared_sigalgs docs
Browse files Browse the repository at this point in the history
psighash -> psignhash

CLA: trivial

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#26151)
  • Loading branch information
mxsasha authored and t8m committed Dec 13, 2024
1 parent 005721e commit 1b3b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/SSL_get_shared_sigalgs.pod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ordered according to configuration and peer preferences.
The raw values correspond to the on the wire form as defined by RFC5246 et al.
The NIDs are OpenSSL equivalents. For example if the peer sent sha256(4) and
rsa(1) then B<*rhash> would be 4, B<*rsign> 1, B<*phash> NID_sha256, B<*psig>
NID_rsaEncryption and B<*psighash> NID_sha256WithRSAEncryption.
NID_rsaEncryption and B<*psignhash> NID_sha256WithRSAEncryption.

If a signature algorithm is not recognised the corresponding NIDs
will be set to B<NID_undef>. This may be because the value is not supported,
Expand Down

0 comments on commit 1b3b5a0

Please sign in to comment.