Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement testing with GoFuzz: Unit testing #1

Open
redragonx opened this issue Jun 20, 2015 · 2 comments
Open

Implement testing with GoFuzz: Unit testing #1

redragonx opened this issue Jun 20, 2015 · 2 comments

Comments

@redragonx
Copy link
Contributor

Who will do this boring stuff??

@neuegram
Copy link
Contributor

Perhaps we could setup go-fuzz instead? It wouldn't be a bad idea to keep an active count of CPU hours spent fuzzing. I hear it's pretty good at finding bugs

@redragonx
Copy link
Contributor Author

Well, then we should try it once we stop being busy IRL ugh 👎

@redragonx redragonx changed the title Unit testing Implement testing with GoFuzz: Unit testing Jul 31, 2015
@redragonx redragonx added this to the Version 0.1 milestone Jul 31, 2015
silkeh added a commit to silkeh/libsodium-go that referenced this issue Mar 20, 2017
- Fix CryptoAEADAES256GCMNSecBytes()
- Remove nsec from CryptoAEADAES256GCMEncrypt() and Decrypt()
- Add support.CheckSizeMin for things with a minimum size
- Add support.BytePointer to get a pointer for things than can have 0 length
- Add CryptoAEADAES256GCMIsAvailable(), CryptoAEADAES256GCMEncryptDetached(),
  CryptoAEADAES256GCMDecryptDetached() and CryptoAEADAES256GCMKeyGen()
- Add tests for all encryption and decryption functions (related to GoKillers#1)

Closes GoKillers#9
silkeh added a commit to silkeh/libsodium-go that referenced this issue Mar 20, 2017
Add tests for all encryption and decryption functions (related to GoKillers#1)
silkeh added a commit to silkeh/libsodium-go that referenced this issue Mar 20, 2017
Add tests for all encryption and decryption functions.
Uses random data from gofuzz (see GoKillers#1).
silkeh added a commit to silkeh/libsodium-go that referenced this issue Apr 29, 2017
Add tests for all encryption and decryption functions.
Uses random data from gofuzz (see GoKillers#1).
silkeh added a commit to silkeh/libsodium-go that referenced this issue Apr 29, 2017
Add tests for all encryption and decryption functions.
Uses random data from gofuzz (see GoKillers#1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants