Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the handling of prime numbers. | Nikos Mavrogiannopoulos | 2001-10-09 | 1 | -0/+3 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-10-08 | 1 | -0/+2 |
* | Client certificate callback has been improved | Nikos Mavrogiannopoulos | 2001-09-14 | 1 | -1/+1 |
* | gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request(). | Nikos Mavrogiannopoulos | 2001-08-26 | 1 | -1/+0 |
* | fixed memory leaks | Nikos Mavrogiannopoulos | 2001-08-26 | 1 | -4/+4 |
* | updated gnutls.h file | Nikos Mavrogiannopoulos | 2001-08-25 | 1 | -0/+7 |
* | bugfixes and minor updates | Nikos Mavrogiannopoulos | 2001-08-20 | 1 | -1/+3 |
* | changed gnutls_bye() behaviour | Nikos Mavrogiannopoulos | 2001-08-20 | 1 | -1/+1 |
* | several fixes in gnutls_bye() function, and in gnutls_recv_int() | Nikos Mavrogiannopoulos | 2001-08-19 | 1 | -1/+2 |
* | additions in order for gnutls server to support client authentication | Nikos Mavrogiannopoulos | 2001-08-07 | 1 | -3/+9 |
* | several fixes. Added client authentication with x509PKI | Nikos Mavrogiannopoulos | 2001-08-06 | 1 | -6/+6 |
* | several cleanups. No longer export structures to the API, but a bunch of func... | Nikos Mavrogiannopoulos | 2001-08-05 | 1 | -62/+8 |
* | added new function gnutls_send_alert() to the api | Nikos Mavrogiannopoulos | 2001-08-05 | 1 | -0/+2 |
* | cleanups in certificate copying | Nikos Mavrogiannopoulos | 2001-08-05 | 1 | -0/+3 |
* | fixes in x509 cert extensions handling | Nikos Mavrogiannopoulos | 2001-08-04 | 1 | -1/+17 |
* | added some kind of support for X509 Extensions | Nikos Mavrogiannopoulos | 2001-08-02 | 1 | -9/+15 |
* | added log function (no longer use fprintf). | Nikos Mavrogiannopoulos | 2001-07-30 | 1 | -3/+1 |
* | added some documentation. Bug fixes in CHANGECIPHER_SPEC packet. | Nikos Mavrogiannopoulos | 2001-07-28 | 1 | -2/+8 |
* | changed gnutls_read() semantics | Nikos Mavrogiannopoulos | 2001-07-27 | 1 | -0/+3 |
* | gnutls now checks the certificate's CN to see if it matches the | Nikos Mavrogiannopoulos | 2001-07-24 | 1 | -1/+7 |
* | corrected bug in b64 decoding. Added support for multiple TLS protocol | Nikos Mavrogiannopoulos | 2001-07-24 | 1 | -6/+6 |
* | several fixes cleanups etc. | Nikos Mavrogiannopoulos | 2001-07-21 | 1 | -2/+1 |
* | updated file structure | Nikos Mavrogiannopoulos | 2001-07-20 | 1 | -1/+1 |
* | more certificate fields parsed. Cleanups | Nikos Mavrogiannopoulos | 2001-07-18 | 1 | -0/+3 |
* | several cleanups. Added check for certificate's expiration time. | Nikos Mavrogiannopoulos | 2001-07-17 | 1 | -7/+10 |
* | updated cert_verify | Nikos Mavrogiannopoulos | 2001-07-16 | 1 | -1/+1 |
* | updated API | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -3/+12 |
* | several bug fixes in ASN handling. Fixes/additions | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -6/+18 |
* | several cleanups | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -26/+33 |
* | improved certificate handling | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -18/+6 |
* | Cleanups. Mostly while sending client certificate (and client certificate ver... | Nikos Mavrogiannopoulos | 2001-06-25 | 1 | -0/+1 |
* | added support for DNSNAME extension (draft-ietf-tls-extensions) | Nikos Mavrogiannopoulos | 2001-06-24 | 1 | -0/+6 |
* | fixes in ChangeCipherSpec handling (this also fixes rehandshake). | Nikos Mavrogiannopoulos | 2001-06-24 | 1 | -1/+1 |
* | added internal representation of pkcs1 rsa private keys. | Nikos Mavrogiannopoulos | 2001-06-22 | 1 | -2/+3 |
* | added global state. | Nikos Mavrogiannopoulos | 2001-06-22 | 1 | -0/+10 |
* | minor cleanups | Nikos Mavrogiannopoulos | 2001-06-22 | 1 | -3/+3 |
* | gnutls_cert is not defined here | Nikos Mavrogiannopoulos | 2001-06-22 | 1 | -15/+3 |
* | Updated Ciphersuite selection algorithm. | Nikos Mavrogiannopoulos | 2001-06-21 | 1 | -1/+22 |
* | removed unneeded code and added some kind of client support for RSA | Nikos Mavrogiannopoulos | 2001-06-19 | 1 | -0/+12 |
* | fixes in session resuming.. | Nikos Mavrogiannopoulos | 2001-06-19 | 1 | -0/+2 |
* | several cleanups in the low level record layer (the old code was a mess). | Nikos Mavrogiannopoulos | 2001-06-18 | 1 | -12/+13 |
* | cleanups and addition of a test http server (serv.c) | Nikos Mavrogiannopoulos | 2001-06-18 | 1 | -4/+5 |
* | several additions for RSA (mostly unstable) | Nikos Mavrogiannopoulos | 2001-06-17 | 1 | -0/+6 |
* | more rsa fixes. | Nikos Mavrogiannopoulos | 2001-06-16 | 1 | -3/+15 |
* | more rsa stuff -- and cleanups | Nikos Mavrogiannopoulos | 2001-06-15 | 1 | -0/+1 |
* | several additions in order to support KX_RSA and X509PKI. | Nikos Mavrogiannopoulos | 2001-06-15 | 1 | -0/+9 |
* | better handling of set/get credentials. | Nikos Mavrogiannopoulos | 2001-06-14 | 1 | -6/+7 |
* | updated | Nikos Mavrogiannopoulos | 2001-06-05 | 1 | -4/+4 |
* | updated documentation and functions | Nikos Mavrogiannopoulos | 2001-06-05 | 1 | -2/+4 |
* | gnutls now handles uint64 even in systems without a native one. | Nikos Mavrogiannopoulos | 2001-06-01 | 1 | -1/+1 |