WonderfulVoid

Results 4 comments of WonderfulVoid

And the advantage of a seqlock over e.g. a reader/writer lock or the lock design above is that with the seqlock, readers don't have to modify some shared location which...

Hi. Thanks for finding this. I will take a closer look at the source code and make necessary corrections. It sounds like a bad bug.

I am waiting for a CVE number that I requested. Otherwise we are all set.

The problem should be solved as described in the security advisory https://github.com/ARM-software/AArch64cryptolib/security/advisories/GHSA-47c6-7x5x-r74g. I am planning to change the armv8_dec_aes_gcm_full() definition so that the tag size is a user-defined parameter but...