vishalmishra434 / rpms / openssh

Forked from rpms/openssh a month ago
Clone

b63272 Make the sign, dh, ecdh processes FIPS compliant

Authored and Committed by Norbert Pocs 2 years ago
    Make the sign, dh, ecdh processes FIPS compliant
    
    FIPS compliancy can be stated by using only compliant crypto
    functions. This is achieved by using EVP API from openssl 3.0
    version. The solution uses a non-intrusive approach - instead
    of rewriting everything to use EVP API it converts the data
    to it at the critical places.
    
    Signed-off-by: Norbert Pocs <npocs@redhat.com>
    
        
file modified
+13 -1