+4
−0
crypto/evp/evp_fetch.c
0 → 100644
+197
−0
+11
−1
doc/internal/man3/evp_generic_fetch.pod
0 → 100644
+232
−0
Loading
WARNING! GitLab maintenance operation scheduled for this Friday between 14:00 and 19:00 (CET). During this time window, GitLab will be unavailable, and any data entered during this period may be lost. Thank you in advance for your understanding.
This is an interface between Core dispatch table fetching and
EVP_{method}_fetch(). All that's needed from the diverse method
fetchers are the functions to create a method structure from a
dispatch table, a function that ups the method reference counter and a
function to free the method (in case of failure).
This routine is internal to the EVP API andis therefore only made
accessible within crypto/evp, by including evp_locl.h
Reviewed-by:
Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8341)