summaryrefslogtreecommitdiff
path: root/lib/ext/signature.c
Commit message (Expand)AuthorAgeFilesLines
* Only client side allow signing with the signature algorithm of our certtmp-enable-dsa-sigs-on-client-certNikos Mavrogiannopoulos2016-09-211-3/+4
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* doc: mention the TLS 1.2 restriction of sign algo functionsNikos Mavrogiannopoulos2016-05-141-2/+4
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* before falling back to SHA1 as signature algorithm in TLS 1.2 check if it is ...Nikos Mavrogiannopoulos2015-04-251-1/+5
* _gnutls_session_sign_algo_enabled: do not consider any values from the extens...Nikos Mavrogiannopoulos2015-04-251-17/+1
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-3/+3
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-7/+7
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-041-0/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-329/+329
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-101-1/+13
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-4/+4
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-041-2/+19
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-011-1/+1
* Added gnutls_sign_algorithm_get().Nikos Mavrogiannopoulos2012-08-171-0/+17
* gnutls_sign_get_pk_algorithm and gnutls_sign_get_hash_algorithm were exported.Nikos Mavrogiannopoulos2012-08-171-1/+1
* When selecting a session signature algorithm consider the enabled.Nikos Mavrogiannopoulos2012-08-171-0/+3
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-1/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-8/+8
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-8/+1
* Hash algorithms used for DSA and ECDSA correspond to draft-mavrogiannopoulos-...Nikos Mavrogiannopoulos2011-06-031-1/+0
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Some debugging moved to a higher level.Nikos Mavrogiannopoulos2011-05-171-2/+2
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-201-59/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-29/+8
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+525