Rantanen / node-dtls

JavaScript DTLS implementation for Node.js
ISC License
58 stars 15 forks source link

DtlsCiphertext sequence_number size should be 48/8 #8

Closed brycekahle closed 9 years ago

brycekahle commented 9 years ago

Similar to #7 DtlsCiphertext has size of 48 instead of 48/8. https://github.com/Rantanen/node-dtls/blob/master/packets/DtlsCiphertext.js#L19

Rantanen commented 9 years ago

See #7.

Will leave this open until I remove DtlsCiphertext