Re: [openssl-dev] please make clear on website that 1.1.0e is Development release, not GA / Production release

2017-03-20 Thread Kurt Roeckx
On Mon, Mar 20, 2017 at 10:41:12PM +, Jason Vas Dias wrote: > Hi - much thanks for many years of great OpenSSL releases, > but this 1.1.0 branch, IMHO, should not be put above the 1.0.2k > release on the website as the 'latest / best OpenSSL release' - this just > wastes everybody's time . No

[openssl-dev] please make clear on website that 1.1.0e is Development release, not GA / Production release

2017-03-20 Thread Jason Vas Dias
Hi - much thanks for many years of great OpenSSL releases, but this 1.1.0 branch, IMHO, should not be put above the 1.0.2k release on the website as the 'latest / best OpenSSL release' - this just wastes everybody's time . No using software can use this release, such as the latest releases of

Re: [openssl-dev] please make clear on website that 1.1.0e is Development release, not GA / Production release

2017-03-20 Thread Jason Vas Dias
On 20/03/2017, Kurt Roeckx wrote: > On Mon, Mar 20, 2017 at 10:41:12PM +, Jason Vas Dias wrote: >> Hi - much thanks for many years of great OpenSSL releases, >> but this 1.1.0 branch, IMHO, should not be put above the 1.0.2k >> release on the website as the 'latest / best

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

2017-03-20 Thread lists
Hi all, I likely have a trivial question... 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): typedef struct myThingA_st { ASN1_OBJECT aID; ASN1_OCTET_STRING aOCST; } myThingA;