summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gnutls_1_0_12Nikos Mavrogiannopoulos2004-04-231-1/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-234-2/+6
|
* * Changes backported from the development brach:Nikos Mavrogiannopoulos2004-04-2317-711/+848
| | | | | | | - Added support for authority key identifier and the extended key usage X.509 extension fields. The certtoool was updated to support them. - Added batch support to certtool. Now it can use templates. - The RC2 cipher is no more included. The one in libgcrypt is now used.
* allow unexpected handshake requests by the client.Nikos Mavrogiannopoulos2004-04-223-3/+8
|
* srptool is now linked to gnutls-srpcryptNikos Mavrogiannopoulos2004-04-191-0/+5
|
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-191-1/+1
|
* Renamed gnutls-srpcrypt to srptoolNikos Mavrogiannopoulos2004-04-184-11/+12
|
* Corrected bug in OpenPGP key loading using a callback.Nikos Mavrogiannopoulos2004-04-184-6/+15
|
* 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
|