Changeset 21888
- Timestamp:
- 12/12/2007 07:51:05 AM (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plugins/Purple Service/AIPurpleCertificateTrustWarningAlert.m
r21850 r21888 114 114 .ServerNameLen = [hostname length]+1, 115 115 .ServerName = [hostname cStringUsingEncoding:NSASCIIStringEncoding], 116 .Flags = CSSM_APPLE_TP_SSL_CLIENT116 .Flags = 0 117 117 }; 118 118 … … 145 145 [self release]; 146 146 break; 147 147 148 case kSecTrustResultConfirm: // trust ok, but user asked (earlier) that you check with him before proceeding 148 149 case kSecTrustResultDeny: // trust ok, but user previously said not to trust it anyway