OpenSSL

From Rixort Wiki
Revision as of 16:58, 22 July 2018 by Paul (talk | contribs) (Created page with "== Gotchas == Moving from 1.0.2 to 1.1.0, the following functions have changed: * `EVP_MD_CTX_create` becomes `EVP_MD_CTX_new`. * `EVP_MD_CTX_destroy` becomes `EVP_MD_CTX_fr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gotchas

Moving from 1.0.2 to 1.1.0, the following functions have changed:

  • `EVP_MD_CTX_create` becomes `EVP_MD_CTX_new`.
  • `EVP_MD_CTX_destroy` becomes `EVP_MD_CTX_free`.