AuroraRuntime/Source/Crypto
J Reece Wilson 7a0593adeb [+] AuCrypto::CA::ICertificateStore
[+] AuCrypto::CA::INewCertificateStore
[+] AuCrypto::CA::IPinCertificate
[+] AuCrypto::CA::PinAlwaysFail
[+] AuCrypto::CA::PinAlwaysPass
[+] AuCrypto::CA::PinCheckOS
[+] AuCrypto::CA::PinCheckDefault
[+] AuCrypto::CA::PinCheckBuiltin
[+] AuCrypto::CA::PinCheckGlobal
[+] AuCrypto::CA::PinCheckTwoAnd
[+] AuCrypto::CA::PinCheckTwoOr
[+] AuCrypto::CA::SetGlobalTLSPinner
[*] Minor AuCrypto::X509 decoder work
[*] AuCrypto::X509: transition to memory views (x509 is bytebuffer era and earlier code, beri early)
[+] AuCrypto::IPrivateKeyProvider
[+] AuCrypto::IPrivateKeyPair
[+] AuCrypto::PrivateKeyPair
[+] AuCrypto::ImportPrivateKeyPair
[*] Refactor: AuCrypto::X509::GenerateCertificate(...)
[+] AuCrypto::X509::NewChainFromOneDer
[+] AuCrypto::X509::NewChainFromManyDer
[+] AuCrypto::X509::NewChainFromManyDerInStream
[+] AuCrypto::X509::NewChainFromOnePem
[+] AuCrypto::X509::NewChainFromManyPem
[+] AuCrypto::X509::NewChainFromManyPemInStream
[*] Fix TLS code that was abandoned since its introduction with the net code. mbedtls is a hairbrained mess. so many *blocking* github issues starting after 2017. so little progress.
[+] AuIO::TLS::TLSMeta::pKeyPairProvider
[+] AuIO::TLS::TLSServer::bAllowSNIToFallBackDefault
[+] AuIO::TLS::TLSServer::bAllowSNILessUseDefaultCert
2024-10-16 02:07:24 +01:00
..
AES [+] AuCompression::CompressionInterceptor 2022-11-06 13:23:22 +00:00
BCrypt [*] Fix bcrypt compilation regression 2024-08-01 11:40:10 +01:00
CA [+] AuCrypto::CA::ICertificateStore 2024-10-16 02:07:24 +01:00
CBC [+] AuCompression::CompressionInterceptor 2022-11-06 13:23:22 +00:00
ECC [*] QOL / Hardening / Optimizations / Bug fixes 2024-10-02 00:47:44 +01:00
HashCash [*] i was taking a shit when i remembered our hashcash algorithm is fundamentally borked 2023-05-20 02:38:47 +01:00
HMAC [*] Not a day goes by without Roman Medvedev giving me grief 2024-02-16 13:07:28 +00:00
KeyPair [+] AuCrypto::CA::ICertificateStore 2024-10-16 02:07:24 +01:00
PBKDF2 [+] AuCompression::CompressionInterceptor 2022-11-06 13:23:22 +00:00
PEM [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
RSA [*] QOL / Hardening / Optimizations / Bug fixes 2024-10-02 00:47:44 +01:00
TDES [+] AuCompression::CompressionInterceptor 2022-11-06 13:23:22 +00:00
X509 [+] AuCrypto::CA::ICertificateStore 2024-10-16 02:07:24 +01:00
Crypto.hpp [-] Redundant AuCrypto::EHashType (replaced with the complete AuHashing::EHashType) 2022-09-25 10:56:03 +01:00