Matyáš Koc

Results 2 comments of Matyáš Koc

I have been able to integrate mod_ssl_ct into current Apache 2.4.25 using instructions there: [https://github.com/trawick/ct-httpd/tree/master/src/2.4.x#the-module-itself](url) However, it is essential that you use the same OpenSSL version as the Apache has...

@wuxiuhong, In my web application, I create recovery codes just by randomly generating them using cryptographically strong random generator like `openssl_random_pseudo_bytes()` and then securely hash them like I do with...