How to get Expiry date and time in UTC Format

2013-06-25 Thread ankarao
Hi currently i am using ASN1_TIME_print(); to display time and date of certificate. how to display that time and date in UTC format. when i used ASN1_UTCTIME_print(), that is giving different values of utc, Help me how to display time and date in UTC format.. Thanx in advance. --

Re: [Patch] ALPN Implementation for OpenSSL

2013-06-25 Thread Ben Laurie
On 24 June 2013 22:00, Jeff Mendoza (MS OPEN TECH) jemen...@microsoft.com wrote: We simply cannot drop support for NPN (i.e. SPDY) just to add support for ALPN. The idea is to have the choice as a ./config option. The default will stay as NPN, as to not disrupt anyone. I don't have this

[openssl.org #3082] [PATCH] Filter listed protocols from help options based on compile settings

2013-06-25 Thread MikeM via RT
Hi, The attached patches filter the -ssl2/-ssl3/-tls1 options based on the supported protocols compiled into the tools. The patches apply to openssl-1.0.1e and openssl-1.0.0k. Many thanks, Mike diff -ru openssl-1.0.0k/apps/ciphers.c openssl-1.0.0k-new/apps/ciphers.c ---