summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
Commit message (Expand)AuthorAgeFilesLines
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-3/+0
* some cleanups.Nikos Mavrogiannopoulos2003-06-261-2/+2
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-4/+17
* Increased the default DH bits limit.Nikos Mavrogiannopoulos2003-04-141-1/+1
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-261-3/+6
* * The RSA premaster secret version check can no longer be disabled.Nikos Mavrogiannopoulos2003-03-201-22/+23
* Added option to allow an X.509 server not to send the trusted CA list to the ...Nikos Mavrogiannopoulos2003-02-131-0/+18
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-091-1/+1
* Added the new functions gnutls_get_malloc_function(), gnutls_get_free_functio...Nikos Mavrogiannopoulos2002-12-061-0/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-9/+9
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-18/+18
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-6/+3
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-10/+10
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-5/+16
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+1
* Corrected bug which prevented gnutls_certificate_get_ours() from working.Nikos Mavrogiannopoulos2002-10-041-1/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-161-1/+1
* replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().Nikos Mavrogiannopoulos2002-09-161-0/+17
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-021-9/+9
* several clean upsNikos Mavrogiannopoulos2002-09-011-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-011-0/+3
* cert_type abreviation was expanded to certificate_type.Nikos Mavrogiannopoulos2002-08-301-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-195/+192
* better export ciphersuite detectionNikos Mavrogiannopoulos2002-08-261-2/+6
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-261-0/+1
* Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m...Nikos Mavrogiannopoulos2002-08-261-0/+16
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-0/+17
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-17/+11
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-18/+0
* Added the gnutls_handshake_set_exportable_detection() function, whichNikos Mavrogiannopoulos2002-08-181-0/+18
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-2/+7
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-2/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-101-2/+2
* Now gnutls_deinit() removes abnormally terminated sessions. Added the _gnutls...Nikos Mavrogiannopoulos2002-07-101-2/+38
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-4/+4
* Removed the gdbm backend for resuming TLS sessions. Program gnutls-serv was m...Nikos Mavrogiannopoulos2002-06-151-6/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-081-0/+2
* Created gnutls_handshake_set_private_extensions() function.Nikos Mavrogiannopoulos2002-06-081-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-081-0/+5
* Corrected issues with ptrdiff_t. Added option to enable private (experimental...Nikos Mavrogiannopoulos2002-06-071-0/+17
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added gnutls_state_set_ptr() and gnutls_state_get_ptr() functions, toNikos Mavrogiannopoulos2002-05-111-0/+27
* gnutls_session_resumed() was renamed to gnutls_session_is_resumed(), and chan...Nikos Mavrogiannopoulos2002-04-191-7/+7
* Added function to report if a session is a resumed one. See gnutls_session_re...Nikos Mavrogiannopoulos2002-04-181-1/+23
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-101-2/+2
* Added function which disables the version check in the RSA premaster secret -...Nikos Mavrogiannopoulos2002-04-101-0/+25
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-15/+15
* CBC protection support is disabled by default.Nikos Mavrogiannopoulos2002-03-211-3/+3