summaryrefslogtreecommitdiff
path: root/lib/gnutls_ecc.c
Commit message (Expand)AuthorAgeFilesLines
* when exporting curve coordinates to X9.63 format, perform additional sanity c...Nikos Mavrogiannopoulos2014-11-091-0/+10
* cleanup resources on _gnutls_ecc_ansi_x963_export() failure.Nikos Mavrogiannopoulos2014-05-291-4/+11
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-66/+69
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-114/+0
* 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-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Corrected ECC key generation.Nikos Mavrogiannopoulos2011-11-101-6/+6
* Verify that received ECDH public key lies on the curve.Nikos Mavrogiannopoulos2011-11-051-2/+18
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-221-1/+0
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-62/+167
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+101