summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gnutls_priority.h, not needed.Simon Josefsson2007-03-051-2/+1
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-251-28/+46
* Fix prototypes.Simon Josefsson2006-04-261-4/+4
* Doc fix.Simon Josefsson2005-12-161-0/+3
* Add API to get master secret too.Simon Josefsson2005-12-161-4/+23
* Indent more.Simon Josefsson2005-12-151-26/+10
* Fix warnings.Simon Josefsson2005-12-151-5/+5
* Add functions to access the TLS PRF and to extract client/server random field...Simon Josefsson2005-12-151-0/+164
* Add TLS/IA support.Simon Josefsson2005-12-151-0/+2
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-3/+3
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-3/+33
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-5/+2
* some documentation updates.Nikos Mavrogiannopoulos2005-11-121-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-491/+549
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-4/+5
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-19/+19
* Indent.Simon Josefsson2004-10-281-18/+22
* Typo.Simon Josefsson2004-08-271-2/+3
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-21/+13
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-54/+54
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-101-4/+6
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-458/+503
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i...Nikos Mavrogiannopoulos2004-06-061-0/+1
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-7/+7
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-051-14/+56
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-041-3/+6
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-8/+17
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-261-1/+6
* _gnutls_deinit() is no longer used. Sessions are notNikos Mavrogiannopoulos2004-05-231-29/+4
* Fixes in the automatic disabling of certificate types.Nikos Mavrogiannopoulos2004-04-301-11/+11
* Automatically disable certificate types that do not have correspondingNikos Mavrogiannopoulos2004-04-291-0/+26
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-1/+1
* The record receive buffer is now stored in the session data, to avoid memory ...Nikos Mavrogiannopoulos2004-04-131-1/+2
* - Corrected bug in RSA parameters handling which could causeNikos Mavrogiannopoulos2004-04-031-1/+1
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-131-9/+33
* * Added some preliminary documentation for the new libgcrypt locking interface.Nikos Mavrogiannopoulos2004-03-131-7/+15
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-1/+6
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-2/+2
* Added support for TLS 1.1Nikos Mavrogiannopoulos2003-12-291-24/+0
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-0/+1
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-101-1/+1
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-021-0/+5
* Removed the TWOFISH cipher. Documented the supported ciphersuites.Nikos Mavrogiannopoulos2003-11-271-2/+1