Skip to content

Releases: Storik4pro/Server-Deployment-Assistant

SDA v1.0.1

02 Jun 10:56
c6d98ae

Choose a tag to compare

What’s New in This Update?

  • Now server send Handshake (9) packet with some server information (string ServerVersion, string[] Features)
  • Now server send ConnectionState (10) packet with some cert info
ConnectionState packet {
    PType { get; set; } = 10;
    bool CertificateError 
    string CertificateErrorName 
    bool IsSecureConnection 
    string TlsVersion 
    string Url 
    string Subject
    string Issuer
    DateTime ValidFromTime
    DateTime ValidToTime
    string Thumbprint
    string SerialNumber
    string PublicKey
}
  • Now server send TextInputContentV2 (11) with some extra-info like string Placeholder double px double py
  • Now server can accept RequestCert (23) packet (No data accepted)

SDA v1.0.0

27 May 08:56
a9a4037

Choose a tag to compare

First release.
View all availible features at:

Publish revision: 5