mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 20:15:46 +08:00
添加 github.com/pion/dtls 代码
This commit is contained in:
17
dtls-2.0.9/e2e/e2e_openssl_v113_test.go
Normal file
17
dtls-2.0.9/e2e/e2e_openssl_v113_test.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// +build openssl,go1.13,!js
|
||||
|
||||
package e2e
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestPionOpenSSLE2ESimpleED25519(t *testing.T) {
|
||||
t.Skip("TODO: waiting OpenSSL's DTLS Ed25519 support")
|
||||
t.Run("OpenSSLServer", func(t *testing.T) {
|
||||
testPionE2ESimpleED25519(t, serverOpenSSL, clientPion)
|
||||
})
|
||||
t.Run("OpenSSLClient", func(t *testing.T) {
|
||||
testPionE2ESimpleED25519(t, serverPion, clientOpenSSL)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user