• G
    This commits changes to various parts of libcrypto required by the recent · cb78486d
    Geoff Thorpe 提交于
    ENGINE surgery. DH, DSA, RAND, and RSA now use *both* "method" and ENGINE
    pointers to manage their hooking with ENGINE. Previously their use of
    "method" pointers was replaced by use of ENGINE references. See
    crypto/engine/README for details.
    
    Also, remove the ENGINE iterations from evp_test - even when the
    cipher/digest code is committed in, this functionality would require a
    different set of API calls.
    cb78486d
rand_lib.c 5.2 KB