summaryrefslogtreecommitdiff
path: root/lib/gnutls_sig.c
Commit message (Expand)AuthorAgeFilesLines
* stricter type usageNikos Mavrogiannopoulos2014-03-081-18/+19
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-638/+655
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-101-0/+5
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-10/+10
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-31/+36
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-041-4/+7
* correct issue with the (deprecated) external key signing and TLS 1.2Nikos Mavrogiannopoulos2013-03-211-1/+1
* Added gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-03-141-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* key usage violations are tolerated.Nikos Mavrogiannopoulos2012-11-071-8/+2
* corrected missing parameterNikos Mavrogiannopoulos2012-09-161-8/+7
* Key usage violations are allowed when the COMPAT keyword is specified.Nikos Mavrogiannopoulos2012-09-151-2/+8
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-2/+2
* When signing use the private key's algorithm.Nikos Mavrogiannopoulos2012-08-171-3/+3
* Added gnutls_sign_algorithm_get().Nikos Mavrogiannopoulos2012-08-171-0/+4
* gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported.Nikos Mavrogiannopoulos2012-08-171-5/+5
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-223/+17
* corrected comparisonNikos Mavrogiannopoulos2012-04-051-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-3/+3
* even more cleanupsNikos Mavrogiannopoulos2012-03-241-8/+8
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-9/+13
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-4/+4
* fixes to enable the external signing callback to operate with TLS 1.2Nikos Mavrogiannopoulos2011-10-071-4/+30
* added an assertNikos Mavrogiannopoulos2011-10-031-1/+1
* Fix build errors.Simon Josefsson2011-09-091-2/+1
* converted quick data hashes to _gnutls_hash_fast and the hmac equivalent.Nikos Mavrogiannopoulos2011-09-081-15/+7
* 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
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-36/+119
* Allow all SHA algorithms for DSA signatures.Nikos Mavrogiannopoulos2011-06-041-2/+1
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-71/+32
* more updates for ECDSA ciphersuites.Nikos Mavrogiannopoulos2011-05-261-0/+1
* Changes to allow ECDH-DSA with client mode certificates.Nikos Mavrogiannopoulos2011-05-261-0/+1
* Several updates to allow generation and signing of an ECC certificate.Nikos Mavrogiannopoulos2011-05-231-23/+4
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-1/+2
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-7/+6
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-51/+47
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-2/+2
* eliminate compiler warning. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-03-261-2/+2
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-81/+44
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-191-9/+8
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Make it build.Simon Josefsson2011-02-231-1/+1
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-3/+3
* DSA keys in TLS 1.x, x<2 and SSL 3.0 use SHA-1 as hash. That is we reverted t...Nikos Mavrogiannopoulos2011-02-181-7/+13