Re: [openssl-users] How to access some simple conversion functions - asn1_time_to_tm

2016-01-18 Thread Nounou Dadoun
. Stephen Henson Sent: Monday, January 18, 2016 2:51 PM To: openssl-users@openssl.org Subject: Re: [openssl-users] How to access some simple conversion functions - asn1_time_to_tm On Mon, Jan 18, 2016, Nounou Dadoun wrote: > Hi folks, > > I'm trying to do some simple conversions (

Re: [openssl-users] How to access some simple conversion functions - asn1_time_to_tm

2016-01-18 Thread Dr. Stephen Henson
On Tue, Jan 19, 2016, Nounou Dadoun wrote: > That actually worked reasonably smoothly, the only thing that I have to fix > now is that it's obviously taking the time zone into account - is there a way > of telling it to do everything in UTC? > The routines don't take any account of local

[openssl-users] How to access some simple conversion functions - asn1_time_to_tm

2016-01-18 Thread Nounou Dadoun
Hi folks, I'm trying to do some simple conversions (I need to push some certificate data across a soap interface). I'm trying to do an ASN1 time conversion to tm (and eventually time_t but tm would be fine). Earlier mailing list entries said that this was not available but I've now found:

Re: [openssl-users] How to access some simple conversion functions - asn1_time_to_tm

2016-01-18 Thread Nounou Dadoun
to access some simple conversion functions - asn1_time_to_tm Hi folks, I'm trying to do some simple conversions (I need to push some certificate data across a soap interface). I'm trying to do an ASN1 time conversion to tm (and eventually time_t but tm would be fine). Earlier mailing list

Re: [openssl-users] How to access some simple conversion functions - asn1_time_to_tm

2016-01-18 Thread Dr. Stephen Henson
On Mon, Jan 18, 2016, Nounou Dadoun wrote: > Hi folks, > > I'm trying to do some simple conversions (I need to push some certificate > data across a soap interface). > > I'm trying to do an ASN1 time conversion to tm (and eventually time_t but tm > would be fine). > The equivalent of time_t