PACKETise CertificateVerify processing
[openssl.git] / doc / crypto / EVP_PKEY_CTX_new.pod
index a9af8675801b36b3bdb4be6999b29f8b7b4b320d..d30e007295bf589cc825f77000a1ce3f056186f4 100644 (file)
@@ -21,11 +21,12 @@ the algorithm specified in B<pkey> and ENGINE B<e>.
 The EVP_PKEY_CTX_new_id() function allocates public key algorithm context
 using the algorithm specified by B<id> and ENGINE B<e>. It is normally used
 when no B<EVP_PKEY> structure is associated with the operations, for example
-during parameter generation of key genration for some algorithms.
+during parameter generation of key generation for some algorithms.
 
 EVP_PKEY_CTX_dup() duplicates the context B<ctx>.
 
 EVP_PKEY_CTX_free() frees up the context B<ctx>.
+If B<ctx> is NULL, nothing is done.
 
 =head1 NOTES