~ubuntu-branches/ubuntu/saucy/m2crypto/saucy

« back to all changes in this revision

Viewing changes to tests/README

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-06 01:28:39 UTC
  • mfrom: (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091106012839-zjjugwmj8zggokqh
Tags: 0.20.1-1ubuntu1
* Merge from debian testing, remaining changes:
  - debian/rules; enable testsuite, add more files to "clean" rule.
  - tests/test_ssl.py: use signal 9 to kill old s_server processes
    to work around build HUP signal-ignore-mask (LP: #451998).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
field is localhost.
31
31
 
32
32
CA.sh -newreq
33
 
CA.sh -sign
 
33
CA.sh -signreq
34
34
cp newcert.pem ../server.pem
35
35
openssl rsa <newkey.pem >>../server.pem
36
36
 
37
37
Making the x509 certificate and key.
38
38
 
39
39
CA.sh -newreq
40
 
CA.sh -sign
 
40
CA.sh -signreq
41
41
cp newcert.pem ../x509.pem
42
42
openssl rsa <newkey.pem >>../x509.pem
43
43
openssl x509 -in ../x509.pem -out ../x509.der -outform DER
46
46
signer@example.com.
47
47
 
48
48
CA.sh -newreq
49
 
CA.sh -sign
 
49
CA.sh -signreq
50
50
cp newcert.pem ../signer.pem
51
51
openssl rsa <newkey.pem >../signer_key.pem
52
52
 
54
54
recipient@example.com.
55
55
 
56
56
CA.sh -newreq
57
 
CA.sh -sign
 
57
CA.sh -signreq
58
58
cp newcert.pem ../recipient.pem
59
59
openssl rsa <newkey.pem >../recipient_key.pem
60
60