Alex Weber

Results 2 issues of Alex Weber

`s20_crypt` uses automatic variables as 'scratch space' when deriving a keystream block. `s20_crypt` returns without zeroing these automatic variables first, resulting in cryptographic material (the last keystream block and possibly...

bug

The `s20_crypt` function uses automatic variables to store sensitive material (including, at various points, the key and the derived keystream blocks) during a cryptographic operation. `s20_crypt` does not lock the...

bug