Adding std::unique_ptr definition for the ASN1_TIME type.
Summary: The ASN1_TIME is the typically used within OpenSSL for representing time. For example, it can be used to represent the NotBefore and NotAfter properties of a certificate to be verified. This diff introduces a ASN1TimeUniquePtr type to take care of the ownership of the ASN1_TIME. Reviewed By: yfeldblum Differential Revision: D3561274 fbshipit-source-id: ca4d1431b33098cccd727253dd301e209d2561a5
Showing
Please register or sign in to comment