Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another fix for missing SHA1, and workaround Apple Clang problem. | Jack Lloyd | 2016-12-31 | 1 | -8/+9 |
| | |||||
* | Fix test with SHA-1 disabled | Jack Lloyd | 2016-12-31 | 1 | -0/+3 |
| | |||||
* | Add more tests for random prime and DL group generation | Jack Lloyd | 2016-12-30 | 1 | -3/+23 |
| | |||||
* | Add test option --run-long-tests | Jack Lloyd | 2016-12-24 | 1 | -5/+13 |
| | | | | | | Previously longer tests were hidden behind higher 'soak levels' but these arbitrary cutoffs are confusing compared to a simple short tests/long tests split. | ||||
* | Ignore the right thing | Jack Lloyd | 2016-12-23 | 1 | -1/+1 |
| | |||||
* | Fix minimized build | Jack Lloyd | 2016-12-23 | 1 | -0/+4 |
| | |||||
* | Add DL_Group tests | Jack Lloyd | 2016-12-23 | 1 | -0/+146 |
Fix a bug in how the 6144 and 8192 IETF MODP groups were encoded; they have g and q values switched. Fixed by just switching the PEM header to match the actual encoded format. Rename DL_Group::X942_DH_PARAMETERS to ANSI_X9_42_DH_PARAMETERS to avoid a macro conflict with Windows cryptography headers (GH #482) |