summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for certificate selection in servers with certificate callbacks.Nikos2007-12-151-14/+17
* Revert "If the server has a callback, the search for a valid certificate will...Simon Josefsson2007-12-141-2/+1
* If the server has a callback, the search for a valid certificate will fail.Simon Josefsson2007-12-131-1/+2
* cleanup the priority functionalityNikos Mavrogiannopoulos2007-11-241-3/+3
* Doc fix.Simon Josefsson2007-11-141-75/+75
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Doc fix.Simon Josefsson2007-10-251-1/+1
* Introduced gnutls_session_enable_compatibility_mode() to allow enablingNikos Mavrogiannopoulos2007-10-241-0/+19
* Renamed openpgp_cert to openpgp_crt to be consistent with x509.Nikos Mavrogiannopoulos2007-10-191-1/+1
* Occurences of gnutls_openpgp_key were renamed to gnutls_openpgp_cert,Nikos Mavrogiannopoulos2007-10-191-4/+4
* * Added section "Selecting cryptographic key sizes" in gnutls.texiNikos Mavrogiannopoulos2007-10-121-5/+0
* Added warning about termination of connection in post_client_hello callback.Nikos Mavrogiannopoulos2007-10-081-0/+5
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-2/+23
* 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