distribution/registry/storage
baojiangnan 4363fb1ef4 disable insecure cipher suites
This commit removes the following cipher suites that are known to be insecure:

TLS_RSA_WITH_RC4_128_SHA
TLS_RSA_WITH_AES_128_CBC_SHA256
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
TLS_ECDHE_RSA_WITH_RC4_128_SHA
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256

And this commit deletes the tlsVersions of tls1.0 and tls1.1. The tls1.2 is the minimal supported tls version for creating a safer tls configuration.

Signed-off-by: david.bao <baojn1998@163.com>
2022-01-25 17:18:44 +08:00
..
cache
driver feat: add option to disable combining the pending part 2022-01-07 18:20:31 +08:00
blob_test.go
blobserver.go
blobstore.go
blobwriter.go
blobwriter_nonresumable.go
blobwriter_resumable.go bump up golang v1.17 2021-10-27 15:51:30 +08:00
catalog.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
catalog_test.go
doc.go
error.go
filereader.go
filereader_test.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
garbagecollect.go
garbagecollect_test.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
io.go
linkedblobstore.go
linkedblobstore_test.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
manifestlisthandler.go
manifeststore.go
manifeststore_test.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
ocimanifesthandler.go
ocimanifesthandler_test.go
paths.go fixes to make layersPathSpec work 2019-12-05 20:48:33 +01:00
paths_test.go
purgeuploads.go
purgeuploads_test.go disable insecure cipher suites 2022-01-25 17:18:44 +08:00
registry.go
schema2manifesthandler.go
schema2manifesthandler_test.go registry: verify digest and check blob presence when put manifest 2021-04-16 16:11:52 +08:00
signedmanifesthandler.go
tagstore.go Add tag delete API 2021-05-27 23:27:02 +01:00
tagstore_test.go
v1unsupportedhandler.go
vacuum.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00