summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Corrected bug in TLS renegotiation.gnutls_1_0_11Nikos Mavrogiannopoulos2004-04-172-1/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-171-1/+1
|
* Added gnutls_sign_algorithm_get_name() and gnutls_pk_algorithm_get_name().Nikos Mavrogiannopoulos2004-04-176-37/+104
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-033-6/+6
|
* *** empty log message ***gnutls_1_0_10Nikos Mavrogiannopoulos2004-04-031-1/+1
|
* - Corrected bug in SSL 3.0 authentication.Nikos Mavrogiannopoulos2004-04-038-113/+106
| | | | (backported changes from the development branch)
* - Corrected bug in RSA parameters handling which could causeNikos Mavrogiannopoulos2004-04-033-2/+6
| | | | unexpected crashes.
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-031-1/+0
|
* *** empty log message ***gnutls_1_0_9Nikos Mavrogiannopoulos2004-03-293-3/+3
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-03-292-2/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-03-253-8/+27
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-03-254-13/+18
|
* Backported changes from the development cvs version.Nikos Mavrogiannopoulos2004-03-2540-136/+683
| | | | | | | | | | | Those are: - Added gnutls_certificate_set_params_function() and gnutls_anon_set_params_function() that set the RSA or DH parameters using a callback. - Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy() and gnutls_x509_privkey_cpy(). - Corrected a compilation issue when opencdk was installed in a non standard directory.
* *** empty log message ***gnutls_1_0_8Nikos Mavrogiannopoulos2004-02-281-4/+6
|
* compilation fixes for the case where --disable-openpgp-authentication is ↵Nikos Mavrogiannopoulos2004-02-281-3/+10
| | | | specified.
* added new libtasn1 (0.2.7)Nikos Mavrogiannopoulos2004-02-286-23/+29
|
* some bugfixes. No longer allow sending client hello if a TLS version is not set.Nikos Mavrogiannopoulos2004-02-283-7/+3
|
* Corrected bug in mutual certificate authentication in SSL 3.0 (part 2).Nikos Mavrogiannopoulos2004-02-272-36/+37
|
* Corrected bug in mutual certificate authentication in SSL 3.0.Nikos Mavrogiannopoulos2004-02-2710-31/+67
|
* *** empty log message ***gnutls_1_0_7Nikos Mavrogiannopoulos2004-02-2512-36/+197
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-221-1/+1
|
* Corrected the return values of gnutls_x509_crt_check_hostname().Nikos Mavrogiannopoulos2004-02-227-1757/+2592
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-221-5/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-161-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-131-1/+1
|
* backported all the changes from the development branch to 1.0.x, except for ↵Nikos Mavrogiannopoulos2004-02-12104-2347/+3502
| | | | TLS 1.1 which is untested.
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-111-0/+10
|
* added check for a%n==0,1,-1Nikos Mavrogiannopoulos2004-02-113-0/+46
|
* ported the client from the development branch.Nikos Mavrogiannopoulos2004-02-111-4/+22
|
* *** empty log message ***gnutls_1_0_5Nikos Mavrogiannopoulos2004-02-113-185/+184
|
* some other bugfixes ported from the development branch.Nikos Mavrogiannopoulos2004-02-118-92/+236
|
* some bugfixes.Nikos Mavrogiannopoulos2004-02-104-5/+9
|
* Backported several things from the development branch.Nikos Mavrogiannopoulos2004-02-1046-809/+2695
|
* Fixed some bugs. Patch by Brieuc Jeunhomme <bbp@via.ecp.fr>.Nikos Mavrogiannopoulos2004-02-101-0/+14
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-051-1/+1
|
* the -D_REENTRANT cflag is now used.gnutls_1_0_4Nikos Mavrogiannopoulos2004-01-042-2/+7
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-041-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-041-4/+5
|
* * Changed handshake behaviour to send the lowest TLS versionNikos Mavrogiannopoulos2004-01-034-2798/+5162
| | | | | when an unsupported version was advertized. The current behaviour is to send the maximum version we support.
* *** empty log message ***gnutls_1_0_3Nikos Mavrogiannopoulos2003-12-213-6/+6
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-192-2/+2
|
* Corrected a bug in the GNUTLS_KEY key usage definitions.Nikos Mavrogiannopoulos2003-12-193-18/+23
|
* Corrected bug in gnutls_bye() which made it return an error codeNikos Mavrogiannopoulos2003-12-194-16/+30
| | | | of INVALID_REQUEST instead of success.
* *** empty log message ***gnutls_1_0_2Nikos Mavrogiannopoulos2003-12-181-1/+1
|
* Corrected a bug in the RSA key generation. This wasNikos Mavrogiannopoulos2003-12-183-21/+26
| | | | generating unusable RSA keys.
* Corrected a bug in gnutls_dh_params_export_pkcs3() which made it reportgnutls_1_0_1Nikos Mavrogiannopoulos2003-12-103-4/+5
| | | | a wrong size for the output data.
* Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().Nikos Mavrogiannopoulos2003-12-106-6/+62
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-101-1/+1
|
* Some documentation fixes.Nikos Mavrogiannopoulos2003-12-092-16/+18
|
* Fixed the SRP detection test in gnutls-cli-debug.Nikos Mavrogiannopoulos2003-12-094-14/+20
|