openssl - Open SSL without SHA1 -


Is there any way to use open SSL without any SHA1 hash functions and instead use a SHA2 function ? I think first of all, I should get all the functions that are called SHA1 algorithms, and I should understand why SHA1 is still used. When changing the hash function, bits are different in SHA1 and SHA2, so this can cause some problems. It confuses me ...

There is no cipher suite for SHA2 family, list them all See for


Comments