summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* Indent more.Simon Josefsson2005-12-151-1/+1
* Remove debug code.Simon Josefsson2005-12-151-4/+0
* Add TLS/IA support.Simon Josefsson2005-12-151-2/+14
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-6/+6
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-5/+5
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-4/+2
* *** empty log message ***Nikos Mavrogiannopoulos2005-11-081-1/+0
* Use GNU coding style.Simon Josefsson2005-11-071-352/+374
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-1/+2
* fixed some type conflicts.Nikos Mavrogiannopoulos2005-05-311-0/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Include defines.h before gnutls.h, to pull in config.h, to make sureSimon Josefsson2005-05-201-2/+2
* Use gnutls/extra.h to get gnutls_openpgp_recv_key_func type.Simon Josefsson2005-05-011-6/+1
* Remove.Simon Josefsson2005-04-141-5/+0
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-147/+6
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-2/+2
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-7/+10
* Clean up license templates.Simon Josefsson2005-01-221-13/+13
* changed the values of GNUTLS_PK_UNKNOWN and GNUTLS_SIGN_UNKNOWN to zero.Nikos Mavrogiannopoulos2005-01-211-5/+4
* Simplified the algorithm to OID and vice versa functions, and added the RSA-R...Nikos Mavrogiannopoulos2005-01-211-6/+4
* Indent.Simon Josefsson2004-10-281-3/+4
* Indent.Simon Josefsson2004-10-281-42/+45
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-311-1/+1
* Added some default limits in the verification of certificateNikos Mavrogiannopoulos2004-07-311-0/+5
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-92/+89
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-420/+453
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-54/+54
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-21/+21
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-5/+5
* some cleanups and better handling of EOF in record_recv.Nikos Mavrogiannopoulos2004-05-221-2/+3
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-131-5/+0
* Automatically disable certificate types that do not have correspondingNikos Mavrogiannopoulos2004-04-291-0/+2
* The record receive buffer is now stored in the session data, to avoid memory ...Nikos Mavrogiannopoulos2004-04-131-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-031-1/+1
* Deprecated: gnutls_srp_server_set_select_function(),Nikos Mavrogiannopoulos2004-03-251-17/+0
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-131-3/+11
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-11/+40
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-1/+1
* * Added the gnutls_sign_algorithm type.Nikos Mavrogiannopoulos2004-01-061-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-031-1/+2
* Added support for TLS 1.1Nikos Mavrogiannopoulos2003-12-291-1/+2
* *** empty log message ***gnutls_1_1_0Nikos Mavrogiannopoulos2003-12-211-30/+0
* Improved gnutls_certificate_client_retrieve_function() and gnutls_certificate...Nikos Mavrogiannopoulos2003-12-201-3/+20
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-191-1/+1
* Added the callbacks gnutls_certificate_client_retrieve_function() andNikos Mavrogiannopoulos2003-12-181-3/+19
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-3/+6
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-021-0/+8
* Removed the TWOFISH cipher. Documented the supported ciphersuites.Nikos Mavrogiannopoulos2003-11-271-2/+1