diff options
-rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -210,6 +210,9 @@ this stuff may not make any sense. - nullable in code/db (see also: <https://carlineng.com/?postid=sql-critique#blog>) - mutable variables - fallthrough in switch +- create openssl 3.x provider, see: + https://www.openssl.org/docs/manmaster/man7/provider.html + (could use pt-aes, pt-chacha20, md4, md5, sha2, etc) linkdump (2022-08-10): - https://www.mgaudet.ca/technical/2022/8/9/faster-ruby-thoughts-from-the-outside @@ -231,6 +234,7 @@ linkdump (2022-08-10): - https://research.nccgroup.com/2022/08/11/detecting-dns-implants-old-kitten-new-tricks-a-saitama-case-study/ - https://research.nccgroup.com/2022/08/16/wheel-of-fortune-outcome-prediction-taking-the-luck-out-of-gambling/ - https://carlineng.com/?postid=sql-critique#blog +- https://www.openssl.org/blog/blog/2022/08/24/FIPS-validation-certificate-issued/ ## done * add project folders |