| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src: lint c++ code | Fedor Indutny | 2013-07-31 | 1 | -0/+25 |
| | | |||||
| * | crypto: simplify DH modp group name matcher | Ben Noordhuis | 2013-07-29 | 1 | -21/+22 |
| | | | | | | | | | * Use ARRAY_SIZE() rather than scanning until we hit a NULL entry. * Fix `-fsigned-char -Wnarrowing` compiler warnings. Harmless but numerous and annoying. * Static-ify the modp_group and mod_groups arrays. * Const-ify the modp_groups array. | ||||
| * | src: const-ify variables in src/node_crypto* | Ben Noordhuis | 2013-07-30 | 1 | -12/+12 |
| | | | | | | No functional changes, just some code tightening. Clean up some style inconsistencies while we are here. | ||||
| * | crypto: add function getDiffieHellman() | Tomasz Buchert | 2012-02-21 | 1 | -0/+386 |
| Returns a well known, predefined RFC group. | |||||
