Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups | Nikos Mavrogiannopoulos | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | cleanupsgnutls_0_3_0 | Nikos Mavrogiannopoulos | 2001-12-19 | 1 | -1/+1 |
| | |||||
* | corrections in the configuration files. | Nikos Mavrogiannopoulos | 2001-12-18 | 1 | -3/+7 |
| | |||||
* | some corrections in assembler detection. Also chmod -w gnutls.h was | Nikos Mavrogiannopoulos | 2001-12-17 | 1 | -2/+1 |
| | | | | removed. | ||||
* | updated documentation | Nikos Mavrogiannopoulos | 2001-12-14 | 1 | -4/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-12-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-12-10 | 1 | -1/+1 |
| | |||||
* | GNUTLS_LIST is now int* | Nikos Mavrogiannopoulos | 2001-12-06 | 1 | -50/+0 |
| | |||||
* | Changes in function names concerning _db_ handling and _session_ handling. | Nikos Mavrogiannopoulos | 2001-12-05 | 1 | -0/+3 |
| | |||||
* | now the peer's certificate list is stored into auth info structure (instead | Nikos Mavrogiannopoulos | 2001-12-04 | 1 | -8/+18 |
| | | | | | of the certificate). several other cleanups. | ||||
* | fixes in autoconf scripts | Nikos Mavrogiannopoulos | 2001-12-01 | 1 | -11/+16 |
| | |||||
* | updated detection of library settings | Nikos Mavrogiannopoulos | 2001-12-01 | 1 | -37/+105 |
| | |||||
* | cleanups and some corrections. | Nikos Mavrogiannopoulos | 2001-11-26 | 1 | -1/+1 |
| | |||||
* | corrected some obscure bugs in the handshake and record send buffering code. | Nikos Mavrogiannopoulos | 2001-11-15 | 1 | -0/+1 |
| | |||||
* | now requires autoconf 2.50 | Nikos Mavrogiannopoulos | 2001-11-12 | 1 | -0/+1 |
| | |||||
* | several fixes. | Nikos Mavrogiannopoulos | 2001-11-10 | 1 | -7/+22 |
| | | | | | | | Including: - max_record_header extension. - resume handshake sending wrong ssl version - Non blocking IO (not ready yet) | ||||
* | added max_record_size extension | Nikos Mavrogiannopoulos | 2001-11-06 | 1 | -1/+1 |
| | |||||
* | added support for va_copy | Nikos Mavrogiannopoulos | 2001-11-05 | 1 | -0/+46 |
| | |||||
* | added hooks in order to use external database to store session to be | Nikos Mavrogiannopoulos | 2001-11-02 | 1 | -1/+1 |
| | | | | resumed. Works but it is not finished. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-10-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message ***gnutls_0_2_9 | Nikos Mavrogiannopoulos | 2001-10-27 | 1 | -2/+2 |
| | |||||
* | auth_info types and structures were moved to the internals of the library. | Nikos Mavrogiannopoulos | 2001-10-15 | 1 | -2/+2 |
| | | | | | This makes the library incompatible (source & binary) with the previous versions. | ||||
* | added DHE_RSA ciphersuites | Nikos Mavrogiannopoulos | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | updated documentation generation | Nikos Mavrogiannopoulos | 2001-09-04 | 1 | -0/+1 |
| | |||||
* | use of sigaction instead of signal(), to ignore SIGPIPE | Nikos Mavrogiannopoulos | 2001-08-26 | 1 | -2/+2 |
| | |||||
* | gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request(). | Nikos Mavrogiannopoulos | 2001-08-26 | 1 | -2/+3 |
| | | | | Added gnutls_x509pki_set_cert_callback(). | ||||
* | updated gnutls.h file | Nikos Mavrogiannopoulos | 2001-08-25 | 1 | -0/+5 |
| | |||||
* | better support for buffered read and several cleanups | Nikos Mavrogiannopoulos | 2001-08-19 | 1 | -1/+1 |
| | |||||
* | server side client authentication worksgnutls_0_2_0 | Nikos Mavrogiannopoulos | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | several cleanups. No longer export structures to the API, but a bunch of ↵ | Nikos Mavrogiannopoulos | 2001-08-05 | 1 | -0/+2 |
| | | | | | | functions in order to access them. | ||||
* | added new function gnutls_send_alert() to the api | Nikos Mavrogiannopoulos | 2001-08-05 | 1 | -3/+3 |
| | |||||
* | added profiler option | Nikos Mavrogiannopoulos | 2001-07-30 | 1 | -2/+7 |
| | |||||
* | Added documentation in TEX | Nikos Mavrogiannopoulos | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | moving to 0.1.9 | Nikos Mavrogiannopoulos | 2001-07-26 | 1 | -2/+2 |
| | |||||
* | updated file structure | Nikos Mavrogiannopoulos | 2001-07-20 | 1 | -1/+2 |
| | |||||
* | added some kind of certificate checking | Nikos Mavrogiannopoulos | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | several cleanups | Nikos Mavrogiannopoulos | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | added checks for signals | Nikos Mavrogiannopoulos | 2001-06-23 | 1 | -2/+2 |
| | |||||
* | added global state. | Nikos Mavrogiannopoulos | 2001-06-22 | 1 | -2/+2 |
| | |||||
* | Updated Ciphersuite selection algorithm. | Nikos Mavrogiannopoulos | 2001-06-21 | 1 | -2/+2 |
| | | | | Added internal representation of x509 structures. | ||||
* | several fixes for RSA. gnutls server can now work with rsa certificates. | Nikos Mavrogiannopoulos | 2001-06-17 | 1 | -0/+2 |
| | |||||
* | Added Fabio's ASN1/DER parser. | Nikos Mavrogiannopoulos | 2001-06-11 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-06-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-06-06 | 1 | -15/+8 |
| | |||||
* | gnutls now handles uint64 even in systems without a native one. | Nikos Mavrogiannopoulos | 2001-06-01 | 1 | -2/+3 |
| | | | | several bug fixes. | ||||
* | updated configuration scripts to comply to autoconf 2.50 | Nikos Mavrogiannopoulos | 2001-05-31 | 1 | -15/+14 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-05-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-05-27 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2001-05-23 | 1 | -2/+2 |
| |