openssl/doc/internal/man3
Richard Levitte 0211740fcc EVP_FETCH: remove the need to transport the legacy NID through construction
Now that the legacy NID isn't used as a main index for fetched
algorithms, the legacy NID was just transported around unnecessarily.
This is removed, and the legacy NID is simply set by EVP_{API}_fetch()
after the construction process is done.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8878)
2019-05-12 13:43:38 -07:00
..
DEFINE_SPARSE_ARRAY_OF.pod
evp_generic_fetch.pod EVP_FETCH: remove the need to transport the legacy NID through construction 2019-05-12 13:43:38 -07:00
openssl_ctx_get_data.pod Update internal documentation after global data move to OPENSSL_CTX 2019-05-02 22:42:09 +01:00
ossl_method_construct.pod EVP_FETCH: deal with names without pre-defined NIDs 2019-05-12 13:43:38 -07:00
OSSL_METHOD_STORE.pod Update internal documentation after global data move to OPENSSL_CTX 2019-05-02 22:42:09 +01:00
ossl_namemap_new.pod Create internal number<->name mapping API 2019-05-12 13:43:38 -07:00
ossl_provider_new.pod