summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* C structure managementFabio Fiorina2001-07-191-0/+65
* more certificate fields parsed. CleanupsNikos Mavrogiannopoulos2001-07-181-0/+2
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-172-42/+31
* updated cert_verifyNikos Mavrogiannopoulos2001-07-161-4/+4
* corrected copyright noticeNikos Mavrogiannopoulos2001-07-141-1/+1
* updated APINikos Mavrogiannopoulos2001-07-141-0/+16
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-142-6/+24
* several cleanupsNikos Mavrogiannopoulos2001-07-142-13/+16
* updatedNikos Mavrogiannopoulos2001-07-141-2/+13
* *** empty log message ***Fabio Fiorina2001-07-123-157/+611
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-072-0/+74
* Updated ASN.1 Parser (Fabio - commited by me).Nikos Mavrogiannopoulos2001-07-074-164/+500
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-253-4/+9
* added support for DNSNAME extension (draft-ietf-tls-extensions)Nikos Mavrogiannopoulos2001-06-242-1/+15
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-242-3/+5
* corrected bug in stream decryption..Nikos Mavrogiannopoulos2001-06-221-1/+1