mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
using constant time memcmp by C.Meessen
This commit is contained in:
@@ -18,6 +18,10 @@ NEXT
|
||||
so, pcp aims to be secure by default and fails
|
||||
safely.
|
||||
|
||||
Using cst_time_memcpy by Christophe Meessen instead
|
||||
of libc's memcpy: constant time memcpy is much more
|
||||
secure than the default, especially in our context.
|
||||
|
||||
0.3.0
|
||||
Changed publuc key signature storage, previously
|
||||
I didn't add the actual signature, therefore a
|
||||
|
||||
Reference in New Issue
Block a user