summaryrefslogtreecommitdiff
path: root/lib/gnutls_sig.c
Commit message (Expand)AuthorAgeFilesLines
* correct issue with the (deprecated) external key signing and TLS 1.2Nikos Mavrogiannopoulos2013-03-211-1/+1
* Tolerate key usage violation.Nikos Mavrogiannopoulos2012-11-071-8/+2
* corrected prototype.Nikos Mavrogiannopoulos2012-09-161-4/+4
* Key usage violations are allowed when the COMPAT keyword is specified.Nikos Mavrogiannopoulos2012-09-151-2/+8
* Be tolerant in ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-2/+2
* Added gnutls_pubkey_verify_hash2() and gnutls_pk_to_sign().Nikos Mavrogiannopoulos2012-05-091-9/+12
* Corrected allocation checkNikos Mavrogiannopoulos2012-05-081-1/+1
* 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
* Corrected signature generation and verificationNikos Mavrogiannopoulos2011-02-121-95/+29
* removed unused variable.Nikos Mavrogiannopoulos2011-02-091-1/+0
* Allow DSA2 even in protocols before TLS 1.2.Nikos Mavrogiannopoulos2011-02-091-8/+0
* In TLS 1.2 under DSS use the hash algorithm required by DSS.Nikos Mavrogiannopoulos2011-02-091-11/+47
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-0/+5
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-071-6/+24
* Do not be strict on RSA hash algorithm selection for signatures.Nikos Mavrogiannopoulos2010-12-181-6/+0
* Removed unneeded definitions, and more careful deinitializations in parse_der...Nikos Mavrogiannopoulos2010-12-181-2/+2
* some fixes in pk_prepare_hash().Nikos Mavrogiannopoulos2010-12-181-1/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-211/+211
* Simplified preparation of signing code.Nikos Mavrogiannopoulos2010-12-131-13/+23