summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* updated documentationNikos Mavrogiannopoulos2001-09-191-1/+5
* *** empty log message ***Nikos Mavrogiannopoulos2001-09-172-3/+7
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-1416-308/+558
* *** empty log message ***Nikos Mavrogiannopoulos2001-09-121-5/+14
* *** empty log message ***Nikos Mavrogiannopoulos2001-09-101-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-09-072-3/+4
* updated documentation generationNikos Mavrogiannopoulos2001-09-044-12/+35
* *** empty log message ***Nikos Mavrogiannopoulos2001-09-041-0/+1
* updated documentationNikos Mavrogiannopoulos2001-09-031-5/+5
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-271-2/+10
* minor bugfixesNikos Mavrogiannopoulos2001-08-273-3/+4
* use of sigaction instead of signal(), to ignore SIGPIPENikos Mavrogiannopoulos2001-08-263-9/+67
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-261-1/+1
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-2613-49/+135
* fixed memory leaksNikos Mavrogiannopoulos2001-08-2611-86/+115
* updated gnutls.h fileNikos Mavrogiannopoulos2001-08-252-0/+12
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-251-1/+1
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-256-38/+40
* header size is now written in gnutls_cipher.cNikos Mavrogiannopoulos2001-08-253-22/+22
* *** empty log message ***gnutls_0_2_2Nikos Mavrogiannopoulos2001-08-201-0/+3
* bugfixes and minor updatesNikos Mavrogiannopoulos2001-08-206-12/+15
* corrected and updated documentationNikos Mavrogiannopoulos2001-08-205-8/+8
* changed gnutls_bye() behaviourNikos Mavrogiannopoulos2001-08-205-26/+32
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-191-0/+1
* several fixes in gnutls_bye() function, and in gnutls_recv_int()Nikos Mavrogiannopoulos2001-08-194-40/+56
* corrected bugs in version handling and in certificate initializationNikos Mavrogiannopoulos2001-08-191-3/+6
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-1911-108/+182
* gnutls now sends (again) record packets using one write.Nikos Mavrogiannopoulos2001-08-193-84/+18
* corrected free for data not belonging to the heapNikos Mavrogiannopoulos2001-08-191-1/+0
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-1810-31/+218
* *** empty log message ***gnutls_0_2_1Nikos Mavrogiannopoulos2001-08-071-2/+1
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-0711-57/+102
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-0717-38/+229
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-0715-81/+496
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-0710-34/+57
* realloc does not realloc memory if less size is requested.Nikos Mavrogiannopoulos2001-08-071-0/+12
* updated in key usage fieldsNikos Mavrogiannopoulos2001-08-066-7/+58
* cleanups in the signature generating functionsNikos Mavrogiannopoulos2001-08-064-93/+103
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-061-1/+0
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-0621-87/+118
* more x509 client certificate stuffNikos Mavrogiannopoulos2001-08-068-25/+43
* added client certificatesNikos Mavrogiannopoulos2001-08-062-0/+75
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-0611-97/+427
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-0610-91/+191
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-0517-413/+463
* several cleanups. No longer export structures to the API, but a bunch of func...Nikos Mavrogiannopoulos2001-08-0514-130/+300
* gnutls_x509_set_cn() was removedNikos Mavrogiannopoulos2001-08-053-13/+0
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-052-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-053-5/+5
* added new function gnutls_send_alert() to the apiNikos Mavrogiannopoulos2001-08-057-23/+34