commit | a5987a510187749c32f0f68f8fc54e1334f91be6 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Mar 02 14:51:22 2010 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Tue Mar 02 16:39:14 2010 -0800 |
tree | f15ff5ac7fabce4e6642034f4a1472a562de2e3a | |
parent | 626e805d220b2003f769b112f124750f59b1353a [diff] |
SslCertificate should clone Dates To avoid external tampering with Dates withing SslCertificate by code holding on to pointers to Dates used in the constructor or code mutating values returned by the accessors, we now clone Dates taking in as arguments and returned to callers.