[openssl-dev] [openssl.org #3788] Bug: Certificate expiration date error for 9000+ days

2015-04-12 Thread Stephen Henson via RT
OK thanks for the update, ticket resolved. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ___ openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] [openssl.org #3788] Bug: Certificate expiration date error for 9000+ days

2015-04-11 Thread Oleg Khovayko via RT
Yes, you right! When I build custom OpenSSL for upgrade, it installs package into /usr/local/bin, not /usr/bin. In the /usr/bin/ runs old 0.9.8. I fixed error by: cd /usr/bin mv openssl openssl-orig-0.9.8 ln -s /usr/local/bin/openssl . Thanks for suggestion, and sorry for disturbing! Please,

Re: [openssl-dev] [openssl.org #3788] Bug: Certificate expiration date error for 9000+ days

2015-04-11 Thread Oleg Khovayko via RT
Yes, you right! When I build custom OpenSSL for upgrade, it installs package into /usr/local/bin, not /usr/bin. In the /usr/bin/ runs old 0.9.8. I fixed error by: cd /usr/bin mv openssl openssl-orig-0.9.8 ln -s /usr/local/bin/openssl . Thanks for suggestion, and sorry for disturbing! Please,

[openssl-dev] [openssl.org #3788] Bug: Certificate expiration date error for 9000+ days

2015-04-11 Thread Stephen Henson via RT
On Wed Apr 08 17:20:33 2015, khova...@gmail.com wrote: Hi, I am using FreeBSD 8.2, 32bits i386, OpenSSL package: openssl-1.0.1_18 SSL and crypto library During certificate generation, I found the bug: If request CA-lifespan too long, then expiration date drops into far past, and

[openssl-dev] [openssl.org #3788] Bug: Certificate expiration date error for 9000+ days

2015-04-08 Thread Oleg Khovayko via RT
Hi, I am using FreeBSD 8.2, 32bits i386, OpenSSL package: openssl-1.0.1_18 SSL and crypto library During certificate generation, I found the bug: If request CA-lifespan too long, then expiration date drops into far past, and CA-certificate is invalid. Moreover, this is no any error message