Bug ID 918474
Summary StrongSwan: Attempting to create certificates triggers a segmentation fault
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware x86-64
OS openSUSE 13.2
Status NEW
Severity Major
Priority P5 - None
Component Network
Assignee bnc-team-screening@forge.provo.novell.com
Reporter olafmartens@web.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

User-Agent:       Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML,
like Gecko) konqueror/4.14.4 Safari/537.21
Build Identifier: 

An attempt to create a certificate by invoking "ipsec pki" (affects any type of
certificate) causes ipsec to output FIPS mode not enabled and throws an
exception.

Reproducible: Always

Steps to Reproduce:
1. ipsec pki --gen > test.der
2a. ipsec pki --self --in test.der --dn "C=DE, O=test.org, CN=test.org Root CA"
--ca > testcert.der
2b. ipsec pki --pub --in test.der | ipsec pki --issue --cacert cacert.der
--cakey cakey.der --dn "C=DE, O=test.org, CN=test.org peer" > peercert.der

Please note that 2a and 2b are alternative paths.
Actual Results:  
ipsec outputs "FIPS mode not enabled" and throws a segmentqation fault.

Expected Results:  
The requested certificate should be generated.


You are receiving this mail because: