summaryrefslogtreecommitdiff
path: root/cipher/pubkey-internal.h
Commit message (Expand)AuthorAgeFilesLines
* cipher: Support internal hashing for DSA and ECDSA signing.NIIBE Yutaka2021-07-291-1/+2
* cipher: Extend RSA-PSS internal function for verify, too.NIIBE Yutaka2021-07-231-1/+1
* cipher: Extend RSA-PSS internal function.NIIBE Yutaka2021-07-231-1/+2
* cipher: Check by caller instead, not by callee for RSA-PSS.NIIBE Yutaka2021-07-231-1/+1
* dsa,ecdsa: Fix use of nonce, use larger one.NIIBE Yutaka2019-08-081-0/+1
* Add a simple (raw) PKCS#1 padding modeDmitry Eremin-Solenikov2014-03-041-0/+4
* Truncate hash values for ECDSA signature schemeDmitry Eremin-Solenikov2014-01-131-0/+3
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-3/+0
* pubkey: Support flags list in gcry_pk_genkey.Werner Koch2013-10-141-0/+3
* pubkey: Move sexp parsing for gcry_pk_decrypt to the modules.Werner Koch2013-10-111-0/+4
* pubkey: Move sexp parsing for gcry_pk_verify to the modules.Werner Koch2013-10-091-0/+14
* pubkey: Move sexp parsing for gcry_pk_getkey to the modules.Werner Koch2013-10-081-2/+10
* pk: Move RSA encoding functions to a new file.Werner Koch2013-09-191-0/+33
* Implement deterministic DSA as specified by rfc-6979.Werner Koch2013-07-261-0/+6
* ecc: Fix a minor flaw in the generation of K.Werner Koch2013-05-241-0/+3
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-0/+29