Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | crypto: dh - make crypto_dh_encode_key() make robust | Eric Biggers | 2018-08-03 | 1 | -14/+16 |
* | crypto: dh - fix calculating encoded key size | Eric Biggers | 2018-08-03 | 1 | -1/+1 |
* | crypto: dh - add public key verification test | Stephan Mueller | 2018-07-09 | 1 | -3/+12 |
* | crypto: dh - Don't permit 'key' or 'g' size longer than 'p' | Eric Biggers | 2017-11-10 | 1 | -0/+8 |
* | crypto: dh - Don't permit 'p' to be 0 | Eric Biggers | 2017-11-10 | 1 | -0/+8 |
* | crypto: dh - return unsigned value for crypto_dh_key_len() | Tudor-Dan Ambarus | 2017-10-12 | 1 | -1/+1 |
* | crypto: dh - return unsigned int for dh_data_size() | Tudor-Dan Ambarus | 2017-10-12 | 1 | -1/+1 |
* | crypto: kpp, (ec)dh - fix typos | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | crypto: dh - Add DH software implementation | Salvatore Benedetto | 2016-06-23 | 1 | -0/+95 |