CVS: cvs.openbsd.org: src
Damien Miller <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/29 18:09:01 Modified files: usr.bin/ssh : packet.c Log message: check key and IV length received in privsep state transfer exactly match the expected sizes for the selected cipher; partially redundant to similar checks in cipher_init(), but nice to be more exact. GHPR from jmestwa-coder; ok dtucker@