Open Bug 1319288 Opened 8 years ago Updated 3 months ago

DTLS*-LargeRecord and DTLS*-BadRecord bogo tests fail with SSL_ERROR_RX_SHORT_DTLS_READ

Categories

(NSS :: Test, defect, P4)

Tracking

(Not tracked)

People

(Reporter: jld, Unassigned)

References

(Blocks 1 open bug)

Details

NSS's bogo test shim reads at most 512 bytes at a time, but for DTLS it needs to read an entire application data record, which can be up to 16 KiB.

The fix is trivial (assuming this will never run in an environment where a 16 KiB stack allocation is problematic) and can be applied independently of the rest of DTLS support.

(Belated mass unassign; I no longer work on NSS.)

Assignee: jld → nobody
Severity: normal → S3
Severity: S3 → S4
Priority: -- → P3
Whiteboard: [nss-ci]
Flags: needinfo?(nkulatova)
Whiteboard: [nss-ci]

It does not look like we have any Bogo DTLS1.3 tests, do we?
I hope to find time to address the problem, but for now I will decrease the priority.

Flags: needinfo?(nkulatova)
Priority: P3 → P4
You need to log in before you can comment on or make changes to this bug.