summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-1/+1
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-2/+2
* now resolves hostnames.Nikos Mavrogiannopoulos2001-11-121-6/+15
* several fixes.Nikos Mavrogiannopoulos2001-11-102-2/+12
* cleanups and documentation updatesNikos Mavrogiannopoulos2001-11-081-1/+3
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-0/+2
* changed semantics of the GNUTLS_E_REHANDSHAKE error code.Nikos Mavrogiannopoulos2001-11-051-3/+9
* cleanupsgnutls_0_2_10Nikos Mavrogiannopoulos2001-11-051-1/+1
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-012-19/+55
* updated/fixed the handling of interrupted writesNikos Mavrogiannopoulos2001-10-221-1/+3
* several cleanupsNikos Mavrogiannopoulos2001-10-211-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-10-201-1/+1
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-152-59/+57
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-103-7/+8
* renamed crypt to srpcrypt.Nikos Mavrogiannopoulos2001-10-103-5/+5
* better prime handlingNikos Mavrogiannopoulos2001-10-101-1/+1
* added DHE_RSA ciphersuitesNikos Mavrogiannopoulos2001-10-082-27/+29
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-142-2/+39
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-271-2/+10
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-261-1/+1
* fixed memory leaksNikos Mavrogiannopoulos2001-08-261-9/+9
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-251-3/+6
* bugfixes and minor updatesNikos Mavrogiannopoulos2001-08-202-4/+4
* changed gnutls_bye() behaviourNikos Mavrogiannopoulos2001-08-202-5/+6
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-191-3/+3
* *** empty log message ***gnutls_0_2_1Nikos Mavrogiannopoulos2001-08-071-2/+1
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-1/+2
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-072-10/+54
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-11/+14
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-062-6/+6
* added client certificatesNikos Mavrogiannopoulos2001-08-062-0/+75
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-062-2/+6
* several cleanups. No longer export structures to the API, but a bunch of func...Nikos Mavrogiannopoulos2001-08-052-21/+23
* added new function gnutls_send_alert() to the apiNikos Mavrogiannopoulos2001-08-051-1/+2
* fixes for the new filesNikos Mavrogiannopoulos2001-08-055-8/+67
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-2/+0
* subjectAltName related fixesNikos Mavrogiannopoulos2001-08-021-3/+6
* added some kind of support for X509 ExtensionsNikos Mavrogiannopoulos2001-08-021-9/+6
* changed gnutls_read() semanticsNikos Mavrogiannopoulos2001-07-272-6/+8
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-262-0/+8
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-261-1/+1
* gnutls now checks the certificate's CN to see if it matches theNikos Mavrogiannopoulos2001-07-241-5/+9
* support for multiple protocol versions.Nikos Mavrogiannopoulos2001-07-241-4/+3
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-241-1/+2
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-2/+4
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-216-38/+25
* updated file structureNikos Mavrogiannopoulos2001-07-207-962/+18
* updated directory structureNikos Mavrogiannopoulos2001-07-207-5/+27
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-204-51/+88
* ""Fabio Fiorina2001-07-192-14/+7