]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/gadgets.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ssl / gadgets.h
index b6dc935a2fb4ce7fd950d03b352b4fb35c0ca967..61b852f47cbfcd46005730c48407a39c72ec03a0 100644 (file)
@@ -198,13 +198,14 @@ inline const char *sslCertAdaptAlgoritm(int alg)
  \ingroup SslCrtdSslAPI
  * Simple struct to pass certificate generation parameters to generateSslCertificate function.
  */
-class CertificateProperties {
+class CertificateProperties
+{
 public:
     CertificateProperties();
     X509_Pointer mimicCert; ///< Certificate to mimic
     X509_Pointer signWithX509; ///< Certificate to sign the generated request
     EVP_PKEY_Pointer signWithPkey; ///< The key of the signing certificate
-    bool setValidAfter; ///< Do not mimic "Not Valid After" field 
+    bool setValidAfter; ///< Do not mimic "Not Valid After" field
     bool setValidBefore; ///< Do not mimic "Not Valid Before" field
     bool setCommonName; ///< Replace the CN field of the mimicing subject with the given
     std::string commonName; ///< A CN to use for the generated certificate