Is there anyone here who can answer questions on MD5 SIP Authorisation?
TIA
______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca
That depends on what the question is. I feel confident to be able to respond on a question like "do you like MD5?", "does SER support MD5?", etc.. Cytprographic analysis is better left to someone else. Just send the question out.
-jiri
At 07:04 PM 8/25/2004, Brian OBrien wrote:
Is there anyone here who can answer questions on MD5 SIP Authorisation?
TIA
Post your free ad now! http://personals.yahoo.ca
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
I have a www-Authenticate.
Www-Authenticate: Digest realm="server.com", nonce="411ac7155bd4a57a466c529317257f43c969fafd"
username="user",realm="server.com",nonce="411ac7155bd4a57a466c529317257f43c969fafd",response="0a050e02120f490e9c407ccea22058e0",uri="sip:server.com"
I am trying to figure out the parameters to:
DigestCalcHA1 and DigestCalcResponse.
Given the above can you tell me how the response was generated?
TIA. B
______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca
At 07:37 PM 8/25/2004, Brian OBrien wrote:
I have a www-Authenticate.
Www-Authenticate: Digest realm="server.com", nonce="411ac7155bd4a57a466c529317257f43c969fafd"
username="user",realm="server.com",nonce="411ac7155bd4a57a466c529317257f43c969fafd",response="0a050e02120f490e9c407ccea22058e0",uri="sip:server.com"
I am trying to figure out the parameters to:
DigestCalcHA1 and DigestCalcResponse.
Given the above can you tell me how the response was generated?
If correctly, then based on RFC2617. -jiri
TIA. B
Post your free ad now! http://personals.yahoo.ca
-- Jiri Kuthan http://iptel.org/~jiri/
On 25-08 13:37, Brian OBrien wrote:
I have a www-Authenticate.
Www-Authenticate: Digest realm="server.com", nonce="411ac7155bd4a57a466c529317257f43c969fafd"
username="user",realm="server.com",nonce="411ac7155bd4a57a466c529317257f43c969fafd",response="0a050e02120f490e9c407ccea22058e0",uri="sip:server.com"
I am trying to figure out the parameters to:
DigestCalcHA1 and DigestCalcResponse.
The value of nonce and realm parameters must match the digest challenge above. uri parameter is the Request-URI of the SIP message containing the digest credentials.
The parameters to DigestCalcHA1 are the username obtained from some database (this is the value of the username attribute), realm value obtained from the digest challenge, password from the same database, the value of the nonce attribute from the digest challenge.
The function will return a string that will then be the input to the second function, DigestCalcResponse that will calculate the value of the response attribute.
Exact description of the algorithm can be found in http://www.ietf.rfc/rfc2617.txt
Jan.
Hi Jan, just a typo in the URL you sent..
http://www.ietf.org/rfc/rfc2617.txt instead of http://www.ietf.rfc/rfc2617.txt
Best Regards
Atle Samuelsen
* Jan Janak jan@iptel.org [040826 07:15]:
On 25-08 13:37, Brian OBrien wrote:
I have a www-Authenticate.
Www-Authenticate: Digest realm="server.com", nonce="411ac7155bd4a57a466c529317257f43c969fafd"
username="user",realm="server.com",nonce="411ac7155bd4a57a466c529317257f43c969fafd",response="0a050e02120f490e9c407ccea22058e0",uri="sip:server.com"
I am trying to figure out the parameters to:
DigestCalcHA1 and DigestCalcResponse.
The value of nonce and realm parameters must match the digest challenge above. uri parameter is the Request-URI of the SIP message containing the digest credentials.
The parameters to DigestCalcHA1 are the username obtained from some database (this is the value of the username attribute), realm value obtained from the digest challenge, password from the same database, the value of the nonce attribute from the digest challenge.
The function will return a string that will then be the input to the second function, DigestCalcResponse that will calculate the value of the response attribute.
Exact description of the algorithm can be found in http://www.ietf.rfc/rfc2617.txt
Jan.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers