Opened 16 years ago
Closed 16 years ago
#836 closed defect (fixed)
SHA1 encryption may corrupt STUN packets with MESSAGE-INTEGRITY
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
If STUN packet is equipped with MESSAGE-INTEGRITY, and if the packet size is larger than certain limit, the packet may be corrupted during MESSAGE-INTEGRITY calculation before transmission.
The corresponding ticket for 1.0.x branch is ticket #837
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2690. Also added unit test to verify this behavior.