Skip to content

Remove syntax module and use Cisco replacement #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package mint

import (
"fmt"
"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package mint
import (
"bytes"
"fmt"
"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
)

type ExtensionBody interface {
Expand Down
2 changes: 1 addition & 1 deletion handshake-messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"encoding/binary"
"fmt"

"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
)

type HandshakeMessageBody interface {
Expand Down
2 changes: 1 addition & 1 deletion server-state-machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"hash"
"reflect"

"github.com/bifurcation/mint/syntax"
"github.com/cisco/go-tls-syntax"
)

// Server State Machine
Expand Down
84 changes: 0 additions & 84 deletions syntax/README.md

This file was deleted.

Loading