X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=2f0fd51b46f39dc3973505cc1817b3cbbc437502;hb=d75e384ff8973f5eeeb6b606f3a6b92218ffa45c;hp=918fec366c9d8b9fd384f7b439f1652d2cceefc1;hpb=e318431e5408a341b582cf14159220a0d1346886;p=openssl.git diff --git a/CHANGES b/CHANGES index 918fec366c..2f0fd51b46 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,26 @@ Changes between 1.0.1 and 1.0.2 [xx XXX xxxx] + *) New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the + difference in days and seconds between two tm or ASN1_TIME structures. + [Steve Henson] + + *) Add -rev test option to s_server to just reverse order of characters + received by client and send back to server. Also prints an abbreviated + summary of the connection parameters. + [Steve Henson] + + *) New option -brief for s_client and s_server to print out a brief summary + of connection parameters. + [Steve Henson] + + *) Add callbacks for arbitrary TLS extensions. + [Trevor Perrin and Ben Laurie] + + *) New option -crl_download in several openssl utilities to download CRLs + from CRLDP extension in certificates. + [Steve Henson] + *) New options -CRL and -CRLform for s_client and s_server for CRLs. [Steve Henson]