Re: [openssl-users] Use of SEED_ofb128_encrypt in SHA1 calculations

2018-11-16 Thread Paulo Matos via openssl-users
Apologies for my mistake. I think I was profiling the whole CPU instead of just my process. Please disregard. Paulo Matos On 16/11/2018 09:08, Paulo Matos via openssl-users wrote: > Hi, > > I have a program where I am doing millions of calculations of SHA1 per > second. This is

[openssl-users] Use of SEED_ofb128_encrypt in SHA1 calculations

2018-11-16 Thread Paulo Matos via openssl-users
e how seeding is related to SHA1. At the same time, I can't break into it in gdb and I can't understand where it's being called. Could you please shed some light on why this function is called and if there's something I can do about it? Kind regards, -- Paulo Matos -- open

Re: Sending/Detecting CA Certificate to client

2001-12-07 Thread Paulo Matos
. So, in conclusion: I can't have a self signed CA in any way? What about to give the certificate finger print to my users? Not in an electronic way but in a piece of paper? So they could check at install time.. -

Re: Sending/Detecting CA Certificate to client

2001-12-07 Thread Paulo Matos
nd at the same time force them to install the CA certificate... IMHO a lot security problems are located between chair and keyboard, but that's another issue... -- Paulo Matos --- -- |Sys & Net Admin

Sending/Detecting CA Certificate to client

2001-12-06 Thread Paulo Matos
hanks, -- Paulo Matos --- -- |Sys & Net Admin| Serviço de Informática | |Faculdade de Ciências e Tecnologia | Tel: +351-21-2948596 | |Universidade Nova de Lisboa| Fax: +351-2

Re: certificates for multiple domains

2001-12-05 Thread Paulo Matos
omain1 (redirect) -> https://domain1: http://domain2 (redirect) -> https://domain2:4445 -- Paulo Matos --- -- |Sys & Net Admin| Serviço de Informática | |Faculdade de Ciências e

OpenSSL 0.9.6a-beta2 and Shared Libs

2001-03-29 Thread Paulo Matos
In order to build shared libs I had to do a small patch to openssl-0.9.6a-beta2 source tree. (patch follow as attach) After that it built with no problems... What are side effects? -- Paulo Matos

Re: JAVA/JNI Wrapper for OpenSSL.

2001-03-28 Thread Paulo Matos
ems to be a bit old. For a free implementation (that works) see: http://java.sun.com/products/jsse/ For a better (but not free) implementation see: http://www.phaos.com/e_security/prod_ssl.html -- Paulo Matos --- -- |

Re: BSD-style MD5-based passwd (previous mail with wrong subject)

2001-03-28 Thread Paulo Matos
I just tested the 0.9.6a-beta2, and the problem is solved! And the function to generate $1$...$ passwd is already included on the lib? -- Paulo Matos --- -- |Sys & Net Admin| Serviç

BSD-style MD5-based passwd (previous mail with wrong subject)

2001-03-28 Thread Paulo Matos
crypt' be a lib function? Or is it already on 0.9.6a-beta2? -- Paulo Matos --- -- |Sys & Net Admin| Serviço de Informática | |Faculdade de Ciências e Tecnologia | Tel: +351-21-2941346

Re: openssl install questions

2001-03-28 Thread Paulo Matos
crypt' be a lib function? Or is it already on 0.9.6a-beta2? -- Paulo Matos --- -- |Sys & Net Admin| Serviço de Informática | |Faculdade de Ciências e Tecnologia | Tel: +351-21-2941346

Re: Certificate Generation

2000-10-19 Thread Paulo Matos
> How can I generate a ceritficate which is signed by someone other > than Snake Oil CA. Do you want a self signed certificate? -- Paulo Matos --- -- |Sys & Net Admin| Serviço de I

Re: SSL + VirtualHost in Apache 1.3.x

2000-10-18 Thread Paulo Matos
ing > up multiple IP's on the localhost. That was not the issue... > If your interested, I'll post some links to sites that use the same IP but > serve up correct certificates. That would be great, I might clarify things a bit. -- Paulo Matos ---

RE: SSL + VirtualHost in Apache 1.3.x

2000-10-18 Thread Paulo Matos
r, is available > only after handshake. I follow this discussion, but there's something I could not get. How does the client/server behaves with this scenario: different certificates to the same ip, diffrent names to the same ip. Aren't we breaking somet