X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=534b9481e973f81caafe12402343576e6c23c343;hp=79d31f2d007c17065a23f191b8c387bb9283a84f;hb=22b5d7c80b9e65c7b16277f81f7b22ff91ac4974;hpb=a70da5b3ecc3160368529677006801c58cb369db diff --git a/CHANGES b/CHANGES index 79d31f2d00..534b9481e9 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,18 @@ Changes between 1.0.x and 1.1.0 [xx XXX xxxx] + *) New function ASN1_TIME_diff to calculate the difference between two + ASN1_TIME structures or one structure and the current time. + [Steve Henson] + + *) Fixes and wildcard matching support to hostname and email checking + functions. Add manual page. + [Florian Weimer (Red Hat Product Security Team)] + + *) New experimental SSL_CONF* functions. These provide a common framework + for application configuration using configuration files or command lines. + [Steve Henson] + *) New functions to check a hostname email or IP address against a certificate. Add options to s_client, s_server and x509 utilities to print results of checks against a certificate.