index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usr.bin
/
openssl
/
openssl.1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
In s_server.c rev. 1.33, jsing added support for "openssl s_server -groups";
schwarze
2020-04-25
1
-6
/
+18
*
Tag subcommand sections
kn
2020-02-19
1
-2
/
+44
*
Add -tls1_3 and -notls1_3 options to openssl(1) s_client.
jsing
2020-02-16
1
-6
/
+8
*
use "Currently" in the doc for "openssl enc" when talking about default
sthen
2019-12-18
1
-2
/
+2
*
In January, the default digest used in the openssl enc command was
tb
2019-12-18
1
-7
/
+4
*
Add manual for openssl(1) cms
inoguchi
2019-11-28
1
-2
/
+518
*
Add manual descriptions for openssl(1) req -addext
inoguchi
2019-11-19
1
-2
/
+10
*
the formatting for the mini synopses in this page did not render well
jmc
2019-10-04
1
-115
/
+179
*
Remove -port option from s_server since it is same as -accept
inoguchi
2019-08-05
1
-4
/
+3
*
Fix typo and -keyform argument in openssl(1) manual
inoguchi
2019-07-16
1
-6
/
+8
*
Fix manual openssl(1) s_server
inoguchi
2019-07-12
1
-18
/
+94
*
Fix manual openssl(1) s_client
inoguchi
2019-07-11
1
-14
/
+80
*
Fix manual openssl(1) genrsa
inoguchi
2019-07-09
1
-6
/
+14
*
Fix manual openssl(1) dsa, ocsp, rsa and smime
inoguchi
2019-07-08
1
-12
/
+56
*
Fix manual openssl(1) pkcs12, req, verify and x509
inoguchi
2019-07-07
1
-13
/
+76
*
Fix manual openssl(1) ec, enc and pkcs7
inoguchi
2019-07-05
1
-2
/
+9
*
Fix manual openssl(1) dgst
inoguchi
2019-07-05
1
-3
/
+5
*
Fix manual openssl(1) crl
inoguchi
2019-07-04
1
-1
/
+13
*
Fix manual openssl(1) ca
inoguchi
2019-07-04
1
-8
/
+15
*
tidy up the formatting of gendsa synopsis a little;
jmc
2019-06-07
1
-5
/
+3
*
Convert openssl(1) gendsa to the newer style of option handling
inoguchi
2019-06-07
1
-7
/
+14
*
Document missing command line options for the rsautl command.
tb
2019-02-04
1
-5
/
+12
*
spelling;
jmc
2019-01-28
1
-3
/
+3
*
switch the default algorithm for the dgst command from MD5 to SHA256
naddy
2019-01-18
1
-4
/
+4
*
tweak previous;
jmc
2019-01-18
1
-7
/
+7
*
Add the -iter and -pbkdf2 argumenst to enc
beck
2019-01-18
1
-2
/
+11
*
Make the documentation of -conv_form match reality. It defaults
tb
2018-11-01
1
-6
/
+6
*
The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}
tb
2018-08-24
1
-22
/
+2
*
Delete the description of the argument of the "ciphers" command
schwarze
2018-04-10
1
-145
/
+13
*
Improve description of openssl(1) ciphers.
schwarze
2018-03-31
1
-9
/
+5
*
Updates to the description of "openssl ca" from OpenSSL.
schwarze
2018-03-30
1
-23
/
+82
*
checked the content against the current version of OpenSSL openssl.pod;
schwarze
2018-03-30
1
-5
/
+5
*
organizationUnitName -> organizationalUnitName;
jmc
2018-03-22
1
-3
/
+3
*
ca start/enddates require all 4 yyyy from 2050 on; first two
jmc
2018-02-28
1
-6
/
+6
*
document s_client -groups;
jmc
2018-02-18
1
-2
/
+5
*
Remove SSLv23 padding mode.
jsing
2017-08-28
1
-4
/
+4
*
typo: ket -> key.
tb
2017-05-16
1
-3
/
+3
*
consistently spell ASN.1;
jmc
2017-01-03
1
-12
/
+12
*
typo
naddy
2016-10-06
1
-3
/
+3
*
trim STANDARDS; ok jsing
libressl-v2.5.0
jmc
2016-09-22
1
-13
/
+1
*
some minor cleanup;
jmc
2016-09-22
1
-47
/
+17
*
shorten x509;
jmc
2016-09-22
1
-755
/
+414
*
shorten version;
jmc
2016-09-20
1
-17
/
+4
*
shorten the verify error list;
jmc
2016-09-20
1
-42
/
+41
*
put the spkac section in the right place;
jmc
2016-09-19
1
-60
/
+60
*
shorten verify;
jmc
2016-09-19
1
-154
/
+96
*
remove comment about CMS; ok jsing
deraadt
2016-09-17
1
-3
/
+2
*
add some Xr for acme-client(1);
jmc
2016-09-15
1
-1
/
+2
*
some spkac shortening; ok beck
jmc
2016-09-15
1
-68
/
+13
*
shorten ts;
jmc
2016-09-15
1
-283
/
+63
[next]