Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added comments to describe functions in frmSSLCertificate
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 9 Mar 2016 22:46:50 +0000 (22:46 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 9 Mar 2016 22:46:50 +0000 (22:46 +0000)
source/frmSSLCertificate.cpp

index e61c443..c69bff1 100644 (file)
@@ -162,6 +162,8 @@ void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc)
 std::map<wxString,wxString> frmSSLCertificate::GetSubjectData(wxString SubjectData)
 {
 
+       // Get the subject data and put into a map<wxString,wxString>
+       
        std::map<wxString,wxString> SubjectDataFinal;
        wxStringTokenizer SubjectDataToken(SubjectData, wxT(";"));
        wxString StringData;
@@ -244,15 +246,24 @@ void frmSSLCertificate::ViewCertificate( wxCommandEvent& event )
 
 void frmSSLCertificate::CloseWindow( wxCommandEvent& event )
 {
+       
+       // Close this window.
+       
        this->Close();
 }
 
 void frmSSLCertificate::StartCertFrom(int StartFromInc){
+       
+       // Start the certificate chain from the specified
+       // certificate number.
+       
        StartFrom = StartFromInc;
 }
 
 void frmSSLCertificate::CheckCertificate( wxTreeEvent& event ){
 
+       // Check the certificate.
+       
        wxTreeItemId SelectedChild = treHierarchy->GetSelection();
 
        SSLCertItemData *ActiveSSLData = (SSLCertItemData*)treHierarchy->GetItemData(SelectedChild);
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy