CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/30 18:35:06
Modified files: lib/libssl/src/ssl: d1_srtp.c Log message: Fix SRTP parsing. jsing@ noticed that during the CBS conversion, an extra CBS_len comparison was introduced. It should be 0 after extracting MKI. ok jsing@ bcook@ deraadt@