Age | Commit message (Expand) | Author |
---|---|---|
2022-01-24 | Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr | Sam Atkins |
2021-10-19 | LibCore: Avoid buffer overrun when invoking crypt() with a SecretString | Timothy Flynn |
2021-09-13 | Everywhere: Use my fancy new serenityos.org email :^) | Mustafa Quraish |
2021-09-13 | LibCore: Switch to AK::secure_zero instead of platform specific APIs | Brian Gianforcaro |
2021-09-12 | Core/SecretString: Use `memset_s` instead of `explicit_bzero` on MacOS | Mustafa Quraish |
2021-09-12 | LibCore: Add SecretString, a buffer that is zero'd on destruction | Brian Gianforcaro |