]> Cypherpunks repositories - gostls13.git/commit
GOST X.509 and TLS 1.3 support via GoGOST
authorSergey Matveev <stargrave@stargrave.org>
Fri, 19 Jun 2020 10:26:58 +0000 (13:26 +0300)
committerSergey Matveev <stargrave@rnd.stcnet.ru>
Wed, 7 Dec 2022 12:29:44 +0000 (15:29 +0300)
commit97560e798cce527ee18fe1d62cbb97da225f91d1
tree2324831ed93eeb9e1f62a70d33a8b7901429edcc
parentdc04f3ba1f25313bc9c97e728620206c235db9ee
GOST X.509 and TLS 1.3 support via GoGOST
21 files changed:
COPYING.GPLv3 [new file with mode: 0644]
README [new file with mode: 0644]
debash.sh [new file with mode: 0755]
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/tls/tls.go
src/crypto/x509/parser.go
src/crypto/x509/pkcs8.go
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go