Changeset 4882
- Timestamp:
- Jul 25, 2014 7:27:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tls.c
r4869 r4882 1641 1641 } 1642 1642 1643 if (!matched) 1643 if (!matched) { 1644 if (pj_strnicmp2(&serv_cert->subject.cn, "*.", 2) == 0) { 1645 PJ_LOG(1,(tls->base.obj_name, 1646 "RFC 5922 (section 7.2) does not allow TLS wildcard " 1647 "certificates. Advise your SIP provider, please!")); 1648 } 1644 1649 ssl_info.verify_status |= PJ_SSL_CERT_EIDENTITY_NOT_MATCH; 1650 } 1645 1651 } 1646 1652
Note: See TracChangeset
for help on using the changeset viewer.