summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* detect EOFNikos Mavrogiannopoulos2001-07-291-3/+3
* Added documentation in TEXNikos Mavrogiannopoulos2001-07-281-2/+4
* added some documentation. Bug fixes in CHANGECIPHER_SPEC packet.Nikos Mavrogiannopoulos2001-07-288-23/+34
* changed gnutls_read() semanticsNikos Mavrogiannopoulos2001-07-276-14/+51
* get time bug fixedFabio Fiorina2001-07-261-11/+6
* fixed/updated compare_dn() function.Nikos Mavrogiannopoulos2001-07-261-55/+41
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-261-19/+18
* updated sig_check()Nikos Mavrogiannopoulos2001-07-261-13/+10
* gnutls now checks the certificate's CN to see if it matches theNikos Mavrogiannopoulos2001-07-249-30/+62
* bugfixesNikos Mavrogiannopoulos2001-07-242-5/+3
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-2414-99/+262
* ignores some errorsNikos Mavrogiannopoulos2001-07-211-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-217-34/+46
* corrected memory leaksNikos Mavrogiannopoulos2001-07-2110-21/+36
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-2111-97/+121
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-201-4/+3
* updated file structureNikos Mavrogiannopoulos2001-07-208-15/+1052
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-2013-27/+284
* ""Fabio Fiorina2001-07-193-12/+206
* C structure managementFabio Fiorina2001-07-192-0/+914