summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
|
* Indent more.Simon Josefsson2005-12-151-2/+3
|
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-1/+1
|
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-1/+10
|
* Use GNU coding style.Simon Josefsson2005-11-071-4/+4
|
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
|
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-1/+0
| | | | | | Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
|
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
|
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-2/+2
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-4/+4
|
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-4/+4
|
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-131-0/+1
| | | | and gnutls_x509_privkey_cpy().
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and ↵Nikos Mavrogiannopoulos2003-12-161-1/+1
| | | | | | | | | GNUTLS_E_NO_TEMPORARY_RSA_PARAMS are no longer returned by the handshake function. Ciphersuites that require temporary parameters are removed when such parameters do not exist. * Several internal changes to allow adding the callback function to retrieve the certificate and the private key.
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-1/+1
|
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and ↵Nikos Mavrogiannopoulos2003-08-071-4/+4
| | | | improved the PKCS #12 stuff in order to support it.
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-5/+1
| | | | | | | | | | | | gnutls_malloc() to allocate the output parameters. * Added gnutls_pkcs3_extract_dh_params() which extracts parameters from PKCS#3 encoded structures. This was in order to read parameters generated using the openssl dhparam tool. * Several changes in the temporary (DH/RSA) parameter codebase. No DH parameters are now included in the library. Also a credentials structure can now hold only one temporary parameter.
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-221-1/+0
| | | | | available usernames by brute force. The g,n values sent are now obtained by the password conf file. (they were static ones)
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-011-1/+1
| | | | | to allow retrieving SRP parameters from an external backend - other than password files.
* Renamed all the constructed types to have more consisten names, and some ↵Nikos Mavrogiannopoulos2002-08-291-2/+2
| | | | other minor improvements.
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-2/+4
| | | | This will allow precomputation of signatures (for DHE cipher suites).
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-2/+0
| | | | (partially at least). Corrected Diffie Hellman stuff.
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-191-2/+2
| | | | | gnutls_anon_server/client_get to gnutls_dh_(set/get)_bits(). gnutls_anon_set_server_cred() was deprecated by gnutls_dh_set_bits().
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-2/+2
|
* better prime handlingNikos Mavrogiannopoulos2001-10-101-0/+3
|
* Updated the handling of prime numbers.Nikos Mavrogiannopoulos2001-10-091-0/+1
|
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-0/+2
|
* removed DHE_DSS.Nikos Mavrogiannopoulos2001-05-261-5/+3
| | | | | Added parameters to DH_ANON (size of prime). cleanups.
* added copyright noticeNikos Mavrogiannopoulos2001-01-281-0/+20
|
* corrected the problem with the double underscoreNikos Mavrogiannopoulos2000-10-101-5/+5
|
* Added anonymous diffie-hellman key exchange. It does not work yet, andNikos Mavrogiannopoulos2000-04-101-2/+5
| | | | the whole code is mess.
* Added the basics for key exchange.Nikos Mavrogiannopoulos2000-04-101-0/+2