summaryrefslogtreecommitdiff
path: root/lib/algorithms/sign.c
Commit message (Expand)AuthorAgeFilesLines
* Better check for null signature method.Nikos Mavrogiannopoulos2014-05-041-1/+2
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* Added identifiers for DSA-SHA382 and DSA-SHA512Nikos Mavrogiannopoulos2014-01-271-2/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-150/+156
* Added additional ISO OIDs for RSA-MD5 and DSA-SHA1.Nikos Mavrogiannopoulos2013-10-261-0/+4
* Added ISO OID for RSA-SHA1 signatures.Nikos Mavrogiannopoulos2013-10-251-0/+2
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Allow easier marking of insecure algorithms.Nikos Mavrogiannopoulos2012-11-081-16/+37
* gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported.Nikos Mavrogiannopoulos2012-08-171-2/+24
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-5/+15
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-5/+5
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* Fix GTK-DOC manual.Simon Josefsson2011-08-021-2/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-5/+5
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-0/+265