]> source.dussan.org Git - gitea.git/commit
update golang.org/x/crypto vendor to use acme v2 (#9056)
authortechknowlogick <techknowlogick@gitea.io>
Wed, 20 Nov 2019 05:30:46 +0000 (00:30 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 05:30:46 +0000 (00:30 -0500)
commit05f6eccf27824549d711f30578eff2a39252c7a0
treeb3c40cf1d49c0c8e4f0e6b2c1276c3afcec85f6f
parent108bed202349532d22f55c51a794ad48ae662e17
update golang.org/x/crypto vendor to use acme v2 (#9056)
57 files changed:
go.mod
go.sum
vendor/golang.org/x/crypto/acme/acme.go
vendor/golang.org/x/crypto/acme/autocert/autocert.go
vendor/golang.org/x/crypto/acme/http.go
vendor/golang.org/x/crypto/acme/jws.go
vendor/golang.org/x/crypto/acme/rfc8555.go
vendor/golang.org/x/crypto/acme/types.go
vendor/golang.org/x/crypto/chacha20/chacha_arm64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_arm64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_generic.go [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_noasm.go [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_s390x.go [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/chacha_s390x.s [new file with mode: 0644]
vendor/golang.org/x/crypto/chacha20/xor.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/const_amd64.h [deleted file]
vendor/golang.org/x/crypto/curve25519/const_amd64.s [deleted file]
vendor/golang.org/x/crypto/curve25519/cswap_amd64.s [deleted file]
vendor/golang.org/x/crypto/curve25519/curve25519.go
vendor/golang.org/x/crypto/curve25519/curve25519_amd64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/curve25519_amd64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/curve25519_generic.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/curve25519_noasm.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/doc.go [deleted file]
vendor/golang.org/x/crypto/curve25519/freeze_amd64.s [deleted file]
vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s [deleted file]
vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go [deleted file]
vendor/golang.org/x/crypto/curve25519/mul_amd64.s [deleted file]
vendor/golang.org/x/crypto/curve25519/square_amd64.s [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/asm_arm64.s [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/asm_ppc64le.s [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/chacha_arm64.go [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/chacha_generic.go [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/chacha_noasm.go [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/chacha_ppc64le.go [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/chacha_s390x.go [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/chacha_s390x.s [deleted file]
vendor/golang.org/x/crypto/internal/chacha20/xor.go [deleted file]
vendor/golang.org/x/crypto/openpgp/elgamal/elgamal.go
vendor/golang.org/x/crypto/openpgp/packet/encrypted_key.go
vendor/golang.org/x/crypto/openpgp/packet/private_key.go
vendor/golang.org/x/crypto/poly1305/bits_compat.go [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/bits_go1.13.go [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/poly1305.go
vendor/golang.org/x/crypto/poly1305/sum_amd64.go
vendor/golang.org/x/crypto/poly1305/sum_amd64.s
vendor/golang.org/x/crypto/poly1305/sum_arm.go
vendor/golang.org/x/crypto/poly1305/sum_generic.go
vendor/golang.org/x/crypto/poly1305/sum_noasm.go
vendor/golang.org/x/crypto/poly1305/sum_ppc64le.go
vendor/golang.org/x/crypto/poly1305/sum_ppc64le.s
vendor/golang.org/x/crypto/poly1305/sum_s390x.go
vendor/golang.org/x/crypto/ssh/cipher.go
vendor/golang.org/x/crypto/ssh/kex.go
vendor/modules.txt