u_alias.go 457 B

123456789101112
  1. package tls
  2. // This file contains all the alias functions, symbols, names, etc. that
  3. // was once used in the old version of the library. This is to ensure
  4. // backwards compatibility with the old version of the library.
  5. // TLS Extensions
  6. // UtlsExtendedMasterSecretExtension is an alias for ExtendedMasterSecretExtension.
  7. //
  8. // Deprecated: Use ExtendedMasterSecretExtension instead.
  9. type UtlsExtendedMasterSecretExtension = ExtendedMasterSecretExtension