dotnet / dotnet/sdk

RFE: Support container publish to repositories using Post Quantum Cryptography

Open
#54,096 2 comments 0 reactions 1 assignee Claimed by @baronfel View on GitHub
Area-Containers
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Is your feature request related to a problem? Please describe.

The .NET SDK supports pushing container images to remote repertoires.

This requires authentication, tokens and secure communication. As protocols and remote repositories switch to preferring/requiring Post-Quantum-Cryptography (PQC) or Composite PQC, the .NET SDK should support those, to ensure a smooth and secure user experience.

### Describe the solution you'd like

The .NET SDK should be able to push container images to container registries that use PQC.

### Additional context
- JWT tokens used for authentication will need to use PQC algorithms. There's going to be a size impact since PQC signatures are much larger.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.