gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Darwin GNUTLS


From: Nikos Mavroyanopoulos
Subject: Re: [gnutls-dev] Darwin GNUTLS
Date: Sun Oct 5 10:19:01 2003
User-agent: Mutt/1.5.4i

On Sat, Oct 04, 2003 at 09:22:01PM -0400, address@hidden wrote:

> Thanks for all great work on the admirable GNUTLS project!  I've been working 
> on the port for the GNU-Darwin project.   Here's a link.
> http://sourceforge.net/mailarchive/message.php?msg_id=6193418
> The build is SRP disabled, due to the following inscrutable error.
> cc -dynamiclib -flat_namespace -undefined suppress -o 
> .libs/libgnutls-extra.8.0.8.dylib  .libs/ext_srp.o .libs/gnutls_srp.o 
> .libs/auth_srp.o .libs/auth_srp_passwd.o .libs/auth_srp_sb64.o 
> .libs/gnutls_openpgp.o .libs/gnutls_extra.o .libs/gnutls_openssl.o 
> .libs/auth_srp_rsa.o  -L../lib/.libs -lgnutls -L/usr/local/lib -lz -lc  
> -install_name  /usr/local/lib/libgnutls-extra.8.dylib -compatibility_version 
> 9 -current_version 9.8
> ld: .libs/auth_srp_sb64.o literal C string section (__TEXT,__cstring) does 
> not end with a '\0'
> /usr/bin/libtool: internal link edit command failed
> In the 0.8.6 build, RSA or protocol negotiation is broken for the Darwin 
> version of the server, but the client works great.  
> Although I have not been able to address any of the above problems very well, 
> I tried 0.9.8, I was happy to see that the required ifdefs for SRP disabled 
> have been added in src, so that it builds automatically with SRP disabled.  
> Now, I get the following from the server.
> Error in handshake
> Error: No temporary DH parameters were found.

This is because the temporary diffie Hellman parameters have to
be generated by the server. This is done using the '-g' option
in the gnutls-serv.

> Regards,
> proclus
> http://www.gnu-darwin.org/

-- 
Nikos Mavroyanopoulos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]