summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.c
Commit message (Expand)AuthorAgeFilesLines
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-11/+11
* Added gnutls_dh_params_import_raw2(), which allows to specify the number of b...Nikos Mavrogiannopoulos2014-10-291-1/+24
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-2/+2
* compacted DH support files.Nikos Mavrogiannopoulos2013-11-281-0/+510
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-281-128/+0
* Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace _gnutls_mpi...Nikos Mavrogiannopoulos2013-11-271-3/+3
* doc updateNikos Mavrogiannopoulos2013-11-271-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-127/+119
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* corrected typoNikos Mavrogiannopoulos2012-04-191-1/+1
* Return proper error code if parameter check fails.Nikos Mavrogiannopoulos2012-04-191-23/+32
* Added better sanity checks in Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2012-04-181-6/+24
* Add sanity checks in Diffie-Hellman key exchange values.Nikos Mavrogiannopoulos2012-04-111-9/+28
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-5/+8
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-7/+7
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-8/+7
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Fix warnings.Simon Josefsson2008-08-281-1/+2
* Indent code.Simon Josefsson2008-07-021-2/+2
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-22/+8
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-2/+3
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-0/+37
* Use GNU coding style.Simon Josefsson2005-11-071-52/+60
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* added a check to test whether the DH secret is zero.Nikos Mavrogiannopoulos2005-03-061-2/+6
* Clean up license templates.Simon Josefsson2005-01-221-14/+15
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-55/+54
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-4/+4
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-031-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-141-13/+29
* Some cleanups in the Diffie Hellman code.Nikos Mavrogiannopoulos2002-05-131-19/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+0
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-8/+8
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-161-0/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-171-1/+1
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-10/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-191-1/+4
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-191-0/+7
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-3/+3