[openssl-users] DTLS is not sending alert in case of BAD CCS

2017-03-21 Thread Raja ashok
Hi All, Looks like there is a typo mistake in dtls1_read_bytes, because of this alert is not send for bad CCS. In dtls1_read_bytes, incase of bad change cipher spec we are setting alert code (SSL_AD_ILLEGAL_PARAMETER) to variable “i” and doing “goto err”. I feel we are trying to send alert in

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Jakob Bohm
On 21/03/2017 16:06, Steve Marquess wrote: On 03/21/2017 10:17 AM, Jakob Bohm wrote: On 21/03/2017 14:02, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of William A Rowe Jr Sent: Monday, March 20, 2017 20:59 To: openssl-users@openssl.org

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Steve Marquess
On 03/21/2017 10:17 AM, Jakob Bohm wrote: > On 21/03/2017 14:02, Michael Wojcik wrote: >>> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf >>> Of William A Rowe Jr >>> Sent: Monday, March 20, 2017 20:59 >>> To: openssl-users@openssl.org >>> Subject: Re: [openssl-users]

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Jakob Bohm
On 21/03/2017 14:02, Michael Wojcik wrote: From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of William A Rowe Jr Sent: Monday, March 20, 2017 20:59 To: openssl-users@openssl.org Subject: Re: [openssl-users] Static FIPS Library with Address Randomization Note you may not

Re: [openssl-users] Is crypto library thread-safe?

2017-03-21 Thread Salz, Rich via openssl-users
> However, is crypto library thread-safe? Check out this blog entry: https://www.openssl.org/blog/blog/2017/02/21/threads/ -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] regarding memory cleanup at end of each DTLS session

2017-03-21 Thread Vineet Kumar Srivastava
Hi Guys, I have a server implementation of DTLS Server using OPENSSL. At the end of each DTLS Session however I see that memory usage of process keeps on increasing. However on running Valgrind with the process no significant leak is observed. So, wanted to know that whether the function

Re: [openssl-users] Static FIPS Library with Address Randomization

2017-03-21 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of William A Rowe Jr > Sent: Monday, March 20, 2017 20:59 > To: openssl-users@openssl.org > Subject: Re: [openssl-users] Static FIPS Library with Address Randomization > > Note you may not modify the openssl-FIPS build

[openssl-users] Is crypto library thread-safe?

2017-03-21 Thread Yu Wei
Hi guys, I want to use some ciphers such as RSA, DES in my application provided by crypto library. However, is crypto library thread-safe? Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux -- openssl-users mailing list To unsubscribe:

[openssl-users] how to implement functions for STACK OF custom type?

2017-03-21 Thread lists
Sorry, I first posted this on the -dev list, likely inappropriate... now with an update: I am exploring my options with OpenSSL and specifically I am trying to manage the stacks for some custom objects. Currently, I have this code (sort of) in the headers: typedef struct myThingA_st {