]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Removed extra spaces in documentation
authorslontis <shane.lontis@oracle.com>
Thu, 7 Dec 2023 00:54:34 +0000 (10:54 +1000)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Dec 2023 19:00:05 +0000 (20:00 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22968)

doc/internal/man3/OSSL_METHOD_STORE.pod
doc/man3/OSSL_DECODER_CTX.pod
doc/man3/OSSL_HPKE_CTX_new.pod
doc/man3/PKCS12_SAFEBAG_set0_attrs.pod
doc/man3/PKCS12_create.pod
doc/man3/SSL_set1_server_cert_type.pod
doc/man3/SSL_set_retry_verify.pod
doc/man7/OSSL_PROVIDER-FIPS.pod

index 70f6eb520ff311459e9e1d20ddb93aa6debde8f2..1b5c3aaf633b13917facaf416c7a7d251b9db54d 100644 (file)
@@ -5,7 +5,7 @@
 OSSL_METHOD_STORE, ossl_method_store_new, ossl_method_store_free,
 ossl_method_store_init, ossl_method_store_cleanup,
 ossl_method_store_add, ossl_method_store_fetch,
-ossl_method_store_remove, ossl_method_store_remove_all_provided, 
+ossl_method_store_remove, ossl_method_store_remove_all_provided,
 ossl_method_store_cache_get, ossl_method_store_cache_set,
 ossl_method_store_cache_flush_all
 - implementation method store and query
index a15902da080ac63e9ed1ff78060b995a1c04ab86..034cf12c7389486790bba6e52278c821f9016097 100644 (file)
@@ -47,8 +47,8 @@ OSSL_DECODER_INSTANCE_get_input_structure
  int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
                                           const char *input_structure);
  int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder);
- int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx, 
-                                OSSL_LIB_CTX *libctx, 
+ int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx,
+                                OSSL_LIB_CTX *libctx,
                                 const char *propq);
  int OSSL_DECODER_CTX_get_num_decoders(OSSL_DECODER_CTX *ctx);
 
index 4ec647983e746ca5608748b827d73ebfeed1ca58..e291ec7e48383f8787327b291ecf204b16c3df4f 100644 (file)
@@ -187,11 +187,11 @@ modes> and L</Sender-authenticated HPKE Modes>.
 
 =head2 HPKE Roles
 
-HPKE contexts have a role - either sender or receiver. This is used 
+HPKE contexts have a role - either sender or receiver. This is used
 to control which functions can be called and so that senders do not
 reuse a key and nonce with different plaintexts.
 
-OSSL_HPKE_CTX_free(), OSSL_HPKE_export(), OSSL_HPKE_CTX_set1_psk(), 
+OSSL_HPKE_CTX_free(), OSSL_HPKE_export(), OSSL_HPKE_CTX_set1_psk(),
 and OSSL_HPKE_CTX_get_seq() can be called regardless of role.
 
 =over 4
@@ -199,7 +199,7 @@ and OSSL_HPKE_CTX_get_seq() can be called regardless of role.
 =item B<OSSL_HPKE_ROLE_SENDER>, 0
 
 An I<OSSL_HPKE_CTX> with this role can be used with
-OSSL_HPKE_encap(), OSSL_HPKE_seal(), OSSL_HPKE_CTX_set1_ikme() and 
+OSSL_HPKE_encap(), OSSL_HPKE_seal(), OSSL_HPKE_CTX_set1_ikme() and
 OSSL_HPKE_CTX_set1_authpriv().
 
 =item B<OSSL_HPKE_ROLE_RECEIVER>, 1
index 406e4c5b0d64cd9705495a026bf6950ef4d26707..7b45deb471faa40047dfd1d564799f204f375e36 100644 (file)
@@ -18,7 +18,7 @@ PKCS#12 safeBag. I<bag> is the B<PKCS12_SAFEBAG> to assign the attributes to.
 
 =head1 RETURN VALUES
 
-PKCS12_SAFEBAG_set0_attrs() does not return a value. 
+PKCS12_SAFEBAG_set0_attrs() does not return a value.
 
 =head1 COPYRIGHT
 
index 5291338d3c4d0c165f27ceb37b3a72cc943a7094..7f913f2fc1ad3518aecec97a5524f5a6acf61172 100644 (file)
@@ -42,7 +42,7 @@ PKCS12_create_ex() is identical to PKCS12_create() but allows for a library cont
 I<ctx> and property query I<propq> to be used to select algorithm implementations.
 
 PKCS12_create_ex2() is identical to PKCS12_create_ex() but allows for a user defined
-callback I<cb> of type B<PKCS12_create_cb> to be specified and also allows for an 
+callback I<cb> of type B<PKCS12_create_cb> to be specified and also allows for an
 optional argument I<cbarg> to be passed back to the callback.
 
 The I<cb> if specified will be called for every safebag added to the
index aaa7fe0fc379698c0e1fcd06158907d99e365876..9e5073b0c2a53f3e43e14ea701d7e83aa94621a8 100644 (file)
@@ -156,7 +156,7 @@ To connect to this server, set the client SSL_CTX and SSL as follows:
 
  /* Do SSL_connect() handshake and handle errors here */
 
- /* Optional: verify the peer RPK */ 
+ /* Optional: verify the peer RPK */
  verify_result = SSL_get_verify_result(ssl);
  if (verify_result == X509_V_OK) {
      /* The server's raw public key matched the TLSA record */
index 4eb7f449ed592f1a1c34c796d26f737cbc796ecd..0f20a4930616085a0f103344353a38e1b74a79aa 100644 (file)
@@ -39,7 +39,7 @@ with the B<X509_STORE_CTX> to call the SSL_set_retry_verify() function:
 
     /* this should not happen but check anyway */
     if (idx < 0
-        || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL) 
+        || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)
         return 0;
 
     if (/* we need to retry verification callback */)
index 485c4c63416e89402d9fb7dc208c60801ce95ef9..a8ea27cd88332547e79bb11e80f15c0057179a2a 100644 (file)
@@ -407,7 +407,7 @@ Key Derivation Function tests used with the "KAT_KDF" type.
 
 DRBG tests used with the "DRBG" type.
 
-= item "RNG" (B<OSSL_SELF_TEST_DESC_RNG>)
+=item "RNG" (B<OSSL_SELF_TEST_DESC_RNG>)
 
 "Continuous_RNG_Test" uses this.