• R
    Deprecate the "hw" configuration options, make "padlockeng" disablable · 469ce8ff
    Richard Levitte 提交于
    The "hw" and "hw-.*" style options are historical artifacts, sprung
    from the time when ENGINE was first designed, with hardware crypto
    accelerators and HSMs in mind.
    
    Today, these options have largely lost their value, replaced by
    options such as "no-{foo}eng" and "no-engine".
    
    This completes the transition by making "hw" and "hw-.*" deprecated,
    but automatically translated into more modern variants of the same.
    
    In the process, we get rid of the last regular expression in
    Configure's @disablables, a feature that was ill supported anyway.
    Also, padlock now gets treated just as every other engine.
    Reviewed-by: NPaul Dale <paul.dale@oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/8380)
    469ce8ff
INSTALL 54.3 KB