MatrixSSL 4.5.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/*****************************************************************************
|
||||
* Copyright (c) 2018 INSIDE Secure Oy. All Rights Reserved.
|
||||
* Copyright (c) 2018 Rambus Inc. All Rights Reserved.
|
||||
*
|
||||
* The latest version of this code is available at http://www.matrixssl.org
|
||||
*
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* This General Public License does NOT permit incorporating this software
|
||||
* into proprietary programs. If you are unable to comply with the GPL, a
|
||||
* commercial license for this software may be purchased from INSIDE at
|
||||
* http://www.insidesecure.com/
|
||||
* commercial license for this software may be purchased from Rambus at
|
||||
* http://www.rambus.com/
|
||||
*
|
||||
* This program is distributed in WITHOUT ANY WARRANTY; without even the
|
||||
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/*****************************************************************************
|
||||
* Copyright (c) 2018 INSIDE Secure Oy. All Rights Reserved.
|
||||
* Copyright (c) 2018 Rambus Inc. All Rights Reserved.
|
||||
*
|
||||
* The latest version of this code is available at http://www.matrixssl.org
|
||||
*
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* This General Public License does NOT permit incorporating this software
|
||||
* into proprietary programs. If you are unable to comply with the GPL, a
|
||||
* commercial license for this software may be purchased from INSIDE at
|
||||
* http://www.insidesecure.com/
|
||||
* commercial license for this software may be purchased from Rambus at
|
||||
* http://www.rambus.com/
|
||||
*
|
||||
* This program is distributed in WITHOUT ANY WARRANTY; without even the
|
||||
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/*****************************************************************************
|
||||
* Copyright (c) 2018 INSIDE Secure Oy. All Rights Reserved.
|
||||
* Copyright (c) 2018 Rambus Inc. All Rights Reserved.
|
||||
*
|
||||
* The latest version of this code is available at http://www.matrixssl.org
|
||||
*
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* This General Public License does NOT permit incorporating this software
|
||||
* into proprietary programs. If you are unable to comply with the GPL, a
|
||||
* commercial license for this software may be purchased from INSIDE at
|
||||
* http://www.insidesecure.com/
|
||||
* commercial license for this software may be purchased from Rambus at
|
||||
* http://www.rambus.com/
|
||||
*
|
||||
* This program is distributed in WITHOUT ANY WARRANTY; without even the
|
||||
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/*****************************************************************************
|
||||
* Copyright (c) 2018 INSIDE Secure Oy. All Rights Reserved.
|
||||
* Copyright (c) 2018 Rambus Inc. All Rights Reserved.
|
||||
*
|
||||
* The latest version of this code is available at http://www.matrixssl.org
|
||||
*
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* This General Public License does NOT permit incorporating this software
|
||||
* into proprietary programs. If you are unable to comply with the GPL, a
|
||||
* commercial license for this software may be purchased from INSIDE at
|
||||
* http://www.insidesecure.com/
|
||||
* commercial license for this software may be purchased from Rambus at
|
||||
* http://www.rambus.com/
|
||||
*
|
||||
* This program is distributed in WITHOUT ANY WARRANTY; without even the
|
||||
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/*****************************************************************************
|
||||
* Copyright (c) 2018 INSIDE Secure Oy. All Rights Reserved.
|
||||
* Copyright (c) 2018 Rambus Inc. All Rights Reserved.
|
||||
*
|
||||
* The latest version of this code is available at http://www.matrixssl.org
|
||||
*
|
||||
@@ -17,8 +17,8 @@
|
||||
*
|
||||
* This General Public License does NOT permit incorporating this software
|
||||
* into proprietary programs. If you are unable to comply with the GPL, a
|
||||
* commercial license for this software may be purchased from INSIDE at
|
||||
* http://www.insidesecure.com/
|
||||
* commercial license for this software may be purchased from Rambus at
|
||||
* http://www.rambus.com/
|
||||
*
|
||||
* This program is distributed in WITHOUT ANY WARRANTY; without even the
|
||||
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
11
testkeys/configuration-files/serialNum123.conf
Normal file
11
testkeys/configuration-files/serialNum123.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ca="1";
|
||||
serialNum="123";
|
||||
pathLen="3";
|
||||
validDays="365";
|
||||
algorithm="sha1";
|
||||
country="FI";
|
||||
organization="MatrixSSL";
|
||||
commonName="testing.matrixssl.com";
|
||||
organizationalUnit="Testing";
|
||||
stateOrProvince="Uusimaa";
|
||||
locality="Espoo";
|
||||
11
testkeys/configuration-files/serialNumLong.conf
Normal file
11
testkeys/configuration-files/serialNumLong.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ca="1";
|
||||
serialNum="9999999999999999999999";
|
||||
pathLen="3";
|
||||
validDays="365";
|
||||
algorithm="sha1";
|
||||
country="FI";
|
||||
organization="MatrixSSL";
|
||||
commonName="testing.matrixssl.com";
|
||||
organizationalUnit="Testing";
|
||||
stateOrProvince="Uusimaa";
|
||||
locality="Espoo";
|
||||
11
testkeys/configuration-files/serialNumVeryLong.conf
Normal file
11
testkeys/configuration-files/serialNumVeryLong.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ca="1";
|
||||
serialNum="36813648611982091966298198764130123498061951520223";
|
||||
pathLen="3";
|
||||
validDays="365";
|
||||
algorithm="sha1";
|
||||
country="FI";
|
||||
organization="MatrixSSL";
|
||||
commonName="testing.matrixssl.com";
|
||||
organizationalUnit="Testing";
|
||||
stateOrProvince="Uusimaa";
|
||||
locality="Espoo";
|
||||
11
testkeys/configuration-files/validDays18250.conf
Normal file
11
testkeys/configuration-files/validDays18250.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
ca="1";
|
||||
serialNum="123";
|
||||
pathLen="3";
|
||||
validDays="18250";
|
||||
algorithm="sha1";
|
||||
country="FI";
|
||||
organization="MatrixSSL";
|
||||
commonName="testing.matrixssl.com";
|
||||
organizationalUnit="Testing";
|
||||
stateOrProvince="Uusimaa";
|
||||
locality="Espoo";
|
||||
Reference in New Issue
Block a user