Welcome! Log In Create A New Profile

Advanced

Re: OT: OpenSSL 1.0.1f

Aidan Scheller
January 09, 2014 12:18AM
Does using the --with-openssl-opt="enable-ec_nistp_64_gcc_128"
configure parameter without the *--with-openssl *cause a static version of
OpenSSL to be created for Nginx? I'm unsure as the configuration summary
then lists that the system library is being used.

Thanks,

Aidan



On Wed, Jan 8, 2014 at 4:08 AM, itpp2012 <nginx-forum@nginx.us> wrote:

> itpp2012 Wrote:
> -------------------------------------------------------
> > 1.0.1f against 1.5.9 mainline (today);
> >
> > .\ssl\s23_clnt.c(286) : warning C4244: 'initializing' : conversion
> > from 'time_t' to 'unsigned long', possible loss of data
>
> Also found by http://rt.openssl.org/Ticket/Display.html?id=3220
> and fixed in .\ssl\s23_clnt.c(line 286):
>
> [...]
> int ssl_fill_hello_random(SSL *s, int server, unsigned char *result, int
> len)
> [...]
> if (send_time)
> {
> // unsigned long Time = time(NULL);
> unsigned long Time = (unsigned long)time(NULL);
> unsigned char *p = result;
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,246071,246128#msg-246128
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

OT: OpenSSL 1.0.1f

Jeffrey Walton January 06, 2014 03:42PM

Re: OT: OpenSSL 1.0.1f

Rob Stradling January 06, 2014 04:04PM

Re: OT: OpenSSL 1.0.1f

Rob Stradling January 07, 2014 05:00AM

RE: OT: OpenSSL 1.0.1f

Lukas Tribus January 06, 2014 05:06PM

Re: OT: OpenSSL 1.0.1f

coderman January 07, 2014 12:38PM

Re: OT: OpenSSL 1.0.1f

coderman January 07, 2014 12:42PM

Re: OT: OpenSSL 1.0.1f

itpp2012 January 07, 2014 02:43PM

Re: OT: OpenSSL 1.0.1f

itpp2012 January 08, 2014 05:08AM

Re: OT: OpenSSL 1.0.1f

Aidan Scheller January 09, 2014 12:18AM

Re: OT: OpenSSL 1.0.1f

itpp2012 January 09, 2014 03:51AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 335
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready