Chilkat v9.5.0.85 Release Notes

The previous version release notes: Chilkat v9.5.0.84 Release Notes

The next version release notes: Chilkat v9.5.0.86 Release Notes

Chilkat v9.5.0.85 Release Notes

  • 26-Oct-2020 Cert: Added the ExtendedKeyUsage property.
  • 4-Nov-2020 XmlDSigGen: Fixed problem when X509Type property includes “SubjectName” AND the signing certificate has a subject name that includes the ‘&’ char.
  • 4-Nov-2020 TLS 1.3: Fixed the error “Unexpected key_share group” that occurred in certain rare situations.
  • 17-Nov-2020 MailMan/SMTP: Added the LastSmtpStatusMsg property, to provide a one-line summary of the SMTP server’s response.  This would be “250 OK” (or something similar) for a successful email, or something like “550 5.4.5 Daily user sending quota exceeded. a23sm14387806pgv.35 – gsmtp” for an unsuccessful send.
  • 26-Nov-2020: SFTP: Added the LastStatusCode and LastStatusMessage properties.
  • 10-Dec-2020: PublicKey: Added the LoadEcdsa method.
  • 10-Dec-2020: Ecc: Added the SignBd and VerifyBd methods.
  • 21-Dec-2020: Cert: Added the GetSubjectPart method.
  • 28-Dec-2020: Cert: Added the SubjectAlternativeName property.  The SubjectAlternativeName property contains the cert’s SAN extension (if it exists) as XML.
  • 28-Dec-2020: Cert: The Rfc822Name property is changed to contain just the RFC822 name part of the cert’s SubjectAlternativeName.  If the full SubjectAlternativeName is needed, use the SubjectAlternativeName property to access the information as XML where the sub-parts can be extracted.  
  • 20-Jan-2021: Ftp2: Fixed problems with uploading from UNC paths for the SyncRemoteTree and PutTree methods.
  • 23-Jan-2021: Pdf: Added a Pdf class that initially contains methods for cryptographically signing PDFs and for verifying PDF signatures.   The Pdf class will be extended in future versions to do many other tasks such as text extraction, PDF compression, attachment extraction, encryption/decryption, etc.
Tags :