Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
openssl-1_0_0.23232
openssl-1.0.1e-add-test-suse-default-cipher-sui...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssl-1.0.1e-add-test-suse-default-cipher-suite.patch of Package openssl-1_0_0.23232
Index: openssl-1.0.2j/test/testssl =================================================================== --- openssl-1.0.2j.orig/test/testssl 2017-08-31 17:25:43.067383637 +0200 +++ openssl-1.0.2j/test/testssl 2017-08-31 17:50:29.255888601 +0200 @@ -191,6 +191,32 @@ for protocol in TLSv1.2 SSLv3; do fi done +echo "Testing default ciphersuites" + +for cipher_suite in DEFAULT_SUSE DEFAULT; do + ../util/shlib_wrap.sh ../apps/openssl ciphers $cipher_suite + if [ $? -ne 0 ]; then + echo "Failed default ciphersuite $cipher_suite" + exit 1 + fi +done + +echo "Testing if MD5, DES and RC4 are excluded from DEFAULT_SUSE cipher suite" +../util/shlib_wrap.sh ../apps/openssl ciphers -v DEFAULT_SUSE | grep "MD5\|RC4\|DES" + +if [ $? -ne 1 ];then + echo "weak ciphers are present in DEFAULT_SUSE cipher suite" + exit 1 +fi + +echo "Testing if ECDSA ciphers are included in DEFAULT_SUSE cipher suite" +../util/shlib_wrap.sh ../apps/openssl ciphers -v DEFAULT_SUSE | grep "ECDSA" + +if [ $? -ne 0 ];then + echo "ECDSA is not present in DEFAULT_SUSE cipher suite" + exit 1 +fi + ############################################################################# if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor