Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>. | Nikos Mavrogiannopoulos | 2003-05-08 | 1 | -13/+18 |
| | |||||
* | * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id() | Nikos Mavrogiannopoulos | 2003-04-18 | 1 | -2/+2 |
| | | | | | functions which return a unique (per public key) ID. These can be used to check if the private key corresponds to a given certificate. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-04-14 | 1 | -1/+1 |
| | |||||
* | Some fixes to allow proper compiling when --disable-srp-authentication and ↵ | Nikos Mavrogiannopoulos | 2003-04-01 | 1 | -1/+21 |
| | | | | --disable-anon-authentication are specified. Patch by Paul Sheer. | ||||
* | Added the --disable-extra-pki configure option, which disables all extra PKI ↵ | Nikos Mavrogiannopoulos | 2003-04-01 | 1 | -0/+2 |
| | | | | stuff like PKCS #7, PKCS #10 etc. To be used in constraint systems. | ||||
* | Added the --debug option to the gnutls-serv. | Nikos Mavrogiannopoulos | 2003-03-26 | 1 | -1/+9 |
| | |||||
* | * Corrected a bug in 64 bit architectures, which affected the | Nikos Mavrogiannopoulos | 2003-03-04 | 1 | -8/+2 |
| | | | | | | serial number calculation in the record layer. * Added gnutls_certificate_free_keys() which deletes all the private keys and certificates from the credentials structure. | ||||
* | The RSA and DH parameter handling has been updated. | Nikos Mavrogiannopoulos | 2003-02-16 | 1 | -43/+6 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | Several internal changes to use the new certificate API. CRL support is ↵ | Nikos Mavrogiannopoulos | 2003-02-09 | 1 | -61/+15 |
| | | | | complete. | ||||
* | * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now use | Nikos Mavrogiannopoulos | 2003-02-03 | 1 | -13/+71 |
| | | | | | | | | | | | | gnutls_malloc() to allocate the output parameters. * Added gnutls_pkcs3_extract_dh_params() which extracts parameters from PKCS#3 encoded structures. This was in order to read parameters generated using the openssl dhparam tool. * Several changes in the temporary (DH/RSA) parameter codebase. No DH parameters are now included in the library. Also a credentials structure can now hold only one temporary parameter. | ||||
* | updated some example and the server to use the new gnutls_malloc() in callbacks. | Nikos Mavrogiannopoulos | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | updated to include a callback for receiving openpgp keys, using libopencdk. | Nikos Mavrogiannopoulos | 2002-12-08 | 1 | -481/+518 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-12-07 | 1 | -4/+8 |
| | |||||
* | Added the new functions gnutls_get_malloc_function(), ↵ | Nikos Mavrogiannopoulos | 2002-12-06 | 1 | -1/+57 |
| | | | | gnutls_get_free_function(). Also changed the way callback functions must allocate data. They now need to use these functions, instead of just calling malloc(). | ||||
* | Added support for the DSS certificate SRP authenticated cipher suites ↵ | Nikos Mavrogiannopoulos | 2002-11-19 | 1 | -77/+6 |
| | | | | (currently only with 3DES cipher). Cleaned up the client and server code, which was duplicated. | ||||
* | Added certificate authenticated SRP cipher suites. | Nikos Mavrogiannopoulos | 2002-11-19 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | cleanups | Nikos Mavrogiannopoulos | 2002-11-11 | 1 | -9/+9 |
| | |||||
* | now does not require carriage return | Nikos Mavrogiannopoulos | 2002-10-12 | 1 | -2/+4 |
| | |||||
* | Improved the server name extension. Resumed sessions can now use it. | Nikos Mavrogiannopoulos | 2002-10-11 | 1 | -1/+1 |
| | |||||
* | Added server name extension, from draft-ietf-tls-extension-05. | Nikos Mavrogiannopoulos | 2002-10-11 | 1 | -0/+9 |
| | |||||
* | Separated alert checking from the example programs, to make them cleaner. ↵ | Nikos Mavrogiannopoulos | 2002-10-10 | 1 | -1/+2 |
| | | | | Added an example which demonstrates the alert checking. | ||||
* | Added support for the LZO compression library in gnutls-extra. Some fixes in ↵ | Nikos Mavrogiannopoulos | 2002-09-17 | 1 | -2/+4 |
| | | | | the hello message parsing. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-09-16 | 1 | -2/+2 |
| | |||||
* | Removed dependency on libgdbm library. | Nikos Mavrogiannopoulos | 2002-09-09 | 1 | -86/+89 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-09-03 | 1 | -5/+5 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-09-02 | 1 | -2/+2 |
| | |||||
* | cert_type abreviation was expanded to certificate_type. | Nikos Mavrogiannopoulos | 2002-08-30 | 1 | -2/+2 |
| | |||||
* | Renamed all the constructed types to have more consisten names, and some ↵ | Nikos Mavrogiannopoulos | 2002-08-29 | 1 | -66/+67 |
| | | | | other minor improvements. | ||||
* | Renamed GNUTLS_CIPHER_ARCFOUR to GNUTLS_CIPHER_ARCFOUR_128 | Nikos Mavrogiannopoulos | 2002-08-26 | 1 | -2/+2 |
| | |||||
* | renamed ARCFOUR-EXPORT to ARCFOUR-40 | Nikos Mavrogiannopoulos | 2002-08-26 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-08-25 | 1 | -2/+2 |
| | |||||
* | improvements in server html output | Nikos Mavrogiannopoulos | 2002-08-25 | 1 | -16/+24 |
| | |||||
* | changes for export cipher suites | Nikos Mavrogiannopoulos | 2002-08-25 | 1 | -6/+55 |
| | |||||
* | gnutls_handshake_set_exportable_detection() was obsoleted. | Nikos Mavrogiannopoulos | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | Client and server now accept the null cipher option. | Nikos Mavrogiannopoulos | 2002-07-15 | 1 | -1/+3 |
| | |||||
* | corrected possible bug in http server | Nikos Mavrogiannopoulos | 2002-07-10 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-07-07 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-07-05 | 1 | -4/+4 |
| | |||||
* | updated the parameters of srpcrypt program. Other minor changes in included ↵ | Nikos Mavrogiannopoulos | 2002-07-04 | 1 | -8/+17 |
| | | | | programs. | ||||
* | Renamed credential allocation functions from *_sc() to *_cred(). | Nikos Mavrogiannopoulos | 2002-06-22 | 1 | -6/+6 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-06-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-06-20 | 1 | -1/+1 |
| | |||||
* | _func abreviation is no longer used. Functions renamed to _function. | Nikos Mavrogiannopoulos | 2002-06-19 | 1 | -3/+3 |
| | |||||
* | removed ioctl stuff. | Nikos Mavrogiannopoulos | 2002-06-19 | 1 | -4/+5 |
| | |||||
* | added 'nodb' and 'quiet' options to server. | Nikos Mavrogiannopoulos | 2002-06-19 | 1 | -19/+45 |
| | |||||
* | The server used was changed to a non blocking one. The server was created by ↵ | Nikos Mavrogiannopoulos | 2002-06-18 | 1 | -197/+364 |
| | | | | Paul Sheer. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2002-06-16 | 1 | -18/+14 |
| | |||||
* | Removed the gdbm backend for resuming TLS sessions. Program gnutls-serv was ↵ | Nikos Mavrogiannopoulos | 2002-06-15 | 1 | -9/+119 |
| | | | | modified to include support for resuming sessions with the callback api. |