]> Cypherpunks.ru repositories - gostls13.git/blobdiff - api/next/60105.txt
crypto/tls: add SessionState.Extra
[gostls13.git] / api / next / 60105.txt
index 03fb68fa3a69809920c37992b97f51a782f59ed9..49f7ce2f57b482a07adcb8742e6f46712f34a72f 100644 (file)
@@ -7,3 +7,4 @@ pkg crypto/tls, method (*Config) DecryptTicket([]uint8, ConnectionState) (*Sessi
 pkg crypto/tls, method (*Config) EncryptTicket(ConnectionState, *SessionState) ([]uint8, error) #60105
 pkg crypto/tls, type Config struct, UnwrapSession func([]uint8, ConnectionState) (*SessionState, error) #60105
 pkg crypto/tls, type Config struct, WrapSession func(ConnectionState, *SessionState) ([]uint8, error) #60105
+pkg crypto/tls, type SessionState struct, Extra []uint8 #60105