AuroraRuntime/Source
Reece Wilson 8a2947ffc5 [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc)
[*] Refactor bcrypt api: HashPW[Ex] -> HashPassword[Ex]
[+] ByteBuffer::GetOrAllocateLinearWriteable
[+] ByteBuffer::Can[Read/Write](n)
[+] ByteBuffer::GetLinear[Read/Writable]able(n)
[*] Split RNG.cpp into two files
[+] EHashType::eSHA2_48 (_32, _64 was already in place. missed 48/384 bit)
[+] AuCrypto::HMAC and IHMACContext
(AuHashing)
[+] EHashType::eSHA3_28
[+] EHashType::eSHA3_32
[+] EHashType::eSHA3_48
[+] EHashType::eSHA3_64
(AuCrypto)
[+] EHashType::eSHA2_48_384
[+] EHashType::eSHA2_64_512
[+] EHashType::eSHA3_28_224
[+] EHashType::eSHA3_32_256
[+] EHashType::eSHA3_48_384
[+] EHashType::eSHA3_64_512
[*] (IRandomDevice) class -> struct
[*] Bugfix: cast in Promise<SuccessValue_t, ErrorValue_t>::WriteIntoError
[+] Missing AuHashing namespace alias
[*] Time util: pad ms when fraction of a second to 3 digits
2022-09-19 02:34:57 +01:00
..
Async [*] Fixup schedule failure rejection. Fixes crash during safe/good clean up. 2022-08-13 22:59:44 +01:00
CmdLine [*] Amend linux cmdline parsing 2022-04-06 08:25:17 +01:00
Compression [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
Console [*] Fix clipboard method to work with older noncan apps. still doesnt work under windows terminal 2022-09-09 21:47:53 +01:00
Crypto [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
Debug [+] Config: DebugConfig::bIsMemoryErrorFatal 2022-09-12 23:38:44 +01:00
Exit [*] Clean up of include headers 2022-08-02 05:58:00 +01:00
Extensions [*] C warnings 2022-06-14 17:19:22 +01:00
Grug [*] Refine Linux threads... They were still problematic :( 2022-08-15 03:31:35 +01:00
Hashing [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
HWInfo [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
IO [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
Locale [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
Logging [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
Memory [+] Config: DebugConfig::bIsMemoryErrorFatal 2022-09-12 23:38:44 +01:00
Parse [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
Process [*] Harden Process Section APIs 2022-08-15 00:41:43 +01:00
Processes [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
Registry [*] Update for auROXTL changes 2022-03-30 15:16:57 +01:00
RNG [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
SWInfo [*] Dumbdumb moment 2022-05-28 17:21:57 +01:00
Telemetry [*] Linux has a pulse... 2022-04-06 02:24:38 +01:00
Threading [*] Refine Linux threads... They were still problematic :( 2022-08-15 03:31:35 +01:00
Time [+] Linux: Added bSingleshot API to timerfd backend 2022-05-04 16:43:23 +01:00
Alloc.cpp Readded C++17 allocators 2021-06-28 00:12:17 +01:00
AuCrypto.cpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
AuCrypto.hpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
AuRTEntrypoint.cpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
RuntimeInternal.hpp [*] Wouldn't it be cool if Linux could safely exit under other conditions without core dumping? 2022-08-14 12:01:54 +01:00