Commits

Brian Carlstrom authored a5987a51018
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.