]> Cypherpunks.ru repositories - gostls13.git/commit
GOST X.509 and TLS 1.3 support via GoGOST
authorSergey Matveev <stargrave@rnd.stcnet.ru>
Wed, 1 Feb 2023 21:19:57 +0000 (00:19 +0300)
committerSergey Matveev <stargrave@rnd.stcnet.ru>
Wed, 2 Aug 2023 07:37:57 +0000 (10:37 +0300)
commitc89f1a012ce3c290242f46b9aa81a229758e06b5
tree9bed6a8d0228b05e34494b1d5605d1898f0ac3a5
parentadb775e309dea43157e931835e920ac9e7769abe
GOST X.509 and TLS 1.3 support via GoGOST
22 files changed:
COPYING.GPLv3 [new file with mode: 0644]
README [new file with mode: 0644]
debash [new file with mode: 0755]
gogost-install [new file with mode: 0755]
src/crypto/crypto.go
src/crypto/ecdh/gost.go [new file with mode: 0644]
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