Re: [openssl-users] FIPS certification for openssl

2017-12-02 Thread Jordan Brown
On 12/2/2017 6:35 AM, Michael Wojcik wrote: > My personal priority list for OpenSSL is bug fixes and code cleanup > (static and dynamic analysis of the 1.1.x codebase would be good, and > one of these days I'll get around to doing it myself), and continuing > the TLSv1.3 implementation until that s

Re: [openssl-users] Serial Number with OpenSSL

2017-12-02 Thread Salz, Rich via openssl-users
* When I see SSL certificates, their serial number is like this : 0A:8D:9A:4Q:8X:1A:0B:88:18:1Z Serial numbers are displayed as hex values, so my guess is you just typed that “as an example” since Q X Z aren’t valid hex characters. Or perhaps it was an extension (like device serial) that is

Re: [openssl-users] FIPS certification for openssl

2017-12-02 Thread Salz, Rich via openssl-users
>My personal priority list for OpenSSL is bug fixes and code cleanup > (static and dynamic analysis of the 1.1.x codebase would be good, and one of > these days I'll get around to doing it myself), We do run coverity weekly, and anyone can sign up to see the results BTW -- openssl-users m

Re: [openssl-users] FIPS certification for openssl

2017-12-02 Thread Michael Wojcik
> From: Jordan Brown [mailto:open...@jordan.maileater.net] > Sent: Friday, December 01, 2017 19:48 > On 12/1/2017 2:57 PM, Michael Wojcik wrote: > > Of course, anyone's free to write their own API on top of what OpenSSL > > provides, and even make a pull request to > > contribute it to the proj

Re: [openssl-users] ASN1 & Recursive Structures definition

2017-12-02 Thread Richard Levitte
In message on Fri, 1 Dec 2017 20:22:09 -0700, "Dr. Pala" said: madwolf> Hi Richard, madwolf> madwolf> thanks :D That worked. I have a new challenge for you now. Here's what madwolf> I am trying to do: madwolf> madwolf> ASN1_SEQUENCE(TEST); madwolf> ASN1_SEQUENCE(TBS_TEST) = { madwolf> ASN