summaryrefslogtreecommitdiff
path: root/lib/x509/sign.c
Commit message (Expand)AuthorAgeFilesLines
* pk: implement deterministic ECDSA/DSADaiki Ueno2019-08-081-0/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* x509/sign: in debugging mode print the signature algorithmNikos Mavrogiannopoulos2017-08-041-0/+2
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-1/+1
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-9/+12
* Pass the signature algorithm lower in the verification stackNikos Mavrogiannopoulos2017-08-031-3/+6
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-1/+5
* _gnutls_privkey_find_sign_params: renamed and simplifiedNikos Mavrogiannopoulos2017-05-311-1/+1
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-8/+68
* x509: simplified _gnutls_x509_get_tbs()Nikos Mavrogiannopoulos2016-05-311-29/+1
* pkcs7: use the PK_PKIX1_RSA_OID when writing RSA signature OIDs for PKCS#7 st...Nikos Mavrogiannopoulos2015-12-161-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-7/+7
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-105/+101
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-3/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-1/+0
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-231-1/+1
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-211-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-8/+8
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-121-163/+0
* pk_hash_data() will fail unless DSA or RSA are specified.Nikos Mavrogiannopoulos2010-12-121-0/+3
* Separated the sign_data functions to a hashing phase, a preparing phase, and ...Nikos Mavrogiannopoulos2010-12-111-58/+56
* Use ASN1_NULL when writing parameters for RSA signatures. This makes us compl...Nikos Mavrogiannopoulos2010-12-051-1/+1
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-15/+19
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-8/+12
* Corrected bug in DSA signature generation.Nikos Mavrogiannopoulos2010-06-031-0/+1
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-2/+0
* Corrected bug in DSA signature generation.Nikos Mavrogiannopoulos2010-06-031-19/+23
* Added operations to sign CRLs, certificates and requests with an abstract key...Nikos Mavrogiannopoulos2010-06-031-19/+20
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-66/+8
* Use correct hashing algorithms for DSA with q over 160 bits.Nikos Mavrogiannopoulos2010-05-251-2/+3
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-12/+11
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-5/+5
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-5/+5
* Indent code.Simon Josefsson2008-07-021-1/+1
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-2/+2
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-281-1/+2
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-3/+3
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-12/+12
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0