Message367980
Yes, it changes the global state of libcrypto.
I consider the risk to other application slim to non-existing. Two cases are problematic:
1) an application relies on the fact that EVP_get_digestbyname("sha3_256") fails.
2) an application also uses EVP_add_digest_alias() but registers a different digest algorithm.
Both cases seem highly unlikely to me. |
|
Date |
User |
Action |
Args |
2020-05-03 16:10:24 | christian.heimes | set | recipients:
+ christian.heimes, gregory.p.smith |
2020-05-03 16:10:24 | christian.heimes | set | messageid: <1588522224.69.0.894132532669.issue40482@roundup.psfhosted.org> |
2020-05-03 16:10:24 | christian.heimes | link | issue40482 messages |
2020-05-03 16:10:24 | christian.heimes | create | |
|