- 06 Dec, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.7.0 to 1.10.3. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v1.7.0...v1.10.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 26 Nov, 2019 1 commit
-
-
Marten Seemann authored
close the underlying connection when the handshake fails
-
- 24 Nov, 2019 1 commit
-
-
Marten Seemann authored
-
- 12 Nov, 2019 1 commit
-
-
Steven Allen authored
make the error check for not receiving a public key more explicit
-
- 01 Nov, 2019 2 commits
-
-
Steven Allen authored
Fix: Connection Closed after handshake
-
Hector Sanjuan authored
The context-cancelled watchdog goroutine may start running way after the handshake has finished and the associated context has been cancelled (by the executeDial() function in go-libp2p-swarm usuaully). This results in the connection being closed right after being stablished.
-
- 25 Oct, 2019 2 commits
-
-
vyzo authored
Readme: link to the libp2p-core docs
-
Hector Sanjuan authored
Current link points to a deprecated repository
-
- 01 Aug, 2019 3 commits
-
-
Marten Seemann authored
-
Marten Seemann authored
expose the function to derive the peer's public key from the cert chain
-
Marten Seemann authored
-
- 30 Jul, 2019 1 commit
-
-
Marten Seemann authored
set an ALPN value in the tls.Config
-
- 28 Jul, 2019 1 commit
-
-
Yusef Napora authored
-
- 27 Jul, 2019 2 commits
-
-
Marten Seemann authored
-
Marten Seemann authored
-
- 27 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 11 Apr, 2019 5 commits
-
-
Raúl Kripalani authored
fix CI after deprecating gx
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
Yusef Napora authored
replace gx instructions with note about gomod
-
Yusef Napora authored
-
- 09 Apr, 2019 2 commits
-
-
Yusef Napora authored
-
Marten Seemann authored
implement the new handshake
-
- 07 Apr, 2019 2 commits
-
-
Marten Seemann authored
When resuming a session using session tickets, no certificate chain is presented, and the callbacks needed to verify the peer identity would not be called.
-
Marten Seemann authored
use a prefix when signing the public key
-
- 14 Mar, 2019 4 commits
-
-
Marten Seemann authored
-
Marten Seemann authored
use ChaCha if one of the peers doesn't have AES hardware support
-
Marten Seemann authored
-
Marten Seemann authored
-
- 11 Mar, 2019 3 commits
-
-
Raúl Kripalani authored
Co-Authored-By: marten-seemann <martenseemann@gmail.com>
-
Marten Seemann authored
-
Marten Seemann authored
-
- 28 Feb, 2019 8 commits
-
-
Marten Seemann authored
-
Marten Seemann authored
improve peer verification
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
add an example (mainly for development)
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-