summaryrefslogtreecommitdiff
path: root/lib/x509/sign.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move dn.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move sign.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-121-0/+1
* Write NULL in parameters for RSA signing.Simon Josefsson2007-04-181-2/+8
* Use new asn1_copy_node API.Simon Josefsson2006-03-081-4/+3
* Fix warning.Simon Josefsson2006-02-171-2/+2