Subversion Repositories oidplus

Rev

Rev 1073 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1073 Rev 1116
Line 16... Line 16...
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
 * See the License for the specific language governing permissions and
17
 * See the License for the specific language governing permissions and
18
 * limitations under the License.
18
 * limitations under the License.
19
 */
19
 */
20
 
20
 
21
define('TARGET_ID', '6175446'); // ViaThinkSoft RA
21
const TARGET_ID = '6175446'; // ViaThinkSoft RA
22
 
22
 
23
$config = array("digest_alg" => "sha512",
23
$config = array("digest_alg" => "sha512",
24
                "private_key_bits" => 2048,
24
                "private_key_bits" => 2048,
25
                "private_key_type" => OPENSSL_KEYTYPE_RSA,
25
                "private_key_type" => OPENSSL_KEYTYPE_RSA,
26
                "config" => __DIR__."/../vendor/phpseclib/phpseclib/phpseclib/openssl.cnf",
26
                "config" => __DIR__."/../vendor/phpseclib/phpseclib/phpseclib/openssl.cnf",