=item I<flags>
-Flags which indicate the auxiliarly functionality supported.
+Flags which indicate the auxiliary functionality supported.
The B<ASN1_AFLG_REFCOUNT> flag indicates that objects support reference counting.
=item
-Use of BIO_s_datagram() with an unconnected network socket is hazardous hecause
+Use of BIO_s_datagram() with an unconnected network socket is hazardous because
any successful call to BIO_read() results in the peer address used for any
subsequent call to BIO_write() being set to the source address of the datagram
received by that call to BIO_read(). Thus, unless the caller calls
CMS_EncryptedData_decrypt() returns 0 if an error occurred otherwise returns 1.
CMS_EnvelopedData_decrypt() returns NULL if an error occurred,
-otherwise a BIO containing the decypted content.
+otherwise a BIO containing the decrypted content.
=head1 SEE ALSO
Group tuples are used by OpenSSL TLS servers to decide whether to request a
stronger keyshare than those predicted by sending a Hello Retry Request
(B<HRR>) even if some of the predicted groups are supported.
-OpenSSL clients largely ignore tuple boundaries, and pay attenion only to the
+OpenSSL clients largely ignore tuple boundaries, and pay attention only to the
overall order of I<list> elements and which groups are selected as predicted
keyshares as described below.
Tuple boundaries do however affect the behaviour of keyshare predictions
SSL_CTX_set_msg_callback() or SSL_set_msg_callback(). It requires a BIO to be
set as the callback argument via SSL_CTX_set_msg_callback_arg() or
SSL_set_msg_callback_arg(). Setting this callback will cause human readable
-diagostic tracing information about an SSL/TLS/QUIC connection to be written to
+diagnostic tracing information about an SSL/TLS/QUIC connection to be written to
the BIO.
=head1 NOTES
from a file and no other path is specified. If the file exists, CA certificates
are loaded from the file.
-The X509_get_default_cert_dir() function returns a default delimeter-separated
+The X509_get_default_cert_dir() function returns a default delimiter-separated
list of paths to a directories containing trusted CA certificates named in the
hashed format. OpenSSL will use this as the default list of paths when it is
asked to load trusted CA certificates from a directory and no other path is
These macros have the form C<OSSL_OP_I<opname>>.
-=item dipatch numbers
+=item dispatch numbers
These macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where
C<I<opname>> is the same as in the macro for the operation this