summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-2/+3
* replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().Nikos Mavrogiannopoulos2002-09-161-2/+2
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-041-1/+1
* Corrected extension type checks which used an 8 bit extension size, instead o...Nikos Mavrogiannopoulos2002-09-041-3/+5
* corrected the cert_type extension. (bug pointed out by D. Taylor)Nikos Mavrogiannopoulos2002-09-031-2/+3
* Updated the base64 encoding/decoding functions.Nikos Mavrogiannopoulos2002-09-011-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-121/+91
* Added support for the new SRP draft by D. Taylor. This includes theNikos Mavrogiannopoulos2002-08-281-1/+0
* Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128Nikos Mavrogiannopoulos2002-08-261-1/+1
* renamed ARCFOUR-EXPORT to ARCFOUR-40Nikos Mavrogiannopoulos2002-08-261-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-251-3/+0
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-3/+21
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-2/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-211-1/+0
* Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuitesNikos Mavrogiannopoulos2002-08-211-2/+4
* Added the gnutls_handshake_set_exportable_detection() function, whichNikos Mavrogiannopoulos2002-08-181-0/+2
* Added new function gnutls_handshake_check_direction(), which returns the stat...Nikos Mavrogiannopoulos2002-08-151-0/+6
* *** empty log message ***gnutls_0_5_1Nikos Mavrogiannopoulos2002-07-181-2/+2
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-5/+11
* Added gnutls_transport_set_ptr2() which accepts two pointers.Nikos Mavrogiannopoulos2002-07-131-1/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-2/+0
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+1
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-211-0/+4
* Removed the gdbm backend for resuming TLS sessions. Program gnutls-serv was m...Nikos Mavrogiannopoulos2002-06-151-3/+0
* Created gnutls_handshake_set_private_extensions() function.Nikos Mavrogiannopoulos2002-06-081-1/+1
* Corrected issues with ptrdiff_t. Added option to enable private (experimental...Nikos Mavrogiannopoulos2002-06-071-0/+4
* Several clean ups and bug fixes.Nikos Mavrogiannopoulos2002-05-231-0/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Added the missing user_ptr pointer in gnutls_internals.Nikos Mavrogiannopoulos2002-05-131-0/+2
* renamed gnutls_gcry* to gnutls_mpi*Nikos Mavrogiannopoulos2002-05-081-3/+1
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-211-2/+3
* Added function to report if a session is a resumed one. See gnutls_session_re...Nikos Mavrogiannopoulos2002-04-181-1/+1
* Added function which disables the version check in the RSA premaster secret -...Nikos Mavrogiannopoulos2002-04-101-0/+1
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-041-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-021-4/+2
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-1/+1
* Some cleanups in the certificate authentication. Parameters areNikos Mavrogiannopoulos2002-03-291-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-261-0/+6
* Improved PKCS7 supportNikos Mavrogiannopoulos2002-03-251-1/+4
* Improved compression support. Corrected several bugs in emptyNikos Mavrogiannopoulos2002-03-201-2/+3
* Added hooks for electric fenceNikos Mavrogiannopoulos2002-03-171-0/+2
* made CBC chosen plaintext protection configurableNikos Mavrogiannopoulos2002-03-121-0/+2
* removed GNUTLS_CERT_TRUSTED enumerationNikos Mavrogiannopoulos2002-03-091-4/+0
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-031-3/+3
* Cleanups in gnutls_handshake.c and gnutls_algorithms.c.Nikos Mavrogiannopoulos2002-03-011-2/+2
* Corrected session resuming in certificate authentication. gnutls_deinit,Nikos Mavrogiannopoulos2002-02-281-2/+2
* Added gnutls_record_set_default_version(). This is a low level function.Nikos Mavrogiannopoulos2002-02-271-0/+4
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-3/+14
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-241-1/+1