Re: [Development] OpenSSL certificate validation

2013-08-26 Thread Thiago Macieira
On segunda-feira, 26 de agosto de 2013 17:34:33, Samuel Gaist wrote: > > On segunda-feira, 26 de agosto de 2013 17:14:29, Samuel Gaist wrote: > >> If I understood the problem correctly, it must be someone that is based > >> i.e. in Europe and not working for an US company ? > > > > It can be someo

Re: [Development] OpenSSL certificate validation

2013-08-26 Thread Samuel Gaist
> On segunda-feira, 26 de agosto de 2013 17:14:29, Samuel Gaist wrote: >> If I understood the problem correctly, it must be someone that is based i.e. >> in Europe and not working for an US company ? > > It can be someone in Asia or Africa, Canada, Latin America, Australia too. > Even Antarctica

Re: [Development] OpenSSL certificate validation

2013-08-26 Thread Thiago Macieira
On segunda-feira, 26 de agosto de 2013 17:14:29, Samuel Gaist wrote: > If I understood the problem correctly, it must be someone that is based i.e. > in Europe and not working for an US company ? It can be someone in Asia or Africa, Canada, Latin America, Australia too. Even Antarctica is permitt

Re: [Development] OpenSSL certificate validation

2013-08-26 Thread Samuel Gaist
On 26 août 2013, at 17:10, Thiago Macieira wrote: > On segunda-feira, 26 de agosto de 2013 12:00:23, Florian Weimer wrote: >> On 08/14/2013 05:16 PM, Thiago Macieira wrote: >>> On quarta-feira, 14 de agosto de 2013 09:32:33, Florian Weimer wrote: > I'm located in the US, so I'm not allowed to

Re: [Development] OpenSSL certificate validation

2013-08-26 Thread Thiago Macieira
On segunda-feira, 26 de agosto de 2013 12:00:23, Florian Weimer wrote: > On 08/14/2013 05:16 PM, Thiago Macieira wrote: > > On quarta-feira, 14 de agosto de 2013 09:32:33, Florian Weimer wrote: > >>> I'm located in the US, so I'm not allowed to modify the SSL code. If > >>> you're in the US, you're

Re: [Development] OpenSSL certificate validation

2013-08-26 Thread Florian Weimer
On 08/14/2013 05:16 PM, Thiago Macieira wrote: > On quarta-feira, 14 de agosto de 2013 09:32:33, Florian Weimer wrote: >>> I'm located in the US, so I'm not allowed to modify the SSL code. If >>> you're in the US, you're not either. And now here's an interesting >>> question: are people working for

Re: [Development] OpenSSL certificate validation

2013-08-14 Thread Thiago Macieira
On quarta-feira, 14 de agosto de 2013 09:32:33, Florian Weimer wrote: > > I'm located in the US, so I'm not allowed to modify the SSL code. If > > you're in the US, you're not either. And now here's an interesting > > question: are people working for American companies allowed to modify the > > SSL

Re: [Development] OpenSSL certificate validation

2013-08-14 Thread Jake Petroules
On Aug 14, 2013, at 3:32 AM, Florian Weimer wrote: > On 08/13/2013 07:32 PM, Thiago Macieira wrote: >> On terça-feira, 13 de agosto de 2013 19:11:16, Florian Weimer wrote: >>> // Initialize peer verification. >>> if (configuration.peerVerifyMode == QSslSocket::VerifyNone) { >>>

Re: [Development] OpenSSL certificate validation

2013-08-13 Thread Thiago Macieira
On terça-feira, 13 de agosto de 2013 19:11:16, Florian Weimer wrote: > // Initialize peer verification. > if (configuration.peerVerifyMode == QSslSocket::VerifyNone) { > q_SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0); > } else { > q_SSL_CTX_set_verify(ctx, SSL_VERIFY

Re: [Development] OpenSSL certificate validation

2013-08-13 Thread Thiago Macieira
On terça-feira, 13 de agosto de 2013 14:21:24, Florian Weimer wrote: > On 08/13/2013 01:55 PM, Florian Weimer wrote: > > network/ssl/qsslsocket_openssl.cpp contains these lines in > > > > QSslSocketBackendPrivate::initSslContext(): > > // Register a custom callback to get all verification err