blob: 3fb148fd7402b3afc6d64609f4791781e835d59b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
GO_LIBRARY()
IF (TRUE)
SRCS(
alert.go
auth.go
cache.go
cipher_suites.go
common.go
common_string.go
conn.go
handshake_client.go
handshake_client_tls13.go
handshake_messages.go
handshake_server.go
handshake_server_tls13.go
key_agreement.go
key_schedule.go
notboring.go
prf.go
quic.go
ticket.go
tls.go
)
ENDIF()
END()
|