Commit Graph

1275 Commits

Author SHA1 Message Date
karel-m aade47c62c Merge pull request #286 from libtom/pr/fix-dsa-rsa-trouble
Fix DSA dependency on RSA
2017-09-01 20:15:52 +02:00
Karel Miko 59857ba5e0 fix DSA dependency on RSA #285 2017-09-01 18:24:15 +02:00
Karel Miko 87f94e1f0d Merge branch 'apjanke-add-sizes-and-constants-demo-targets' into release/1.18.0
PR #282
2017-08-31 19:08:00 +02:00
Andrew Janke f5353a613d makefile.msvc: add targets for sizes and constants demos 2017-08-31 18:55:31 +02:00
Andrew Janke d7461a91bc makefile.mingw: add targets for sizes and constants demos 2017-08-31 18:55:31 +02:00
Andrew Janke 509086253e makefile.unix: add targets for sizes and constants demos 2017-08-31 18:55:31 +02:00
Karel Miko c04e8a397f Merge branch 'apjanke-fix-typos-in-makefile.shared-help' into release/1.18.0
PR #284
2017-08-31 18:52:53 +02:00
Andrew Janke 39c721c8da makefile.shared: protect commas in function calls through variable substitution 2017-08-31 05:51:37 -04:00
Karel Miko 9ea6247da1 Revert "add basic validity tests to dsa_set"
This reverts commit 9003e87e5a.
2017-08-30 00:03:04 +02:00
Karel Miko 9003e87e5a add basic validity tests to dsa_set 2017-08-30 00:01:00 +02:00
karel-m a86287b698 Merge pull request #277 from libtom/pr/fix-rsa-wycheproof
RSA wycheproof tests
2017-08-29 22:13:35 +02:00
Steffen Jaeckel 43e6860925 fix RSA - wycheproof "wrong length" 2017-08-29 17:26:14 +02:00
Karel Miko fe9af6cfbd RSA: handle wycheproof test vectors - Legacy:missing NULL 2017-08-29 17:26:14 +02:00
Steffen Jaeckel a22140f94c oops, fix .common_uninstall make-target
[skip-ci]
2017-08-28 17:31:44 +02:00
Steffen Jaeckel e6d23834ae Merge pull request #276 from libtom/pr/fix-gcm-iv
GCM zero size IV
2017-08-28 17:28:30 +02:00
Karel Miko 105abdd8cd GCM: 0 size IV is not valid #273 2017-08-28 16:10:30 +02:00
Steffen Jaeckel 042df8ca20 Merge pull request #279 from libtom/cleanup/2
Yet another clean-up and bugfix PR
2017-08-28 09:14:25 +02:00
Steffen Jaeckel bb42345234 fix missing registration of PRNG's in ltcrypt 2017-08-26 12:07:24 +02:00
Steffen Jaeckel b49ce35b2c fix DH timing when compiling with TFM support 2017-08-26 12:05:53 +02:00
Steffen Jaeckel 33e70b427a CRYPT_INVALID_KEYSIZE isn't only used for block ciphers 2017-08-26 12:03:35 +02:00
Steffen Jaeckel 041b7aa5c0 Update makefiles 2017-08-23 22:35:35 +02:00
Steffen Jaeckel 0afbefc549 bump version 2017-08-23 22:35:32 +02:00
Larry Bugbee 725532c6b6 Merge pull request #272 from libtom/update-demos-demo_dynamic.py
Update demos demo dynamic.py - everything is green
2017-08-19 18:19:00 -07:00
Larry Bugbee de6ac748c7 refine comments 2017-08-19 16:29:48 -07:00
Larry Bugbee 3794ecaf94 Update demo_dynamic.py
removed trailing spaces
2017-08-18 20:34:03 -07:00
Larry Bugbee 631de35ee3 Update and rename demo_dynamic.py3 to demo_dynamic.py
this version runs under python2 and python3 so only one version need be distributed
2017-08-17 21:11:59 -07:00
Larry Bugbee ae16210939 Delete demo_dynamic.py 2017-08-17 21:06:50 -07:00
Steffen Jaeckel d502c247db Merge pull request #271 from libtom/rel-1.18-sm-demo-cleanup
Rel 1.18 sm demo cleanup
2017-08-17 10:11:30 +02:00
Larry Bugbee 147a406243 Update demo_dynamic.py3
clean comments
2017-08-16 23:50:23 -07:00
Larry Bugbee 5d3e2d1e90 Update demo_dynamic.py
clean comments
2017-08-16 23:49:39 -07:00
Steffen Jaeckel 7a64e13845 Merge pull request #270 from libtom/minor_changes
Minor changes
2017-08-16 13:42:22 +02:00
Steffen Jaeckel 1fa8caff6c fix call to gettimeofday()
as of `man gettimeofday`
"The use of the timezone structure is obsolete;
the tz argument should normally be specified as NULL."
2017-08-16 11:52:40 +02:00
Steffen Jaeckel bb9d397975 default ChaCha to ChaCha20 2017-08-16 11:49:25 +02:00
karel-m 385bae81a1 Merge pull request #266 from libtom/pr/fix-lint-issues
Fix lint issues
2017-08-13 18:16:55 +02:00
Karel Miko de8a53a2e5 ocb3_test cosmetics
[skip ci]
2017-08-13 18:15:44 +02:00
Karel Miko 2a52c68f2e fix lint issues from #199 2017-08-13 14:54:39 +02:00
Steffen Jaeckel daaab843f3 Merge pull request #263 from libtom/pr/crypt_sizes
missing items in crypt sizes
2017-08-11 13:27:23 +02:00
Larry Bugbee 6bbb450d40 remove trailing space 2017-08-11 02:17:31 -07:00
Larry Bugbee 8b703c1505 remove traling space for Travis 2017-08-11 02:16:26 -07:00
Larry Bugbee bab115c631 converted demo_dynamic.py to Python3 2017-08-11 01:27:21 -07:00
Larry Bugbee ee55c4e51c minor cleanup and formatting changes 2017-08-11 01:21:59 -07:00
Larry Bugbee 695c3b235d Update demo_dynamic.py
added error strings (with function returning a string type) and a decryption to ChCha.
2017-08-10 16:40:28 -07:00
Steffen Jaeckel 87d876f6ac add comment about usage to demo_dynamic
[skip ci]
2017-08-09 16:06:11 +02:00
Steffen Jaeckel 35925eada5 improve constants demo 2017-08-09 16:06:11 +02:00
Steffen Jaeckel d5d4cadbde PKA_{D,R}SA shouldn't be public 2017-08-09 16:06:11 +02:00
Steffen Jaeckel a247583e63 add error-codes to crypt_constants 2017-08-09 16:06:11 +02:00
Larry Bugbee 9f548c9928 update demo_dynamic.py 2017-08-09 16:06:11 +02:00
Steffen Jaeckel 91e5e8350b ltc_dh_set_type can be hidden as well 2017-08-09 16:06:11 +02:00
Steffen Jaeckel d22b20833e we don't expose internal structs 2017-08-09 16:06:11 +02:00
Steffen Jaeckel 22822417c9 really define LTC_{DE,EN}CRYPT 2017-08-09 16:06:11 +02:00