summaryrefslogtreecommitdiff
path: root/lib/ext/ecc.c
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_supported_ecc_recv_params: take into account precedenceNikos Mavrogiannopoulos2018-03-231-17/+61
* handshake: ffdhe flags merged with handshake flagsNikos Mavrogiannopoulos2018-02-191-1/+2
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2018-02-191-2/+2
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2018-02-191-2/+4
* ecc: do not warn on receiving extension on client sideNikos Mavrogiannopoulos2018-02-191-3/+3
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-0/+2
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-2/+2
* ext/ecc: renamed Supported curves extensionNikos Mavrogiannopoulos2017-08-101-3/+4
* handshake: moved group negotiation after ciphersuite selectionNikos Mavrogiannopoulos2017-08-021-13/+4
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-46/+73
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-7/+7
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-1/+2
* ext: ecc: replaced SUPPORTED ECC POINT FORMATS with better formatted nameNikos Mavrogiannopoulos2016-06-151-1/+1
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* ecc: optimized extension parsingNikos Mavrogiannopoulos2016-02-291-1/+8
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-4/+4
* ecc ext: check return code of _gnutls_buffer_append_dataNikos Mavrogiannopoulos2015-05-211-5/+5
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-041-0/+3
* tolerate servers that included the SUPPORTED ECC extension.Nikos Mavrogiannopoulos2014-02-011-3/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-182/+198
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-7/+7
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* updatedNikos Mavrogiannopoulos2011-06-031-7/+9
* reduced debugging.Nikos Mavrogiannopoulos2011-05-261-1/+0
* Only reply with ECC Packet format extension if we have negotiated ECC.Nikos Mavrogiannopoulos2011-05-221-0/+3
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-1/+1
* Curve TLS ID is being stored in algorithms/ecc.c.Nikos Mavrogiannopoulos2011-05-211-36/+3
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+302