Ticket #1108 (closed enhancement: fixed)

Opened 2 years ago

Last modified 6 months ago

Win32: GnuTLS and Unicode

Reported by: courmisch Assigned to: courmisch
Priority: normal Milestone: 0.9.0 bugs
Component: Network Version: master
Severity: major Keywords:
Cc: Platform(s): Win32
Difficulty: easy Work status: Not started

Description

GnuTLS does not support non-ANSI file paths on Win32. There are two ways to fix this. One is to load files manually and use the gnutls_*_set_*_mem() API instead of gnutls_*_set_*_file (but it's pretty ugly if it's Win32 specific). Another is to bug the GnuTLS people to add Win32 specific file calls.

Change History

11/01/08 08:13:33 changed by jb

Would GnuTLS 2.0 fix that ?

20/05/08 22:17:37 changed by courmisch

  • status changed from new to assigned.
  • milestone changed from Bugs paradize to 0.9.0 bugs.

20/05/08 22:19:49 changed by courmisch

  • status changed from assigned to closed.
  • resolution set to fixed.