diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-08-24 21:09:48 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-08-24 21:09:48 -0400 |
commit | a72a007754a93cf8c8193eabdfaa44edcbe06224 (patch) | |
tree | 71104476ef3ab90567d83760c5c1183b82369910 /TODO.md | |
parent | ed9fef9258a0b64dcc347a5f08f7de736cb04bc7 (diff) | |
download | pablotron.org-a72a007754a93cf8c8193eabdfaa44edcbe06224.tar.bz2 pablotron.org-a72a007754a93cf8c8193eabdfaa44edcbe06224.zip |
TODO.md: add openssl ideas
Diffstat (limited to 'TODO.md')
-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 |