mirror of https://github.com/openssl/openssl.git
				
				
				
			Fix typos found by codespell in openssl-3.3 doc
Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24014)
This commit is contained in:
		
							parent
							
								
									bade67dd08
								
							
						
					
					
						commit
						3f66fb4817
					
				| 
						 | 
					@ -1044,7 +1044,7 @@ If the transaction contains more requests, the remaining ones are not saved.
 | 
				
			||||||
=item B<-reqout_only> I<filename>
 | 
					=item B<-reqout_only> I<filename>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Save the first CMP requests created by the client to the given file and exit.
 | 
					Save the first CMP requests created by the client to the given file and exit.
 | 
				
			||||||
Any options related to CMP servers and their reponses are ignored.
 | 
					Any options related to CMP servers and their responses are ignored.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This option is useful for supporting offline scenarios where the certificate
 | 
					This option is useful for supporting offline scenarios where the certificate
 | 
				
			||||||
request (or any other CMP request) is produced beforehand and sent out later.
 | 
					request (or any other CMP request) is produced beforehand and sent out later.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -36,7 +36,7 @@ OSSL_CMP_MSG_get0_header() returns the header of the given CMP message.
 | 
				
			||||||
OSSL_CMP_MSG_get_bodytype() returns the body type of the given CMP message.
 | 
					OSSL_CMP_MSG_get_bodytype() returns the body type of the given CMP message.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OSSL_CMP_MSG_get0_certreq_publickey() expects that I<msg> is a certificate request
 | 
					OSSL_CMP_MSG_get0_certreq_publickey() expects that I<msg> is a certificate request
 | 
				
			||||||
messsage and returns the public key in its certificate template if present.
 | 
					message and returns the public key in its certificate template if present.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OSSL_CMP_MSG_update_transactionID() updates the transactionID field
 | 
					OSSL_CMP_MSG_update_transactionID() updates the transactionID field
 | 
				
			||||||
in the header of the given message according to the CMP_CTX.
 | 
					in the header of the given message according to the CMP_CTX.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue