[Gambas-Notification] [Git][gambas/gambas][master] 7 commits: gb.openssl: Key Derivation Functions
Tobias Boege
gitlab at mg.gitlab.com
Sun Jun 7 01:48:48 CEST 2020
Tobias Boege pushed to branch master at Gambas / gambas
Commits:
cb18ca4f by Andy at 2020-06-07T01:06:01+02:00
gb.openssl: Key Derivation Functions
[GB.OPENSSL]
* NEW: Add Pbkdf2 function.
* NEW: Add Scrypt function.
- - - - -
d0c35df4 by Andy at 2020-06-07T01:06:01+02:00
gb.openssl: Extraneous Include
[GB.OPENSSL]
* BUG: Unnecessary kdf.h blocking Xenial.
- - - - -
0e503c13 by Andy at 2020-06-07T01:06:01+02:00
gb.openssl: Group KDF
[GB.OPENSSL]
* NEW: KDF Functions under OpenSSL Class.
- - - - -
3b675804 by Andy at 2020-06-07T01:06:01+02:00
gb.openssl: Parameter Limits
[GB.OPENSSL]
* BUG: RandomBytes length limit (1 - 0x7FFFEFF7).
* BUG: Pbkdf2 iterations limit (>0).
* BUG: Pbkdf2 keylength limit (1 - 0x7FFFEFF7).
* BUG: Pbkdf2 buffer managed as GB String.
* BUG: Scrypt keylength limit (1 - 0x7FFFEFF7).
* BUG: Scrypt N limit (>1 & 2^n).
* BUG: Scrypt r limit (1 - 0xFFFFFFFF).
* BUG: Scrypt p limit (1 - 0xFFFFFFFF).
* BUG: Scrypt bugger managed as GB String.
* BUG: Declare longs as longs instead of integers.
- - - - -
0eb47b25 by Andy at 2020-06-07T01:06:01+02:00
gb.openssl: Hash memory allocation
[GB.OPENSSL]
* BUG: Hash incorrectly allocated by sizeof a pointer.
- - - - -
b1fbac98 by Andy at 2020-06-07T01:06:01+02:00
gb.openssl: Dangling parenthesis.
[GB.OPENSSL]
* BUG: Remove dangling parenthesis.
- - - - -
f5ca983f by Tobias Boege at 2020-06-07T01:51:17+02:00
gb.openssl: Add tests for new Pbkdf2 and Scrypt methods
[GB.OPENSSL]
* NEW: Add beginning of a test suite.
* OPT: Avoid doubles in integer power-of-two test.
- - - - -
5 changed files:
- + gb.openssl/openssl-test/.directory
- + gb.openssl/openssl-test/.icon.png
- + gb.openssl/openssl-test/.project
- + gb.openssl/openssl-test/.src/Main.module
- gb.openssl/src/c_openssl.c
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44a6c2462a5148ebcb0a912ee90280580c8b9bc3...f5ca983f885d1fb4e5fef2010c2db01300bea731
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20200606/6bd4a89c/attachment.html>
More information about the Notification
mailing list