Clarify the usage of EVP_PKEY_get_raw_[private|public]_key...
EVP_PKEY_get_raw_public_key() fills the buffer provided by B<pub> with raw public key data. The number of bytes written is populated in B<*len>. If the buffer B<pub> is NULL then B<*len> is populated with the number of bytes ...