Re: [openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-28 Thread Salz, Rich
> > 3) submit a patch. So I chose the latter. > > Your choice of action makes sense to me, thanks! Thanks for the patch, it seems useful and makes sense. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-28 Thread Daniel Kahn Gillmor
On Wed 2015-01-28 03:44:10 -0500, Dr. Matthias St. Pierre wrote: > On 01/28/2015 06:02 AM, Daniel Kahn Gillmor wrote: >> On Tue 2015-01-27 11:15:37 -0500, Dr. Matthias St. Pierre wrote: >>> Add missing forward declarations and export declarations for DHparams >>> and EC[PK]PARAMETERS. >>> >>> Add p

Re: [openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-28 Thread Dr. Matthias St. Pierre
On 01/28/2015 06:02 AM, Daniel Kahn Gillmor wrote: > On Tue 2015-01-27 11:15:37 -0500, Dr. Matthias St. Pierre wrote: >> Add missing forward declarations and export declarations for DHparams >> and EC[PK]PARAMETERS. >> >> Add public functions to convert between EC_GROUP objects and EC[PK]PARAMETERS

Re: [openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-28 Thread Dr. Matthias St. Pierre
Hello, On 01/28/2015 12:52 AM, Matt Caswell wrote: > Please submit patches to r...@openssl.org. Sorry about that, I will repost it. I overlooked . Instead, I followed the FAQ which sent me to the README file, and there was no mention of the request trac

Re: [openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-27 Thread Daniel Kahn Gillmor
On Tue 2015-01-27 11:15:37 -0500, Dr. Matthias St. Pierre wrote: > Add missing forward declarations and export declarations for DHparams > and EC[PK]PARAMETERS. > > Add public functions to convert between EC_GROUP objects and EC[PK]PARAMETERS > objects: EC_GROUP_new_from_ec[pk]parameters(), > EC_G

Re: [openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-27 Thread Matt Caswell
Please submit patches to r...@openssl.org. Matt On 27/01/15 16:15, Dr. Matthias St. Pierre wrote: > From: "Dr. Matthias St. Pierre" > > Add missing forward declarations and export declarations for DHparams > and EC[PK]PARAMETERS. > > Add public functions to convert between EC_GROUP objects and

[openssl-dev] [PATCH] Export ASN1 templates for DH and ECDH groups

2015-01-27 Thread Dr. Matthias St. Pierre
From: "Dr. Matthias St. Pierre" Add missing forward declarations and export declarations for DHparams and EC[PK]PARAMETERS. Add public functions to convert between EC_GROUP objects and EC[PK]PARAMETERS objects: EC_GROUP_new_from_ec[pk]parameters(), EC_GROUP_get_ec[pk]parameters(). Signed-off-by