Re: [openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-09 Thread Matt Caswell
On 9 June 2014 19:42, Kurt Roeckx via RT wrote: > On Sun, Jun 08, 2014 at 10:57:57PM +0200, Matt Caswell via RT wrote: >> Hi Quanah >> >> Thanks for the submission. The problem with correcting this is that >> technically >> it forms part of the public API (since the macro is defined in asn1.h). I

Re: [openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-09 Thread Viktor Dukhovni
On Mon, Jun 09, 2014 at 11:14:54AM -0700, Quanah Gibson-Mount wrote: > It could be fixed for 1.0.2 however, right? It's reasonable to expect the > API to change across major releases. The 1.0.2 release is NOT a major release. The ABI is supposed to be stable across both patch and micro releases

Re: [openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-09 Thread Kurt Roeckx via RT
On Sun, Jun 08, 2014 at 10:57:57PM +0200, Matt Caswell via RT wrote: > Hi Quanah > > Thanks for the submission. The problem with correcting this is that > technically > it forms part of the public API (since the macro is defined in asn1.h). I > guess > there's probably not a huge risk in changin

Re: [openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-09 Thread Quanah Gibson-Mount via RT
--On Sunday, June 08, 2014 11:57 PM +0200 Matt Caswell via RT wrote: > Hi Quanah > > Thanks for the submission. The problem with correcting this is that > technically it forms part of the public API (since the macro is defined > in asn1.h). I guess there's probably not a huge risk in changing it

Re: [openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-09 Thread Quanah Gibson-Mount
--On Sunday, June 08, 2014 11:57 PM +0200 Matt Caswell via RT wrote: Hi Quanah Thanks for the submission. The problem with correcting this is that technically it forms part of the public API (since the macro is defined in asn1.h). I guess there's probably not a huge risk in changing it, as I

[openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-08 Thread Matt Caswell via RT
Hi Quanah Thanks for the submission. The problem with correcting this is that technically it forms part of the public API (since the macro is defined in asn1.h). I guess there's probably not a huge risk in changing it, as I can't imagine there's too many people relying on that define being there,

[openssl.org #3381] Typo in macro name for ASN (1.0.1h)

2014-06-06 Thread Quanah Gibson-Mount via RT
ASN1_R_UNKOWN_FORMAT should be ASN1_R_UNKNOWN_FORMAT: ./crypto/asn1/asn1_err.c:{ERR_REASON(ASN1_R_UNKOWN_FORMAT),"unknown format"}, ./crypto/asn1/asn1_gen.c: ASN1err(ASN1_F_ASN1_CB, ASN1_R_UNKOWN_FORMAT); ./crypto/asn1/asn1.h:#define ASN1_R_UNKOWN_FORMAT 195 --Qua