]> Cypherpunks.ru repositories - gostls13.git/commit
GOST X.509 and TLS 1.3 support via GoGOST go1.16.7-gost
authorSergey Matveev <stargrave@stargrave.org>
Fri, 19 Jun 2020 10:26:58 +0000 (13:26 +0300)
committerSergey Matveev <stargrave@rnd.stcnet.ru>
Mon, 16 Aug 2021 14:26:12 +0000 (17:26 +0300)
commitf143182a4f1a3100212dfa72953062c213da6d7d
treeaf50dae2c549615e54b75d59c301160b33c15272
parentfa6aa872225f8d33a90d936e7a81b64d2cea68e1
GOST X.509 and TLS 1.3 support via GoGOST
18 files changed:
COPYING.GPLv3 [new file with mode: 0644]
README [new file with mode: 0644]
gogost-install.sh [new file with mode: 0755]
src/crypto/crypto.go
src/crypto/tls/auth.go
src/crypto/tls/cipher_suites.go
src/crypto/tls/common.go
src/crypto/tls/conn.go
src/crypto/tls/gost.go [new file with mode: 0644]
src/crypto/tls/gost_test.go [new file with mode: 0644]
src/crypto/tls/handshake_client.go
src/crypto/tls/handshake_client_tls13.go
src/crypto/tls/handshake_server.go
src/crypto/tls/handshake_server_tls13.go
src/crypto/tls/key_schedule.go
src/crypto/x509/pkcs8.go
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go