~ubuntu-branches/ubuntu/lucid/ssl-cert/lucid

« back to all changes in this revision

Viewing changes to ssleay.cnf

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-06-05 19:15:47 UTC
  • Revision ID: james.westby@ubuntu.com-20080605191547-n7p12a50280k0n8b
Tags: 1.0.19ubuntu1
* Merge from debian unstable, remaining changes:
  - replace known vulnerable weak keys and certificates caused by
    Debian openssl bug (CVE-2008-0166).
    - debian/control: Depends on openssl (0.9.8g-4ubuntu3.1),
      openssl-blacklist.
    - debian/templates: add critical debconf note.
    - debian/postinst: regenerate snakeoil key and certificate on upgrade if
      vulnerable.
  - debian/control:
    - Update Maintainer field and VCS-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# SSLeay example configuration file.
3
3
#
4
4
 
5
 
RANDFILE                = $ENV::HOME/.rnd
 
5
RANDFILE                = /dev/urandom
6
6
 
7
7
[ req ]
8
8
default_bits            = 1024
9
9
default_keyfile         = privkey.pem
10
10
distinguished_name      = req_distinguished_name
11
11
prompt                  = no
 
12
policy                  = policy_anything
12
13
 
13
14
[ req_distinguished_name ]
14
 
countryName                     = @CountryName@
15
 
stateOrProvinceName             = @StateName@
16
 
localityName                    = @LocalityName@
17
 
organizationName                = @OrganisationName@
18
 
organizationalUnitName          = @OUName@
19
15
commonName                      = @HostName@
20
 
emailAddress                    = @Email@