Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DTLS 1.2 Connection IDs #558

Merged
merged 17 commits into from
Aug 9, 2023

Add basic connection ID generators

ed08ac1
Select commit
Loading
Failed to load commit list.
Merged

Implement DTLS 1.2 Connection IDs #558

Add basic connection ID generators
ed08ac1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 9, 2023 in 1s

83.48% of diff hit (target 70.00%)

View this Pull Request on Codecov

83.48% of diff hit (target 70.00%)

Annotations

Check warning on line 494 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L493-L494

Added lines #L493 - L494 were not covered by tests

Check warning on line 498 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L497-L498

Added lines #L497 - L498 were not covered by tests

Check warning on line 506 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L505-L506

Added lines #L505 - L506 were not covered by tests

Check warning on line 518 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L517-L518

Added lines #L517 - L518 were not covered by tests

Check warning on line 526 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L525-L526

Added lines #L525 - L526 were not covered by tests

Check warning on line 568 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L567-L568

Added lines #L567 - L568 were not covered by tests

Check warning on line 580 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L579-L580

Added lines #L579 - L580 were not covered by tests

Check warning on line 595 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L594-L595

Added lines #L594 - L595 were not covered by tests

Check warning on line 792 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L792

Added line #L792 was not covered by tests

Check warning on line 823 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L821-L823

Added lines #L821 - L823 were not covered by tests

Check warning on line 835 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L833-L835

Added lines #L833 - L835 were not covered by tests

Check warning on line 843 in conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

conn.go#L841-L843

Added lines #L841 - L843 were not covered by tests

Check warning on line 15 in connection_id.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_id.go#L15

Added line #L15 was not covered by tests

Check warning on line 46 in internal/util/net.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/util/net.go#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 122 in pkg/crypto/ciphersuite/cbc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/cbc.go#L122

Added line #L122 was not covered by tests

Check warning on line 184 in pkg/crypto/ciphersuite/cbc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/cbc.go#L184

Added line #L184 was not covered by tests

Check warning on line 187 in pkg/crypto/ciphersuite/cbc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/cbc.go#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 199 in pkg/crypto/ciphersuite/cbc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/cbc.go#L198-L199

Added lines #L198 - L199 were not covered by tests

Check warning on line 221 in pkg/crypto/ciphersuite/cbc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/cbc.go#L220-L221

Added lines #L220 - L221 were not covered by tests

Check warning on line 93 in pkg/crypto/ciphersuite/ccm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/ccm.go#L93

Added line #L93 was not covered by tests

Check warning on line 98 in pkg/crypto/ciphersuite/ccm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/ccm.go#L98

Added line #L98 was not covered by tests

Check warning on line 93 in pkg/crypto/ciphersuite/gcm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/crypto/ciphersuite/gcm.go#L93

Added line #L93 was not covered by tests

Check warning on line 45 in pkg/protocol/extension/connection_id.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/protocol/extension/connection_id.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 53 in pkg/protocol/extension/connection_id.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/protocol/extension/connection_id.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 57 in pkg/protocol/extension/connection_id.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/protocol/extension/connection_id.go#L56-L57

Added lines #L56 - L57 were not covered by tests