EVP_PKEY_assign_RSA

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto EVP_PKEY_assign_RSA(EVP_PKEY* pkey, RSA* key)
    version(!OPENSSL_NO_RSA)
    extern (C) nothrow
    EVP_PKEY_assign_RSA
    ()
    (
    EVP_PKEY* pkey
    ,
    RSA* key
    )
  2. auto EVP_PKEY_assign_RSA(EVP_PKEY* pkey, DSA* key)

Meta