Changes between Initial Version and Version 1 of Ticket #63857, comment 25


Ignore:
Timestamp:
Nov 8, 2021, 7:07:26 PM (2 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63857, comment 25

    initial v1  
    2626
    2727If RIPEMD is present, I'd expect some reasonable numbers. If it is not - I'd expect an error message.
     28
     29Also, this does not seem right:
     30{{{
     31$ openssl engine -t
     32(rdrand) Intel RDRAND engine
     33     [ available ]
     34(dynamic) Dynamic engine loading support
     35     [ unavailable ]
     36}}}
     37
     38Very few of crypto engines (like, PKCS#11 engine) successfully moved to the new Provider interface (which, BTW, still has problems). So, configuring OpenSSL-3 without them does not make sense at all.