summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
Commit message (Expand)AuthorAgeFilesLines
* cleanupsNikos Mavrogiannopoulos2001-12-181-2/+2
* corrections in the configuration files.Nikos Mavrogiannopoulos2001-12-181-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-171-1/+2
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-2/+1
* renamed gnutls_x509pki_set_trust/key toNikos Mavrogiannopoulos2001-12-141-2/+2
* some corrections in the DECR_LEN stuff added recently.Nikos Mavrogiannopoulos2001-12-141-3/+4
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-111-1/+0
* last commits for 0.2.91gnutls_0_2_91Nikos Mavrogiannopoulos2001-12-101-1/+1
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-13/+8
* Fixes in anonymous authentication.Nikos Mavrogiannopoulos2001-12-091-1/+1
* Optimizations in server certificate callback.Nikos Mavrogiannopoulos2001-12-091-0/+4
* added gnutls_transport_get_ptr() and gnutls_db_get_ptr() functions.Nikos Mavrogiannopoulos2001-12-081-2/+2
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-4/+4
* callbacks now get a GNUTLS_STATE argument.Nikos Mavrogiannopoulos2001-12-071-2/+2
* GNUTLS_KX_RSA renamed to GNUTLS_KX_X509PKI_RSA (and the other X509 keyNikos Mavrogiannopoulos2001-12-071-1/+1
* GNUTLS_LIST is now int*Nikos Mavrogiannopoulos2001-12-061-1/+1
* cleanups againNikos Mavrogiannopoulos2001-12-061-14/+14
* Several cleanups.Nikos Mavrogiannopoulos2001-12-061-1/+1
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-051-2/+8
* some cleanupsNikos Mavrogiannopoulos2001-12-041-3/+3
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-1/+0
* moving gnutls_DN structures out of gnutls_cert and auth_info structures.Nikos Mavrogiannopoulos2001-12-041-3/+5
* The RDN sequence needed in the certificate request message isNikos Mavrogiannopoulos2001-11-301-2/+2
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-4/+7
* gnutls_handshake(), gnutls_read() etc. functions no longer requireNikos Mavrogiannopoulos2001-11-251-3/+6
* removed debugging stuffNikos Mavrogiannopoulos2001-11-131-2/+2
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-6/+9
* several fixes.Nikos Mavrogiannopoulos2001-11-101-12/+39
* *** empty log message ***Nikos Mavrogiannopoulos2001-11-081-2/+2
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-2/+2
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-2/+10
* receive buffer is now dynamic.Nikos Mavrogiannopoulos2001-11-051-2/+1
* cleanupsgnutls_0_2_10Nikos Mavrogiannopoulos2001-11-051-1/+1
* changed LIST to GNUTLS_LISTNikos Mavrogiannopoulos2001-11-041-1/+1
* added hooks in order to use external database to store session to beNikos Mavrogiannopoulos2001-11-021-0/+12
* set_push() & set_pull() functions moved to state (instead of being global)Nikos Mavrogiannopoulos2001-11-021-1/+10
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-8/+6
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-311-2/+6
* *** empty log message ***gnutls_0_2_9Nikos Mavrogiannopoulos2001-10-271-1/+1
* cleanupsNikos Mavrogiannopoulos2001-10-231-0/+1
* added some checks for memory allocation.Nikos Mavrogiannopoulos2001-10-231-3/+4
* updated/fixed the handling of interrupted writesNikos Mavrogiannopoulos2001-10-221-5/+7
* changed gnutls_write() semantics in order to cope with interrupted systemNikos Mavrogiannopoulos2001-10-211-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-211-1/+4
* changes in order to be independent of the berkeley style socketsNikos Mavrogiannopoulos2001-10-211-2/+2
* several cleanupsNikos Mavrogiannopoulos2001-10-211-2/+2
* Corrected short read bugNikos Mavrogiannopoulos2001-10-201-3/+3
* the gnutls handshake protocol can now hold it's state. Thus itNikos Mavrogiannopoulos2001-10-201-1/+5
* clean ups in the handshake protocolNikos Mavrogiannopoulos2001-10-191-0/+7
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-101-2/+8