summaryrefslogtreecommitdiff
path: root/lib/gnutls_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Doc fix.Simon Josefsson2008-11-041-1/+1
* documented that gnutls_dh_set_prime_bits() has no effect in server side.Nikos Mavrogiannopoulos2008-11-031-1/+4
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Indent code.Simon Josefsson2008-07-021-4/+5
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-6/+8
* Doc fix.Simon Josefsson2008-03-061-206/+210
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-11/+11
* Doc fix, remove verbose 'This function will' stuff.Simon Josefsson2008-03-061-7/+7
* Increased the default certificate verification chain limits and allowedNikos2008-02-171-0/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-2/+2
* added missing set_params_function()Nikos Mavrogiannopoulos2005-12-101-0/+36
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-1/+1
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-5/+52
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-34/+1
* Use GNU coding style.Simon Josefsson2005-11-071-215/+250
* Doc fix, suggested by Daniel Stenberg <daniel@haxx.se>.Simon Josefsson2005-11-011-3/+4
* Fix GTK-DOC warnings.Simon Josefsson2005-07-161-2/+2
* fixed some type conflicts.Nikos Mavrogiannopoulos2005-05-311-2/+2
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* some cleanups, and changes in the resuming code to avoid freeing non-allocate...Nikos Mavrogiannopoulos2005-04-211-2/+1
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-1/+1
* (gnutls_rsa_export_get_pubkey): Don't use reserved word "exp",Simon Josefsson2005-02-121-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2005-01-271-4/+3
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-11-191-4/+7
* Doc fix.Simon Josefsson2004-10-281-1/+1
* Indent.Simon Josefsson2004-10-281-14/+22
* Doc fix.Simon Josefsson2004-08-251-3/+4
* Fix prototypes.Simon Josefsson2004-08-251-3/+3
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-311-0/+17
* The ephemeral DH and RSA parameters are no longer stored in theNikos Mavrogiannopoulos2004-06-291-15/+15
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-32/+32
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-121-4/+7
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-230/+237
* several improvementsNikos Mavrogiannopoulos2004-06-061-23/+42
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-4/+4
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-14/+14
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-051-88/+98
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-041-0/+43
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-6/+93
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-2/+37
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-10/+4
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-2/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* Some changes in types.Nikos Mavrogiannopoulos2003-10-081-1/+1
* Corrected a null pointer dereference in gnutls_certificate_get_ours(). Report...Nikos Mavrogiannopoulos2003-06-281-1/+1