Go to the source code of this file.
 | 
| static bool  | xfer_oneway (SslApiBuilder &sender, SslApiBuilder &recv, std::string out) | 
|   | 
| static void  | xfer (SslApiBuilder &cli, SslApiBuilder &serv) | 
|   | 
| static void  | xfer (AccHandshaker &cli, AccHandshaker &serv) | 
|   | 
| SSLLib::SSLAPI::Config::Ptr  | CreateServerConfig (const std::string &pvtKey, const std::string &cert, const std::string &ca, Frame::Ptr &&frm) | 
|   | 
| SSLLib::SSLAPI::Config::Ptr  | CreateClientConfig (const std::string &pvtKey, const std::string &cert, const std::string &ca, Frame::Ptr &&frm) | 
|   | 
|   | TEST (AccCertCheckSsl, SslApiBuilder_ssl_handshake) | 
|   | 
|   | TEST (AccCertCheckSsl, AccHandshaker_ssl_handshake) | 
|   | 
|   | TEST (AccCertCheckSsl, AccHandshaker_ssl_handshake_no_cli_ca) | 
|   | 
|   | TEST (AccCertCheckSsl, AccHandshaker_ssl_handshake_fail) | 
|   | 
◆ CreateClientConfig()
      
        
          | SSLLib::SSLAPI::Config::Ptr CreateClientConfig  | 
          ( | 
          const std::string &  | 
          pvtKey,  | 
        
        
           | 
           | 
          const std::string &  | 
          cert,  | 
        
        
           | 
           | 
          const std::string &  | 
          ca,  | 
        
        
           | 
           | 
          Frame::Ptr &&  | 
          frm  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ CreateServerConfig()
      
        
          | SSLLib::SSLAPI::Config::Ptr CreateServerConfig  | 
          ( | 
          const std::string &  | 
          pvtKey,  | 
        
        
           | 
           | 
          const std::string &  | 
          cert,  | 
        
        
           | 
           | 
          const std::string &  | 
          ca,  | 
        
        
           | 
           | 
          Frame::Ptr &&  | 
          frm  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ TEST() [1/4]
      
        
          | TEST  | 
          ( | 
          AccCertCheckSsl  | 
          ,  | 
        
        
           | 
           | 
          AccHandshaker_ssl_handshake  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ TEST() [2/4]
      
        
          | TEST  | 
          ( | 
          AccCertCheckSsl  | 
          ,  | 
        
        
           | 
           | 
          AccHandshaker_ssl_handshake_fail  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ TEST() [3/4]
      
        
          | TEST  | 
          ( | 
          AccCertCheckSsl  | 
          ,  | 
        
        
           | 
           | 
          AccHandshaker_ssl_handshake_no_cli_ca  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ TEST() [4/4]
      
        
          | TEST  | 
          ( | 
          AccCertCheckSsl  | 
          ,  | 
        
        
           | 
           | 
          SslApiBuilder_ssl_handshake  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ xfer() [1/2]
◆ xfer() [2/2]
◆ xfer_oneway()
◆ cert_txt
      
        
          | const std::string cert_txt | 
        
      
 
 
◆ certcrl_txt
      
        
          | const std::string certcrl_txt | 
        
      
 
 
◆ debug_output
  
  
      
        
          | constexpr int debug_output = 0 | 
         
       
   | 
  
staticconstexpr   | 
  
 
 
◆ dhparam_txt
      
        
          | const std::string dhparam_txt | 
        
      
 
Initial value:= R"(-----BEGIN DH PARAMETERS-----
MIIBDAKCAQEA9WXZvihl5pltdS4C+Dc+Ki3KOuH0aBfSzmth/B3O0+oTN3CZXAak
WyK6dCCtXeBZ3ih3eNVO69BgoNVdbxuPIUWxo3EWFt6LteASgkjCEyTmrNd/aKAE
pS06RgsZcWs/Ps9iwcVFyE6kMi9Cbf3D2wwJT50kJmkEov+4cOH3NQVpS231I58x
rHMEMtNDFcJYCAEIG3cKqfX9unAgZUsDoLtyvfgvHV29koZxnmMt0+5f0qnezcnP
I/+4kAlXuAKdhsXohHeBhC2ijg/kTOMDxEbEVv+SkCIUyM+dB8UtlPKOH9HEL5Xi
+BpDSqO6Bha5+NAVUU7OdDsnzRwSWaD6lwIBAgICAOE=
-----END DH PARAMETERS-----)"
 
Definition at line 227 of file test_acc_certcheck.cpp.
 
 
◆ fail_cert_txt
      
        
          | const std::string fail_cert_txt | 
        
      
 
 
◆ fail_pvt_key_txt
      
        
          | const std::string fail_pvt_key_txt | 
        
      
 
 
◆ pvt_key_txt
      
        
          | const std::string pvt_key_txt |