summaryrefslogtreecommitdiff
path: root/lib/algorithms/sign.c
Commit message (Expand)AuthorAgeFilesLines
* algorithms/sign: removed TLS identifiers for legacy algorithmsNikos Mavrogiannopoulos2017-09-131-6/+5
* algorithms/sign: legacy signature algorithms were moved toward the end of the...Nikos Mavrogiannopoulos2017-09-131-168/+183
* algorithms/sign: no longer enable SHA224 hash in signaturesNikos Mavrogiannopoulos2017-09-131-3/+4
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-171-0/+7
* sign/digest: separate "brokenness" of signatures and hash algorithmsNikos Mavrogiannopoulos2017-08-041-12/+29
* sign: use C99 syntax for signature algorithm's tableNikos Mavrogiannopoulos2017-08-041-97/+252
* Clarified the purpose of the spki params related functionsNikos Mavrogiannopoulos2017-08-031-8/+14
* Pass the signature algorithm lower in the verification stackNikos Mavrogiannopoulos2017-08-031-10/+15
* gnutls_sign_is_secure2: introducedNikos Mavrogiannopoulos2017-07-211-3/+19
* privkey_sign_and_hash_data: handle prehashed signaturesNikos Mavrogiannopoulos2017-07-171-0/+3
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-0/+3
* Renamed fields of sign_algorithm_stNikos Mavrogiannopoulos2017-07-101-27/+27
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-101-8/+2
* abstract API: introduced new signing functionsNikos Mavrogiannopoulos2017-06-071-16/+14
* Introduced gnutls_sign_supports_pk_algorithm()Nikos Mavrogiannopoulos2017-05-291-10/+45
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-0/+11
* sign: corrected digest in SHA3-224 OID mappingNikos Mavrogiannopoulos2016-04-131-3/+4
* corrected SHA3-224 OIDNikos Mavrogiannopoulos2016-04-091-3/+3
* better match with unknown_tls_aidNikos Mavrogiannopoulos2016-02-261-2/+3
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-0/+27
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-8/+24
* 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