Ignore:
Timestamp:
Oct 15, 2007 7:04:59 AM (17 years ago)
Author:
bennylp
Message:

Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some works in the authentication framework to support it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r1489 r1500  
    617617 
    618618/** 
    619  * Specify support for IMS/3GPP digest AKA authentication. 
    620  * 
    621  * Default: 0 (disabled for now) 
    622  */ 
    623 #ifndef PJSIP_HAS_DIGEST_AKAV1_AUTH 
    624 #   define PJSIP_HAS_DIGEST_AKAV1_AUTH      0 
     619 * Specify support for IMS/3GPP digest AKA authentication version 1 and 2 
     620 * (AKAv1-MD5 and AKAv2-MD5 respectively). 
     621 * 
     622 * Default: 0 (disabled, for now) 
     623 */ 
     624#ifndef PJSIP_HAS_DIGEST_AKA_AUTH 
     625#   define PJSIP_HAS_DIGEST_AKA_AUTH        0 
    625626#endif 
    626627 
Note: See TracChangeset for help on using the changeset viewer.