Skip to content

Commit

Permalink
make update.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Apr 21, 2009
1 parent ef6b25b commit 71d3eaf
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 87 deletions.
2 changes: 1 addition & 1 deletion TABLE
Original file line number Diff line number Diff line change
Expand Up @@ -3691,7 +3691,7 @@ $multilib = 64

*** mingw
$cc = gcc
$cflags = -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
$cflags = -mno-cygwin -DL_ENDIAN -DOPENSSL_NO_CAPIENG -fomit-frame-pointer -O3 -march=i486 -Wall
$unistd =
$thread_cflag =
$sys_id = MINGW32
Expand Down
6 changes: 3 additions & 3 deletions apps/openssl-vms.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ keyUsage = nonRepudiation, digitalSignature, keyEncipherment

subjectKeyIdentifier=hash

authorityKeyIdentifier=keyid:always,issuer:always
authorityKeyIdentifier=keyid:always,issuer

# This is what PKIX recommends but some broken software chokes on critical
# extensions.
Expand Down Expand Up @@ -264,7 +264,7 @@ basicConstraints = CA:true
# Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.

# issuerAltName=issuer:copy
authorityKeyIdentifier=keyid:always,issuer:always
authorityKeyIdentifier=keyid:always

[ proxy_cert_ext ]
# These extensions should be added when creating a proxy certificate
Expand Down Expand Up @@ -297,7 +297,7 @@ nsComment = "OpenSSL Generated Certificate"

# PKIX recommendations harmless if included in all certificates.
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid,issuer:always
authorityKeyIdentifier=keyid,issuer

# This stuff is for subjectAltName and issuerAltname.
# Import the email address.
Expand Down

0 comments on commit 71d3eaf

Please sign in to comment.