]>
git.ipfire.org Git - thirdparty/gnutls.git/log
Timo Schulz [Thu, 28 Feb 2002 12:31:14 +0000 (12:31 +0000)]
Changed the interface for the new OpenCDK version.
Nikos Mavrogiannopoulos [Thu, 28 Feb 2002 08:55:06 +0000 (08:55 +0000)]
updated gaa files, and client options.
Nikos Mavrogiannopoulos [Thu, 28 Feb 2002 08:38:06 +0000 (08:38 +0000)]
gnutls_record_set_default_version() was prefixed with underscore, and
it is no longer exported.
Nikos Mavrogiannopoulos [Thu, 28 Feb 2002 08:36:08 +0000 (08:36 +0000)]
Corrected session resuming in certificate authentication. gnutls_deinit,
does not remove the session entry any more if it is invalid. Added
gnutls_db_remove_session() function, which does this.
Nikos Mavrogiannopoulos [Thu, 28 Feb 2002 07:00:13 +0000 (07:00 +0000)]
added missing files
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 22:29:36 +0000 (22:29 +0000)]
removed cycle from gnutls_free and gnutls_secure_free.
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 21:12:33 +0000 (21:12 +0000)]
added check for TLS closure alerts
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 20:53:05 +0000 (20:53 +0000)]
added openpgp authentication test, and unknown cipher suites test
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 20:38:59 +0000 (20:38 +0000)]
Now we do not send the srp username as an extension, if SRP is
disabled.
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 20:26:23 +0000 (20:26 +0000)]
added check for client hello extensions.
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 20:07:07 +0000 (20:07 +0000)]
Added tls_test. This is program that can be used to test TLS servers'
parameters.
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 20:05:35 +0000 (20:05 +0000)]
Added gnutls_record_set_default_version(). This is a low level function.
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 10:58:24 +0000 (10:58 +0000)]
SOCKET_PTR was removed
Nikos Mavrogiannopoulos [Wed, 27 Feb 2002 10:06:34 +0000 (10:06 +0000)]
corrected record_send() prototype
Nikos Mavrogiannopoulos [Tue, 26 Feb 2002 19:08:36 +0000 (19:08 +0000)]
updated for fcdump
Nikos Mavrogiannopoulos [Mon, 25 Feb 2002 22:49:41 +0000 (22:49 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Mon, 25 Feb 2002 22:48:39 +0000 (22:48 +0000)]
added (an impossible situation) check
Nikos Mavrogiannopoulos [Mon, 25 Feb 2002 22:31:28 +0000 (22:31 +0000)]
*** empty log message ***
Timo Schulz [Sun, 24 Feb 2002 19:24:00 +0000 (19:24 +0000)]
Fixed a possible buffer overflow.
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 17:34:03 +0000 (17:34 +0000)]
added missing makefile.am
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 15:46:05 +0000 (15:46 +0000)]
The Diffie Hellman parameters are now stored in the credentials structures.
This will allow precomputation of signatures (for DHE cipher suites).
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 12:54:19 +0000 (12:54 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 12:00:40 +0000 (12:00 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 11:54:47 +0000 (11:54 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 11:24:06 +0000 (11:24 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 24 Feb 2002 10:47:54 +0000 (10:47 +0000)]
removed GNUTLS_CERT_NONE (replaced by GNUTLS_E_NO_CERTIFICATE_FOUND).
removed GNUTLS_CERT_VALID (it's valid if it's not invalid)
Timo Schulz [Sat, 23 Feb 2002 21:50:18 +0000 (21:50 +0000)]
Bug fixes for _verify_key and basic trust handling for keys.
Nikos Mavrogiannopoulos [Sat, 23 Feb 2002 10:57:36 +0000 (10:57 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sat, 23 Feb 2002 09:00:20 +0000 (09:00 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 23:53:46 +0000 (23:53 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 23:49:40 +0000 (23:49 +0000)]
includes moved before #ifdef
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 19:29:03 +0000 (19:29 +0000)]
*** empty log message ***
Timo Schulz [Fri, 22 Feb 2002 18:49:37 +0000 (18:49 +0000)]
Added stubs for the case we don't have OpenCDK support.
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 18:31:05 +0000 (18:31 +0000)]
Changed certificate verification functions.
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 17:43:11 +0000 (17:43 +0000)]
*** empty log message ***
Timo Schulz [Fri, 22 Feb 2002 17:14:07 +0000 (17:14 +0000)]
Implemented gnutls_certificate_set_openpgp_key_mem.
Some basic routines for key ownertrust.
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 13:30:50 +0000 (13:30 +0000)]
added trustdb stuff
Timo Schulz [Fri, 22 Feb 2002 12:52:30 +0000 (12:52 +0000)]
Modified code for the new OpenCDK code.
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 12:26:46 +0000 (12:26 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 11:39:47 +0000 (11:39 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 11:34:44 +0000 (11:34 +0000)]
moved private cipher suites to 0xFF space.
Nikos Mavrogiannopoulos [Fri, 22 Feb 2002 00:40:23 +0000 (00:40 +0000)]
Several alert protocol changes.
Timo Schulz [Thu, 21 Feb 2002 22:34:52 +0000 (22:34 +0000)]
Fixed return code check for GnuTLS functions.
Nikos Mavrogiannopoulos [Thu, 21 Feb 2002 21:06:04 +0000 (21:06 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 21 Feb 2002 20:57:34 +0000 (20:57 +0000)]
set_key_server renamed to set_keyserver
Nikos Mavrogiannopoulos [Thu, 21 Feb 2002 20:42:27 +0000 (20:42 +0000)]
Added gnutls_alert_str (allows printing alert number descriptions)
Timo Schulz [Thu, 21 Feb 2002 13:49:30 +0000 (13:49 +0000)]
Fixed a segfault in the OpenPGP code.
Nikos Mavrogiannopoulos [Thu, 21 Feb 2002 09:55:57 +0000 (09:55 +0000)]
Updated the openpgp certificate message, fingerprint handling.
Nikos Mavrogiannopoulos [Thu, 21 Feb 2002 09:21:04 +0000 (09:21 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Wed, 20 Feb 2002 20:53:31 +0000 (20:53 +0000)]
some fixes in verification procedure
Timo Schulz [Tue, 19 Feb 2002 18:57:27 +0000 (18:57 +0000)]
Applied the patches to fix the GDOC problem.
Some bug fixes all over the place and the implementation of some
function stubs.
Nikos Mavrogiannopoulos [Tue, 19 Feb 2002 08:17:47 +0000 (08:17 +0000)]
removed CERT_CORRUPTED
Nikos Mavrogiannopoulos [Tue, 19 Feb 2002 08:09:23 +0000 (08:09 +0000)]
openpgp fingerprint is calculated dynamically.
Nikos Mavrogiannopoulos [Mon, 18 Feb 2002 20:31:39 +0000 (20:31 +0000)]
Added some support the OpenPGP Certificate message, with key fingerprints.
Nikos Mavrogiannopoulos [Mon, 18 Feb 2002 14:11:15 +0000 (14:11 +0000)]
Added some stuff for the client to send the OpenPGP fingerprint.
Nikos Mavrogiannopoulos [Mon, 18 Feb 2002 12:42:05 +0000 (12:42 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 17 Feb 2002 20:07:27 +0000 (20:07 +0000)]
Corrected bug in RSA authentication, responsible for random
(very very rare, and difficult to reproduce) failures.
Nikos Mavrogiannopoulos [Sun, 17 Feb 2002 13:49:02 +0000 (13:49 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 17 Feb 2002 13:14:02 +0000 (13:14 +0000)]
Improved X.509 verification functions. They are still too primitive.
Nikos Mavrogiannopoulos [Sun, 17 Feb 2002 09:55:07 +0000 (09:55 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sat, 16 Feb 2002 20:50:14 +0000 (20:50 +0000)]
Some cleanups.
Nikos Mavrogiannopoulos [Sat, 16 Feb 2002 13:29:09 +0000 (13:29 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 18:43:14 +0000 (18:43 +0000)]
*** empty log message ***
Timo Schulz [Fri, 15 Feb 2002 17:30:54 +0000 (17:30 +0000)]
Fixed some memory leaks.
Code to handle ElGamal keys.
Some minor bug fixes.
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 17:04:46 +0000 (17:04 +0000)]
renamed gnutls_read to gnutls_record_read and gnutls_write to
gnutls_record_write.
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 17:03:11 +0000 (17:03 +0000)]
Added TLS Layers section.
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 15:28:42 +0000 (15:28 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 11:34:33 +0000 (11:34 +0000)]
updated client and server
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 11:34:01 +0000 (11:34 +0000)]
removed
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 11:23:19 +0000 (11:23 +0000)]
Extension types now use a 16 bit type field (following the current draft).
Some fixes in the max record size extension.
Nikos Mavrogiannopoulos [Fri, 15 Feb 2002 11:22:32 +0000 (11:22 +0000)]
*** empty log message ***
Timo Schulz [Thu, 14 Feb 2002 21:38:44 +0000 (21:38 +0000)]
Basic HKP keyserver support.
Function to retrieve the key from the keyring by keyid, fingerprint.
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 11:52:54 +0000 (11:52 +0000)]
Verification function returns the GNUTLS_CERT_VALID flag.
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 11:02:24 +0000 (11:02 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 10:57:57 +0000 (10:57 +0000)]
Changed srp callback function parameters.
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 10:45:50 +0000 (10:45 +0000)]
Corrected bugs in prime generation.
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 10:30:46 +0000 (10:30 +0000)]
Server updated. Now command line parameters are available.
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 10:04:29 +0000 (10:04 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 09:57:25 +0000 (09:57 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 09:25:16 +0000 (09:25 +0000)]
Updated client
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 09:21:43 +0000 (09:21 +0000)]
Direct access to version field in the state was replaced by the function
gnutls_protocol_get_version().
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 09:20:18 +0000 (09:20 +0000)]
Corrected bugs in RSA authentication. Random value is not generated
using the GNUTLS_STRONG_RANDOM flag, and fixed client key exchange packet
formating, to depend on the correct version.
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 09:18:34 +0000 (09:18 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 14 Feb 2002 09:16:58 +0000 (09:16 +0000)]
Added GNUTLS_CERT_INVALID and GNUTLS_CERT_VALID of CertificateStatus flags,
which replace GNUTLS_CERT_NOT_TRUSTED.
Fabio Fiorina [Wed, 13 Feb 2002 19:48:14 +0000 (19:48 +0000)]
bug fix with bison 1.32
Nikos Mavrogiannopoulos [Wed, 13 Feb 2002 18:03:31 +0000 (18:03 +0000)]
Added more functions to allow access to Diffie Hellman parameters
(partially at least). Corrected Diffie Hellman stuff.
Nikos Mavrogiannopoulos [Wed, 13 Feb 2002 10:27:39 +0000 (10:27 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Wed, 13 Feb 2002 10:07:29 +0000 (10:07 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Wed, 13 Feb 2002 10:03:22 +0000 (10:03 +0000)]
Made most ifdefs in client program, configurable via command line.
Nikos Mavrogiannopoulos [Wed, 13 Feb 2002 10:02:12 +0000 (10:02 +0000)]
It does not send the cert_type extension if only x.509 certificates
are used.
Nikos Mavrogiannopoulos [Tue, 12 Feb 2002 13:27:09 +0000 (13:27 +0000)]
Corrected bugs in examples.
Nikos Mavrogiannopoulos [Tue, 12 Feb 2002 13:04:09 +0000 (13:04 +0000)]
Priority cannot be set if not using the OPENCDK library.
Nikos Mavrogiannopoulos [Mon, 11 Feb 2002 19:33:52 +0000 (19:33 +0000)]
Updated documentation.
Nikos Mavrogiannopoulos [Mon, 11 Feb 2002 10:08:52 +0000 (10:08 +0000)]
Added new client pgp keys and a keyring
Nikos Mavrogiannopoulos [Sun, 10 Feb 2002 23:52:47 +0000 (23:52 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 10 Feb 2002 23:38:21 +0000 (23:38 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 10 Feb 2002 23:28:41 +0000 (23:28 +0000)]
*** empty log message ***
Timo Schulz [Sun, 10 Feb 2002 23:08:56 +0000 (23:08 +0000)]
High level support for OpenPGP keyrings.
Nikos Mavrogiannopoulos [Sun, 10 Feb 2002 22:24:55 +0000 (22:24 +0000)]
Added ChangeLog [generated by CVS log]
Nikos Mavrogiannopoulos [Sun, 10 Feb 2002 21:58:44 +0000 (21:58 +0000)]
*** empty log message ***