forked from cory/tildefriends
apps
core
deps
codemirror
crypt_blowfish
libbacktrace
libbacktrace_config
libsodium
libuv
openssl
android
mingw64
bin
include
lib
share
doc
openssl
html
man1
CA.pl.html
asn1parse.html
ca.html
ciphers.html
cms.html
crl.html
crl2pkcs7.html
dgst.html
dhparam.html
dsa.html
dsaparam.html
ec.html
ecparam.html
enc.html
engine.html
errstr.html
gendsa.html
genpkey.html
genrsa.html
list.html
nseq.html
ocsp.html
openssl.html
passwd.html
pkcs12.html
pkcs7.html
pkcs8.html
pkey.html
pkeyparam.html
pkeyutl.html
prime.html
rand.html
rehash.html
req.html
rsa.html
rsautl.html
s_client.html
s_server.html
s_time.html
sess_id.html
smime.html
speed.html
spkac.html
srp.html
storeutl.html
ts.html
tsget.html
verify.html
version.html
x509.html
man3
man5
man7
man
picohttpparser
quickjs
smoothie
speedscope
split
sqlite
valgrind
xopt
zlib
docs
src
tools
.dockerignore
Dockerfile
LICENSE
Makefile
README.md
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4088 ed5197a5-7fde-0310-b194-c3ffbd925b24
111 lines
2.3 KiB
HTML
111 lines
2.3 KiB
HTML
<?xml version="1.0" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>version</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<link rev="made" href="mailto:root@localhost" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<ul id="index">
|
|
<li><a href="#NAME">NAME</a></li>
|
|
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
|
|
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
|
|
<li><a href="#OPTIONS">OPTIONS</a></li>
|
|
<li><a href="#NOTES">NOTES</a></li>
|
|
<li><a href="#COPYRIGHT">COPYRIGHT</a></li>
|
|
</ul>
|
|
|
|
<h1 id="NAME">NAME</h1>
|
|
|
|
<p>openssl-version, version - print OpenSSL version information</p>
|
|
|
|
<h1 id="SYNOPSIS">SYNOPSIS</h1>
|
|
|
|
<p><b>openssl version</b> [<b>-help</b>] [<b>-a</b>] [<b>-v</b>] [<b>-b</b>] [<b>-o</b>] [<b>-f</b>] [<b>-p</b>] [<b>-d</b>] [<b>-e</b>]</p>
|
|
|
|
<h1 id="DESCRIPTION">DESCRIPTION</h1>
|
|
|
|
<p>This command is used to print out version information about OpenSSL.</p>
|
|
|
|
<h1 id="OPTIONS">OPTIONS</h1>
|
|
|
|
<dl>
|
|
|
|
<dt id="help"><b>-help</b></dt>
|
|
<dd>
|
|
|
|
<p>Print out a usage message.</p>
|
|
|
|
</dd>
|
|
<dt id="a"><b>-a</b></dt>
|
|
<dd>
|
|
|
|
<p>All information, this is the same as setting all the other flags.</p>
|
|
|
|
</dd>
|
|
<dt id="v"><b>-v</b></dt>
|
|
<dd>
|
|
|
|
<p>The current OpenSSL version.</p>
|
|
|
|
</dd>
|
|
<dt id="b"><b>-b</b></dt>
|
|
<dd>
|
|
|
|
<p>The date the current version of OpenSSL was built.</p>
|
|
|
|
</dd>
|
|
<dt id="o"><b>-o</b></dt>
|
|
<dd>
|
|
|
|
<p>Option information: various options set when the library was built.</p>
|
|
|
|
</dd>
|
|
<dt id="f"><b>-f</b></dt>
|
|
<dd>
|
|
|
|
<p>Compilation flags.</p>
|
|
|
|
</dd>
|
|
<dt id="p"><b>-p</b></dt>
|
|
<dd>
|
|
|
|
<p>Platform setting.</p>
|
|
|
|
</dd>
|
|
<dt id="d"><b>-d</b></dt>
|
|
<dd>
|
|
|
|
<p>OPENSSLDIR setting.</p>
|
|
|
|
</dd>
|
|
<dt id="e"><b>-e</b></dt>
|
|
<dd>
|
|
|
|
<p>ENGINESDIR setting.</p>
|
|
|
|
</dd>
|
|
</dl>
|
|
|
|
<h1 id="NOTES">NOTES</h1>
|
|
|
|
<p>The output of <b>openssl version -a</b> would typically be used when sending in a bug report.</p>
|
|
|
|
<h1 id="COPYRIGHT">COPYRIGHT</h1>
|
|
|
|
<p>Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.</p>
|
|
|
|
<p>Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <a href="https://www.openssl.org/source/license.html">https://www.openssl.org/source/license.html</a>.</p>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|