1
1

Clarify ambigious check wrt return codes

Dieser Commit ist enthalten in:
Joost Rijneveld 2019-02-28 16:36:45 +01:00
Ursprung 66f0ba9d95
Commit ed8e845f77
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A4FE39CF49CBC553

Datei anzeigen

@ -44,9 +44,7 @@ _The checking of items on this list is still being developed. Checked items shou
* [x] `sha2.c`
* [ ] `aes.c`
* [x] `randombytes.c`
* [ ] API functions return `0` on success, negative on failure
* [x] 0 on success
* [ ] Negative on failure (within restrictions of FO transform).
* [x] API functions return `0` on success
* [x] No dynamic memory allocations
* [ ] No branching on secret data (dynamically checked using valgrind)
* [ ] No access to secret memory locations (dynamically checked using valgrind)