Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

QUIC implementation #131

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from
Draft

QUIC implementation #131

wants to merge 40 commits into from

Conversation

minami14
Copy link
Contributor

QUICを使用する実装に変更

@minami14 minami14 added the enhancement New feature or request label May 30, 2021
@minami14 minami14 marked this pull request as ready for review June 4, 2021 14:17
@minami14 minami14 marked this pull request as draft June 4, 2021 23:43

port, err := strconv.Atoi(os.Getenv("GRPC_PORT"))
func generateTLSConfig() (*tls.Config, error) {
key, err := rsa.GenerateKey(rand.Reader, 1024)

Check failure

Code scanning / CodeQL

Use of a weak cryptographic key

The size of this RSA key should be at least 2048 bits.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants