Re: [Sofia-sip-devel] [sofia-sip-devel] digest authorization using HA1 directly

2011-01-13 Thread Paulo Vicentini
Attached is hack to use HA1 with sofia-sip Example: nua_authenticate(nh, SIPTAG_EXPIRES_STR(3600), NUTAG_AUTH(authentication), TAG_END()) where authentication is string: Digest-HA1:realm:user:HA1 Paulo On Tue, Jan 11, 2011 at 5:42 PM, Paulo Vicentini vicentini.pa...@gmail.comwrote: Hi Pekka

Re: [Sofia-sip-devel] [sofia-sip-devel] digest authorization using HA1 directly

2011-01-11 Thread Paulo Vicentini
Hi Pekka Thanks for commenting , I will give it a try. Regards Paulo On Mon, Jan 10, 2011 at 9:20 PM, Pekka Pessi ppe...@gmail.com wrote: Hi Paulo, 2010/12/18 Paulo Vicentini vicentini.pa...@gmail.com: Thanks for your tips If It uses a Digest-HA1 scheme, it would need to receive

Re: [Sofia-sip-devel] [sofia-sip-devel] digest authorization using HA1 directly

2010-12-17 Thread Paulo Vicentini
!su_strmatch(realm, ca-ca_realm))) return 0; It needs to somehow to ignore above code, maybe checking for Digest-HA1 Regards Paulo On Wed, Dec 15, 2010 at 2:46 PM, Pekka Pessi ppe...@gmail.com wrote: Hi Paulo, 2010/12/15 Paulo Vicentini vicentini.pa...@gmail.com: I using sofia-SIP

[Sofia-sip-devel] [sofia-sip-devel] digest authorization using HA1 directly

2010-12-14 Thread Paulo Vicentini
Hi I using sofia-SIP as an UAC to register with a SIP registrar I'd like to avoid using the secret (it is indeed not available) directly while creating a digest authorization header with: int auc_digest_authorization(auth_client_t *ca, su_home_t *home, char const *method, url_t const *url,