Skip to content
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

add tls18, the crypto/tls from Go 1.8 #155

Merged
merged 1 commit into from Feb 18, 2017
Merged

add tls18, the crypto/tls from Go 1.8 #155

merged 1 commit into from Feb 18, 2017

Conversation

jmhodges
Copy link
Owner

Copy over Go 1.8's crypto/tls to tls18 with two import statement changes
described below.

Also, copy over crypto/internal/cipherhw to
github.com/jmhodges/howsmyssl/internal/cipherhw and rewrite the tls18 imports
using them.

Add two golang.org/x/crypto dependencies needed by tls18 that the Go runtime has
vendored in GOROOT but are inaccessible from outside and rewrite the relevant
imports in tls18.

Copy over Go 1.8's crypto/tls to tls18 with two import statement changes
described below.

Also, copy over crypto/internal/cipherhw to
github.com/jmhodges/howsmyssl/internal/cipherhw and rewrite the tls18 imports
using them.

Add two golang.org/x/crypto dependencies needed by tls18 that the Go runtime has
vendored in GOROOT but are inaccessible from outside and rewrite the relevant
imports in tls18.
@jmhodges jmhodges merged commit 1995aa7 into master Feb 18, 2017
@jmhodges jmhodges deleted the tls18 branch February 18, 2017 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant