]>
git.ipfire.org Git - thirdparty/gnutls.git/log
Simon Josefsson [Thu, 21 Apr 2005 21:59:50 +0000 (21:59 +0000)]
Make it compile.
Nikos Mavrogiannopoulos [Thu, 21 Apr 2005 16:51:09 +0000 (16:51 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 21 Apr 2005 12:20:25 +0000 (12:20 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Thu, 21 Apr 2005 12:01:58 +0000 (12:01 +0000)]
some cleanups, and changes in the resuming code to avoid freeing non-allocated stuff.
Simon Josefsson [Tue, 19 Apr 2005 07:55:18 +0000 (07:55 +0000)]
Remove some warnings.
Nikos Mavrogiannopoulos [Mon, 18 Apr 2005 22:20:31 +0000 (22:20 +0000)]
some cleanups in certtool
Simon Josefsson [Fri, 15 Apr 2005 00:41:04 +0000 (00:41 +0000)]
Remove includes/gnutls/Makefile.am.
Fix includes/Makefile.am to compensate.
Simon Josefsson [Fri, 15 Apr 2005 00:26:13 +0000 (00:26 +0000)]
Remove gnutls_alert.h.
Simon Josefsson [Fri, 15 Apr 2005 00:25:36 +0000 (00:25 +0000)]
Add license.
Simon Josefsson [Fri, 15 Apr 2005 00:25:19 +0000 (00:25 +0000)]
Simplify.
Add license.
Simon Josefsson [Fri, 15 Apr 2005 00:23:20 +0000 (00:23 +0000)]
Don't dist gnutls.h, it is generated.
Simon Josefsson [Fri, 15 Apr 2005 00:12:32 +0000 (00:12 +0000)]
Move lib/gnutls.h.in.in into includes/gnutls/gnutls.h.in.
Fix #warning about missing components, it didn't work in config.status.
Simplify configure.ac wrt to gnutls.h.
Simon Josefsson [Thu, 14 Apr 2005 23:08:11 +0000 (23:08 +0000)]
Add more warnings (likely to be trimmed later).
Simon Josefsson [Thu, 14 Apr 2005 23:06:41 +0000 (23:06 +0000)]
Remove.
Simon Josefsson [Thu, 14 Apr 2005 23:06:25 +0000 (23:06 +0000)]
Remove dupe definition.
Simon Josefsson [Thu, 14 Apr 2005 23:06:13 +0000 (23:06 +0000)]
Revert.
Simon Josefsson [Thu, 14 Apr 2005 22:57:52 +0000 (22:57 +0000)]
Moved from gnutls_mem.h.
Simon Josefsson [Thu, 14 Apr 2005 22:57:39 +0000 (22:57 +0000)]
Cleanup.
Simon Josefsson [Thu, 14 Apr 2005 22:56:56 +0000 (22:56 +0000)]
Fix warning.
Simon Josefsson [Thu, 14 Apr 2005 22:45:25 +0000 (22:45 +0000)]
Fix warning.
Simon Josefsson [Thu, 14 Apr 2005 22:43:08 +0000 (22:43 +0000)]
Fix warning.
Simon Josefsson [Thu, 14 Apr 2005 22:37:12 +0000 (22:37 +0000)]
Fix warning.
Simon Josefsson [Thu, 14 Apr 2005 22:33:43 +0000 (22:33 +0000)]
Fix warnings.
Simon Josefsson [Thu, 14 Apr 2005 22:24:36 +0000 (22:24 +0000)]
Fix warning.
Simon Josefsson [Thu, 14 Apr 2005 22:18:18 +0000 (22:18 +0000)]
Update.
Simon Josefsson [Thu, 14 Apr 2005 22:15:02 +0000 (22:15 +0000)]
Cleanup.
Simon Josefsson [Thu, 14 Apr 2005 22:07:55 +0000 (22:07 +0000)]
Update.
Simon Josefsson [Thu, 14 Apr 2005 22:05:07 +0000 (22:05 +0000)]
Improve warning CFLAGS.
Simon Josefsson [Thu, 14 Apr 2005 20:17:40 +0000 (20:17 +0000)]
Add.
Simon Josefsson [Thu, 14 Apr 2005 20:15:26 +0000 (20:15 +0000)]
(_gnutls_x509_oid_data2string): Fix memory leak, tiny patch from
Rupert Kittinger <rkit@mur.at>.
Simon Josefsson [Thu, 14 Apr 2005 16:13:47 +0000 (16:13 +0000)]
Generated.
Simon Josefsson [Thu, 14 Apr 2005 16:11:55 +0000 (16:11 +0000)]
Make error_codes.texi build, after removing gnutls_errors_int.h.
Simon Josefsson [Thu, 14 Apr 2005 16:09:04 +0000 (16:09 +0000)]
Make it build.
Simon Josefsson [Thu, 14 Apr 2005 16:02:03 +0000 (16:02 +0000)]
Simplify.
Simon Josefsson [Thu, 14 Apr 2005 15:57:45 +0000 (15:57 +0000)]
Cleanup.
Simon Josefsson [Thu, 14 Apr 2005 15:54:40 +0000 (15:54 +0000)]
Simplify.
Simon Josefsson [Thu, 14 Apr 2005 15:50:57 +0000 (15:50 +0000)]
Remove. (Everything moved to gnutls.h.in.in.)
Simon Josefsson [Thu, 14 Apr 2005 15:50:02 +0000 (15:50 +0000)]
Add.
Simon Josefsson [Thu, 14 Apr 2005 15:49:10 +0000 (15:49 +0000)]
Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.
Now lib/gnutls_int.h start by including gnutls/gnutls.h, to
check prototypes during compile time.
More cleanups are expected.
Simon Josefsson [Thu, 14 Apr 2005 15:20:02 +0000 (15:20 +0000)]
Mention API/ABI changes more clearly.
Simon Josefsson [Thu, 14 Apr 2005 11:01:44 +0000 (11:01 +0000)]
Typo.
Nikos Mavrogiannopoulos [Wed, 13 Apr 2005 12:51:28 +0000 (12:51 +0000)]
Some fixes for AuthorityKeyIdentifier parsing. Suggested by Fabio.
Nikos Mavrogiannopoulos [Tue, 12 Apr 2005 16:32:54 +0000 (16:32 +0000)]
*** empty log message ***
Simon Josefsson [Tue, 12 Apr 2005 11:54:32 +0000 (11:54 +0000)]
Add.
Simon Josefsson [Tue, 12 Apr 2005 11:43:08 +0000 (11:43 +0000)]
Add.
Nikos Mavrogiannopoulos [Tue, 12 Apr 2005 07:00:55 +0000 (07:00 +0000)]
Fixed pkcs12 friendly name and local key identifier decoding.
Nikos Mavrogiannopoulos [Mon, 11 Apr 2005 21:56:20 +0000 (21:56 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Mon, 11 Apr 2005 21:55:30 +0000 (21:55 +0000)]
print some more information for PKCS #12 structures.
Nikos Mavrogiannopoulos [Sat, 9 Apr 2005 10:50:10 +0000 (10:50 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 5 Apr 2005 16:52:39 +0000 (16:52 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 5 Apr 2005 16:52:16 +0000 (16:52 +0000)]
return unexpected_message alert in the case of a handshake unexpected message.
Simon Josefsson [Mon, 4 Apr 2005 22:53:50 +0000 (22:53 +0000)]
Bump versions.
Simon Josefsson [Mon, 4 Apr 2005 22:52:46 +0000 (22:52 +0000)]
Typo.
Simon Josefsson [Mon, 4 Apr 2005 22:24:37 +0000 (22:24 +0000)]
Doc fix, suggested by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
Simon Josefsson [Mon, 4 Apr 2005 15:58:45 +0000 (15:58 +0000)]
*** empty log message ***
Simon Josefsson [Mon, 4 Apr 2005 15:58:06 +0000 (15:58 +0000)]
Version 1.2.1.
Simon Josefsson [Mon, 4 Apr 2005 15:30:09 +0000 (15:30 +0000)]
Doc fixes, adapted from suggestions by Martin Lambers <marlam@web.de>.
Nikos Mavrogiannopoulos [Sun, 3 Apr 2005 09:59:31 +0000 (09:59 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 3 Apr 2005 09:03:37 +0000 (09:03 +0000)]
added warning to libraries compiled with features disabled.
Simon Josefsson [Sat, 2 Apr 2005 08:38:31 +0000 (08:38 +0000)]
Fix.
Nikos Mavrogiannopoulos [Wed, 30 Mar 2005 20:02:35 +0000 (20:02 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 13:59:43 +0000 (13:59 +0000)]
some more documentation fixes.
Simon Josefsson [Tue, 29 Mar 2005 10:31:34 +0000 (10:31 +0000)]
Doc fix, reported by Martin Lambers <marlam@web.de>.
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:49:38 +0000 (07:49 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:48:58 +0000 (07:48 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:46:29 +0000 (07:46 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:45:30 +0000 (07:45 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:40:53 +0000 (07:40 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:38:55 +0000 (07:38 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:37:13 +0000 (07:37 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:35:42 +0000 (07:35 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:31:43 +0000 (07:31 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:29:48 +0000 (07:29 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:23:41 +0000 (07:23 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Tue, 29 Mar 2005 07:22:29 +0000 (07:22 +0000)]
more improvments to gnutls_x509_crt_list_import()
Nikos Mavrogiannopoulos [Mon, 28 Mar 2005 21:11:28 +0000 (21:11 +0000)]
improved gnutls_x509_crt_list_import().
Nikos Mavrogiannopoulos [Mon, 28 Mar 2005 20:57:27 +0000 (20:57 +0000)]
certtool can now print certificate information in files containing multiple certificates.
Nikos Mavrogiannopoulos [Mon, 28 Mar 2005 20:45:52 +0000 (20:45 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Mon, 28 Mar 2005 20:45:13 +0000 (20:45 +0000)]
Added the function gnutls_x509_crt_list_import(). This is a convinience function to import many certificates with a single call.
Nikos Mavrogiannopoulos [Mon, 21 Mar 2005 19:33:25 +0000 (19:33 +0000)]
Added gnutls_x509_crt_set_extension_by_oid().
Nikos Mavrogiannopoulos [Sat, 19 Mar 2005 19:58:21 +0000 (19:58 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sat, 19 Mar 2005 19:52:24 +0000 (19:52 +0000)]
corrected bug in gnutls_crq_get_attribute_by_oid()
Nikos Mavrogiannopoulos [Sat, 19 Mar 2005 14:51:20 +0000 (14:51 +0000)]
fixed the library number.
Nikos Mavrogiannopoulos [Sat, 19 Mar 2005 14:44:30 +0000 (14:44 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sat, 19 Mar 2005 14:36:46 +0000 (14:36 +0000)]
Added the functions:
gnutls_x509_crq_get_attribute_by_oid() and
gnutls_x509_crq_set_attribute_by_oid().
Nikos Mavrogiannopoulos [Sat, 19 Mar 2005 14:24:44 +0000 (14:24 +0000)]
eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thanks to Yoann Vandoorselaere for reporting them.
Simon Josefsson [Fri, 18 Mar 2005 23:01:10 +0000 (23:01 +0000)]
Add.
Simon Josefsson [Fri, 11 Mar 2005 21:12:31 +0000 (21:12 +0000)]
Add.
Simon Josefsson [Fri, 11 Mar 2005 21:11:49 +0000 (21:11 +0000)]
Dist testutils.{c,h}.
Simon Josefsson [Thu, 10 Mar 2005 13:36:19 +0000 (13:36 +0000)]
Flow.
Nikos Mavrogiannopoulos [Tue, 8 Mar 2005 11:25:41 +0000 (11:25 +0000)]
some doc fixes.
Nikos Mavrogiannopoulos [Tue, 8 Mar 2005 11:22:46 +0000 (11:22 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Mon, 7 Mar 2005 08:08:46 +0000 (08:08 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 6 Mar 2005 23:00:22 +0000 (23:00 +0000)]
gnutls will now recognize the GOST signature and public key OIDs. However no support is planned.
Nikos Mavrogiannopoulos [Sun, 6 Mar 2005 10:56:49 +0000 (10:56 +0000)]
added a check to test whether the DH secret is zero.
Nikos Mavrogiannopoulos [Sun, 6 Mar 2005 09:40:17 +0000 (09:40 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sun, 6 Mar 2005 09:36:28 +0000 (09:36 +0000)]
Improved the semantics of GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT, to allow
only trusted Version 1 CAs and introduced GNUTLS_VERIFY_ALLOW_ANY_X509_V1_CA_CRT
which has the old semantics.
Nikos Mavrogiannopoulos [Sat, 5 Mar 2005 17:56:35 +0000 (17:56 +0000)]
test commit
Nikos Mavrogiannopoulos [Sat, 5 Mar 2005 17:45:16 +0000 (17:45 +0000)]
*** empty log message ***
Nikos Mavrogiannopoulos [Sat, 5 Mar 2005 17:35:57 +0000 (17:35 +0000)]
*** empty log message ***