< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] question about nc parameter value


On 1/11/12 21:07, Jan 11, 김만수 wrote:
Hi, all,

In http://www.ietf.org/rfc/rfc2831.txt, nonce-count is described as follows.

nonce-count   = "nc" "=" nc-value
nc-value         = 8LHEX

LHEX
      32 hex digits, where the alphabetic characters MUST be lower case,
      because MD5 is not case insensitive.

However, the nc parameter values in resip is upper case.
What do you think?

Mansoo:

Good catch. This appears to be a regression that was introduced when the "fast streams" enhancements were merged in back in 2008. Prior to those changes, generation of cnonce resulted in lowercase output.

I've applied your proposed change to the main branch (r9323). It should appear in the next release. Thanks!

/a