Skip to content

Replace isc_safe routines with their OpenSSL counterparts

Ondřej Surý requested to merge 227-replace-isc_safe-with-OpenSSL into master

This MR redefines isc_safe_memcmp(), isc_safe_memequal() with constant-time CRYPTO_memcpm() function, and isc_safe_memwipe with constant-time OPENSSL_cleanse() function.

Merge request reports