This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Combined Files from CACViewerPlugIn Bundle | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<string> US Government Agency Codes </string> | |
<dict> | |
<key>AF01</key> | |
<string>Air Force Management Engineering Agency</string> | |
<key>AF02</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here's a file that goes along with this: | |
<script src="https://gist.github.com/inC3ASE/3404522497517e6401f2847d4e73fc12.js"></script> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>$archiver</key> | |
<string>NSKeyedArchiver</string> | |
<key>$objects</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# print out the hash values | |
# c_hash | |
for i in $* | |
do | |
h=`openssl x509 -hash -noout -in $i` | |
echo "$h.0 => $i" | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# OpenSSL example configuration file. | |
# This is mostly being used for generation of certificate requests. | |
# | |
# This definition stops the following lines choking if HOME isn't | |
# defined. | |
HOME = . | |
RANDFILE = $ENV::HOME/.rnd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTTelephonyNetworkInfo.h | |
* CoreTelephony | |
* | |
* Copyright 2009 Apple Inc. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTSubscriberInfo.h | |
* CFTelephony | |
* | |
* Copyright 2012 Apple, Inc. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTSubscriber.h | |
* CoreTelephony | |
* | |
* Copyright 2012 Apple, Inc.. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTCarrier.h | |
* CoreTelephony | |
* | |
* Copyright 2009 Apple, Inc.. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTCallCenter.h | |
* CFTelephony | |
* | |
* Copyright 2010 Apple, Inc. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CTCall.h | |
* CFTelephony | |
* | |
* Copyright 2010 Apple, Inc. All rights reserved. | |
* | |
*/ | |
#import <Foundation/Foundation.h> | |
#import <CoreTelephony/CoreTelephonyDefines.h> |
OlderNewer