forked from michelp/pgsodium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/better null checking (michelp#50)
* aead ietf check null inputs. * test for NULL on aead_ietf, allow NULL associated data with aead_det * also NULL associated data with aead_ietf * NULL check inputs on auth functions. * null checks for box, derive, hash, and helpers * null input checks for hmac. * null input checks for kdf. * NULL argument checking on the rest of the library. * fix missing newline * fix whitespace * thanks for -x my test script github!
- Loading branch information
Showing
32 changed files
with
1,275 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ psql.sh | |
.dockerignore | ||
.git | ||
.cache | ||
test/ | ||
example/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.