From: Saurabh Kushwah Date: Tue, 12 Aug 2025 17:48:56 +0000 (+0530) Subject: docs: fix typos X-Git-Tag: openssl-3.6.0-alpha1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084a62734702caadbaf0507d580201bcb3486eaf;p=thirdparty%2Fopenssl.git docs: fix typos CLA: trivial Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28239) --- diff --git a/doc/man1/openssl-cmp.pod.in b/doc/man1/openssl-cmp.pod.in index f44615d1fc1..9d5af2f4233 100644 --- a/doc/man1/openssl-cmp.pod.in +++ b/doc/man1/openssl-cmp.pod.in @@ -1526,7 +1526,7 @@ as well as support for delayed delivery of all types of response messages. The B<-template>, B<-crlcert>, B<-oldcrl>, B<-crlout>, B<-crlform> and B<-rsp_crl> options were added in OpenSSL 3.4. -B<-centralkeygen>, b<-newkeyout>, B<-rsp_key> and +B<-centralkeygen>, B<-newkeyout>, B<-rsp_key> and B<-rsp_keypass> were added in OpenSSL 3.5. =head1 COPYRIGHT diff --git a/doc/man1/openssl-pkcs8.pod.in b/doc/man1/openssl-pkcs8.pod.in index db089d6777d..ebcdbe7966a 100644 --- a/doc/man1/openssl-pkcs8.pod.in +++ b/doc/man1/openssl-pkcs8.pod.in @@ -129,7 +129,7 @@ is used. =item B<-v2prf> I -This option sets the PRF algorithm to use with PKCS#5 v2.0. A typical value +This option sets the PRF algorithm to use with PKCS#5 v2.0. A typical valid value would be B. If this option isn't set then the default for the cipher is used or B if there is no default. diff --git a/doc/man1/openssl-x509.pod.in b/doc/man1/openssl-x509.pod.in index 8b75754266e..39f90f5310e 100644 --- a/doc/man1/openssl-x509.pod.in +++ b/doc/man1/openssl-x509.pod.in @@ -459,7 +459,7 @@ instead of the key contained in the input or given with the B<-key> (or B<-signkey>) option. If the input contains no public key but a private key, its public part is used. -This option can be used in conjunction with b<-new> and B<-set_subject> +This option can be used in conjunction with B<-new> and B<-set_subject> to directly generate a certificate containing any desired public key. This option is also useful for creating self-issued certificates that are not diff --git a/doc/man3/COMP_CTX_new.pod b/doc/man3/COMP_CTX_new.pod index ce4717d7334..d30c24cf422 100644 --- a/doc/man3/COMP_CTX_new.pod +++ b/doc/man3/COMP_CTX_new.pod @@ -64,8 +64,8 @@ COMP_CTX_get_type() and COMP_get_type() return the NID for the B and B, respectively. COMP_get_name() returns the name of the algorithm of the given B. -COMP_compress_block() compresses b bytes from the buffer I into the -buffer b of size I using the algorithm specified by I. +COMP_compress_block() compresses B bytes from the buffer I into the +buffer B of size I using the algorithm specified by I. COMP_expand_block() expands I bytes from the buffer I into the buffer I of size I using the algorithm specified by I. diff --git a/doc/man3/SSL_set1_server_cert_type.pod b/doc/man3/SSL_set1_server_cert_type.pod index 9e5073b0c2a..1dc11209ae8 100644 --- a/doc/man3/SSL_set1_server_cert_type.pod +++ b/doc/man3/SSL_set1_server_cert_type.pod @@ -81,7 +81,7 @@ Which corresponds to a raw public key. =back If B is set to a non-NULL value, then the extension is sent in the handshake. -If b is set to a NULL value (and B is 0), then the extension is +If B is set to a NULL value (and B is 0), then the extension is disabled. The default value is NULL, meaning the extension is not sent, and X.509 certificates are used in the handshake. diff --git a/doc/man3/d2i_RSAPrivateKey.pod b/doc/man3/d2i_RSAPrivateKey.pod index 08cd2c85e5b..f5823f14091 100644 --- a/doc/man3/d2i_RSAPrivateKey.pod +++ b/doc/man3/d2i_RSAPrivateKey.pod @@ -170,14 +170,14 @@ There are two migration paths: =item * Replace -bPrivateKey()> with L, -bPublicKey()> with L, -bparams()> with L, -b_PUBKEY()> with L, -bPrivateKey()> with L, -bPublicKey()> with L, -bparams()> with L, -b_PUBKEY()> with L. +BPrivateKey()> with L, +BPublicKey()> with L, +Bparams()> with L, +B_PUBKEY()> with L, +BPrivateKey()> with L, +BPublicKey()> with L, +Bparams()> with L, +B_PUBKEY()> with L. A caveat is that L may output a DER encoded PKCS#8 outermost structure instead of the type specific structure, and that L recognises and unpacks a PKCS#8 structures. diff --git a/doc/man7/ossl-guide-migration.pod b/doc/man7/ossl-guide-migration.pod index 41b0f90ffe9..5e9a05452c9 100644 --- a/doc/man7/ossl-guide-migration.pod +++ b/doc/man7/ossl-guide-migration.pod @@ -2366,7 +2366,7 @@ This implies some of the performance numbers might not be comparable with the previous releases due to higher overhead. This applies particularly to measuring performance on smaller data chunks. -b, B, B, B, +B, B, B, B, B and B have been modified to use PKEY APIs. B and B now write PKCS #8 keys by default.