SSL_x509_make_pkey

Make a x509 pkey

Create a RSA private keys with 2048 bits

  1. EVP_PKEY* SSL_x509_make_pkey(int bits)
    version(HAS_WORKING_SSL)
    EVP_PKEY*
    SSL_x509_make_pkey
    (
    int bits = 4096
    )
  2. EVP_PKEY* SSL_x509_make_pkey(int bits)

Return Value

Type: EVP_PKEY*

pointer to EVP_PKEY structure @internal

Meta