summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* updated documentationNikos Mavrogiannopoulos2001-09-191-1/+5
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-1412-302/+513
* updated documentation generationNikos Mavrogiannopoulos2001-09-041-2/+17
* updated documentationNikos Mavrogiannopoulos2001-09-031-5/+5
* minor bugfixesNikos Mavrogiannopoulos2001-08-273-3/+4
* use of sigaction instead of signal(), to ignore SIGPIPENikos Mavrogiannopoulos2001-08-261-7/+63
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-267-43/+126
* fixed memory leaksNikos Mavrogiannopoulos2001-08-268-77/+102
* updated gnutls.h fileNikos Mavrogiannopoulos2001-08-251-0/+7
* some memory optimization while receiving packetsNikos Mavrogiannopoulos2001-08-254-34/+33
* header size is now written in gnutls_cipher.cNikos Mavrogiannopoulos2001-08-253-22/+22
* bugfixes and minor updatesNikos Mavrogiannopoulos2001-08-204-8/+11
* changed gnutls_bye() behaviourNikos Mavrogiannopoulos2001-08-203-21/+26
* 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-198-104/+175
* 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
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-0710-56/+100
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-0711-16/+160
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-0713-68/+482
* 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-0618-79/+109
* more x509 client certificate stuffNikos Mavrogiannopoulos2001-08-068-25/+43
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-069-95/+421
* 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-059-95/+257
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-053-5/+5
* added new function gnutls_send_alert() to the apiNikos Mavrogiannopoulos2001-08-055-19/+29
* cleanups in certificate copyingNikos Mavrogiannopoulos2001-08-057-25/+68
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-0522-257/+338
* asn1_read_value() will no longer overflow the given buffer.Nikos Mavrogiannopoulos2001-08-045-44/+86
* fixes in x509 cert extensions handlingNikos Mavrogiannopoulos2001-08-048-16/+134
* minor fixesNikos Mavrogiannopoulos2001-08-045-16/+49
* added internal memory handlersNikos Mavrogiannopoulos2001-08-042-0/+164
* added internal memory handlersNikos Mavrogiannopoulos2001-08-0412-44/+52
* *** empty log message ***Nikos Mavrogiannopoulos2001-08-021-2/+3
* subjectAltName related fixesNikos Mavrogiannopoulos2001-08-021-2/+2
* added some kind of support for X509 ExtensionsNikos Mavrogiannopoulos2001-08-0212-39/+161
* documentation fixesNikos Mavrogiannopoulos2001-08-022-9/+13
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-318-19/+25
* *** empty log message ***gnutls_0_1_9Nikos Mavrogiannopoulos2001-07-302-5/+5
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-3017-104/+145
* fixes in EOF handling in handshake.Nikos Mavrogiannopoulos2001-07-292-3/+14