Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dsa,ecdsa: Fix use of nonce, use larger one. | NIIBE Yutaka | 2019-08-08 | 1 | -0/+1 |
* | Add a simple (raw) PKCS#1 padding mode | Dmitry Eremin-Solenikov | 2014-03-04 | 1 | -0/+4 |
* | Truncate hash values for ECDSA signature scheme | Dmitry Eremin-Solenikov | 2014-01-13 | 1 | -0/+3 |
* | sexp: Add function gcry_sexp_extract_param. | Werner Koch | 2013-10-16 | 1 | -3/+0 |
* | pubkey: Support flags list in gcry_pk_genkey. | Werner Koch | 2013-10-14 | 1 | -0/+3 |
* | pubkey: Move sexp parsing for gcry_pk_decrypt to the modules. | Werner Koch | 2013-10-11 | 1 | -0/+4 |
* | pubkey: Move sexp parsing for gcry_pk_verify to the modules. | Werner Koch | 2013-10-09 | 1 | -0/+14 |
* | pubkey: Move sexp parsing for gcry_pk_getkey to the modules. | Werner Koch | 2013-10-08 | 1 | -2/+10 |
* | pk: Move RSA encoding functions to a new file. | Werner Koch | 2013-09-19 | 1 | -0/+33 |
* | Implement deterministic DSA as specified by rfc-6979. | Werner Koch | 2013-07-26 | 1 | -0/+6 |
* | ecc: Fix a minor flaw in the generation of K. | Werner Koch | 2013-05-24 | 1 | -0/+3 |
* | Add gcry_pubkey_get_sexp. | Werner Koch | 2013-04-11 | 1 | -0/+29 |