[openssl-users] Problem with not knowing how much data is available to read

2015-12-19 Thread counterpoint
This is a further question, related to my earlier question "Find size of available data prior to ssl_read". The conclusion seemed to be that there isn't a reliable way to know how much data can be requested with ssl_read. I guess there's still something wrong with my understanding. My code now

[openssl-users] FIPS 140-2 library

2015-12-19 Thread Marcos Bontempo
Hello, I'm using the OpenSSL FIPS object module and I have to program a C code that sets FIPS 140-2 level 3. Is there a function in the C library that sets it? How can I set the FIPS protected directory, so I can store my private key? Any tip will be very helpful,Thanks.

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Steve Marquess
On 12/19/2015 07:20 AM, Marcos Bontempo wrote: > Hello, > > I'm using the OpenSSL FIPS object module and I have to program a C code > that sets FIPS 140-2 level 3. Is there a function in the C library that > sets it? How can I set the FIPS protected directory, so I can store my > private key? >

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Marcos Bontempo
Thanks for the quick answer! And about specifying a FIPS protected directory, is there a function in the C library? I need to save my private key in a FIPS protected directory. > To: openssl-users@openssl.org > From: marqu...@openssl.com > Date: Sat, 19 Dec 2015 07:40:44 -0500 > Subject: Re:

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Steve Marquess
On 12/19/2015 08:19 AM, Marcos Bontempo wrote: > Thanks for the quick answer! And about specifying a FIPS protected > directory, is there a function in the C library? I need to save my > private key in a FIPS protected directory. I have no idea what the term "FIPS protected directory" means.

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Marcos Bontempo
I want to exclude the private key if there is an attempt to violation. Has FIPS this functionality? > To: openssl-users@openssl.org > From: marqu...@openssl.com > Date: Sat, 19 Dec 2015 08:22:47 -0500 > Subject: Re: [openssl-users] FIPS 140-2 library > > On 12/19/2015 08:19 AM, Marcos Bontempo

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Steve Marquess
On 12/19/2015 08:28 AM, Marcos Bontempo wrote: > I want to exclude the private key if there is an attempt to violation. > Has FIPS this functionality? I think you have some misconceptions about what FIPS 140-2 is and isn't. It is "magical pixie dust", not a technique or some specific type of

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Marcos Bontempo
Thanks for the help! I really have misconceptions about FIPS 140-2. I was instructed to compile and install this module: http://openssl.com/fips/. But I cannot understand how can I use it. Can you explain its functionalities? Sorry for the dummie questions. > To: openssl-users@openssl.org >

Re: [openssl-users] FIPS 140-2 library

2015-12-19 Thread Matt Caswell
On 19/12/15 14:23, Marcos Bontempo wrote: > Thanks for the help! I really have misconceptions about FIPS 140-2. I > was instructed to compile and install this module: > http://openssl.com/fips/. But I cannot understand how can I use it. Can > you explain its functionalities? Sorry for the dummie