summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.1166
1 files changed, 60 insertions, 106 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 184da99a49..b8bf67565e 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.35 2016/07/19 20:02:47 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.36 2016/07/20 14:42:03 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: July 19 2016 $ 115.Dd $Mdocdate: July 20 2016 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -795,9 +795,6 @@ The default value is
795The same as 795The same as
796.Fl extensions . 796.Fl extensions .
797.El 797.El
798.\"
799.\" CIPHERS
800.\"
801.Sh CIPHERS 798.Sh CIPHERS
802.Nm openssl ciphers 799.Nm openssl ciphers
803.Op Fl hVv 800.Op Fl hVv
@@ -807,7 +804,7 @@ The same as
807The 804The
808.Nm ciphers 805.Nm ciphers
809command converts 806command converts
810.Nm OpenSSL 807.Nm openssl
811cipher lists into ordered SSL cipher preference lists. 808cipher lists into ordered SSL cipher preference lists.
812It can be used as a test tool to determine the appropriate cipherlist. 809It can be used as a test tool to determine the appropriate cipherlist.
813.Pp 810.Pp
@@ -818,70 +815,52 @@ Print a brief usage message.
818.It Fl tls1 815.It Fl tls1
819Only include TLS v1 ciphers. 816Only include TLS v1 ciphers.
820.It Fl V 817.It Fl V
821Like 818Verbose.
822.Fl v ,
823but include cipher suite codes in output (hex format).
824.It Fl v
825Verbose option.
826List ciphers with a complete description of protocol version, 819List ciphers with a complete description of protocol version,
827key exchange, authentication, encryption and mac algorithms used along with 820key exchange, authentication, encryption and mac algorithms,
828any key size restrictions. 821any key size restrictions,
829Note that without the 822and cipher suite codes (hex format).
830.Fl v 823.It Fl v
831option, ciphers may seem to appear twice in a cipher list. 824Like
825.Fl V ,
826but without cipher suite codes.
832.It Ar cipherlist 827.It Ar cipherlist
833A cipher list to convert to a cipher preference list. 828A cipher list to convert to a cipher preference list.
834If it is not included, the default cipher list will be used. 829If it is not included, the default cipher list will be used.
835The format is described below. 830.Pp
836.El 831The cipher list consists of one or more cipher strings
837.Sh CIPHERS LIST FORMAT
838The cipher list consists of one or more
839.Em cipher strings
840separated by colons. 832separated by colons.
841Commas or spaces are also acceptable separators, but colons are normally used. 833Commas or spaces are also acceptable separators, but colons are normally used.
842.Pp 834.Pp
843The actual 835The actual cipher string can take several different forms:
844.Em cipher string
845can take several different forms:
846.Pp 836.Pp
847It can consist of a single cipher suite such as 837It can consist of a single cipher suite, such as RC4-SHA.
848.Em RC4-SHA .
849.Pp 838.Pp
850It can represent a list of cipher suites containing a certain algorithm, 839It can represent a list of cipher suites containing a certain algorithm,
851or cipher suites of a certain type. 840or cipher suites of a certain type.
852For example 841For example SHA1 represents all cipher suites using the digest algorithm SHA1.
853.Em SHA1
854represents all cipher suites using the digest algorithm SHA1.
855.Pp 842.Pp
856Lists of cipher suites can be combined in a single 843Lists of cipher suites can be combined in a single cipher string using the
857.Em cipher string
858using the
859.Sq + 844.Sq +
860character. 845character
861This is used as a logical 846(logical AND operation).
862.Em and 847For example, SHA1+DES represents all cipher suites
863operation. 848containing the SHA1 and DES algorithms.
864For example,
865.Em SHA1+DES
866represents all cipher suites containing the SHA1 and the DES algorithms.
867.Pp 849.Pp
868Each cipher string can be optionally preceded by the characters 850Each cipher string can be optionally preceded by the characters
869.Sq \&! , 851.Sq \&! ,
870.Sq - , 852.Sq - ,
871or 853or
872.Sq + . 854.Sq + .
873.Pp
874If 855If
875.Sq !\& 856.Sq !\&
876is used, then the ciphers are permanently deleted from the list. 857is used, then the ciphers are permanently deleted from the list.
877The ciphers deleted can never reappear in the list even if they are 858The ciphers deleted can never reappear in the list even if they are
878explicitly stated. 859explicitly stated.
879.Pp
880If 860If
881.Sq - 861.Sq -
882is used, then the ciphers are deleted from the list, but some or 862is used, then the ciphers are deleted from the list, but some or
883all of the ciphers can be added again by later options. 863all of the ciphers can be added again by later options.
884.Pp
885If 864If
886.Sq + 865.Sq +
887is used, then the ciphers are moved to the end of the list. 866is used, then the ciphers are moved to the end of the list.
@@ -893,122 +872,97 @@ If the list includes any ciphers already present, they will be ignored;
893that is, they will not be moved to the end of the list. 872that is, they will not be moved to the end of the list.
894.Pp 873.Pp
895Additionally, the cipher string 874Additionally, the cipher string
896.Em @STRENGTH 875.Cm @STRENGTH
897can be used at any point to sort the current cipher list in order of 876can be used at any point to sort the current cipher list in order of
898encryption algorithm key length. 877encryption algorithm key length.
899.Sh CIPHERS STRINGS 878.El
879.Pp
900The following is a list of all permitted cipher strings and their meanings. 880The following is a list of all permitted cipher strings and their meanings.
901.Bl -tag -width "XXXX" 881.Bl -tag -width "XXXX"
902.It Ar DEFAULT 882.It Cm DEFAULT
903The default cipher list. 883The default cipher list.
904This is determined at compile time and is currently 884This is determined at compile time and is currently
905.Ar ALL:!aNULL:!eNULL:!SSLv2 . 885.Cm ALL:!aNULL:!eNULL:!SSLv2 .
906This must be the first 886This must be the first cipher string specified.
907.Ar cipher string 887.It Cm COMPLEMENTOFDEFAULT
908specified.
909.It Ar COMPLEMENTOFDEFAULT
910The ciphers included in 888The ciphers included in
911.Ar ALL , 889.Cm ALL ,
912but not enabled by default. 890but not enabled by default.
913Currently this is 891Currently this is
914.Ar ADH . 892.Cm ADH .
915Note that this rule does not cover 893Note that this rule does not cover
916.Ar eNULL , 894.Cm eNULL ,
917which is not included by 895which is not included by
918.Ar ALL 896.Cm ALL
919(use 897(use
920.Ar COMPLEMENTOFALL 898.Cm COMPLEMENTOFALL
921if necessary). 899if necessary).
922.It Ar ALL 900.It Cm ALL
923All cipher suites except the 901All cipher suites except the
924.Ar eNULL 902.Cm eNULL
925ciphers which must be explicitly enabled. 903ciphers, which must be explicitly enabled.
926.It Ar COMPLEMENTOFALL 904.It Cm COMPLEMENTOFALL
927The cipher suites not enabled by 905The cipher suites not enabled by
928.Ar ALL , 906.Cm ALL ,
929currently being 907currently being
930.Ar eNULL . 908.Cm eNULL .
931.It Ar HIGH 909.It Cm HIGH
932.Qq High 910.Qq High
933encryption cipher suites. 911encryption cipher suites.
934This currently means those with key lengths larger than 128 bits. 912This currently means those with key lengths larger than 128 bits.
935.It Ar MEDIUM 913.It Cm MEDIUM
936.Qq Medium 914.Qq Medium
937encryption cipher suites, currently those using 128-bit encryption. 915encryption cipher suites, currently those using 128-bit encryption.
938.It Ar LOW 916.It Cm LOW
939.Qq Low 917.Qq Low
940encryption cipher suites, currently those using 64- or 56-bit encryption 918encryption cipher suites, currently those using 64- or 56-bit encryption
941algorithms. 919algorithms.
942.It Ar eNULL , NULL 920.It Cm eNULL , NULL
943The 921The
944.Qq NULL 922.Qq NULL
945ciphers; that is, those offering no encryption. 923ciphers; that is, those offering no encryption.
946Because these offer no encryption at all and are a security risk, 924Because these offer no encryption at all and are a security risk,
947they are disabled unless explicitly included. 925they are disabled unless explicitly included.
948.It Ar aNULL 926.It Cm aNULL
949The cipher suites offering no authentication. 927The cipher suites offering no authentication.
950This is currently the anonymous DH algorithms. 928This is currently the anonymous DH algorithms.
951These cipher suites are vulnerable to a 929These cipher suites are vulnerable to a
952.Qq man in the middle 930.Qq man in the middle
953attack, so their use is normally discouraged. 931attack, so their use is normally discouraged.
954.It Ar kRSA , RSA 932.It Cm kRSA , RSA
955Cipher suites using RSA key exchange. 933Cipher suites using RSA key exchange.
956.It Ar kEDH 934.It Cm kEDH
957Cipher suites using ephemeral DH key agreement. 935Cipher suites using ephemeral DH key agreement.
958.It Ar aRSA 936.It Cm aRSA
959Cipher suites using RSA authentication, i.e. the certificates carry RSA keys. 937Cipher suites using RSA authentication, i.e. the certificates carry RSA keys.
960.It Ar aDSS , DSS 938.It Cm aDSS , DSS
961Cipher suites using DSS authentication, i.e. the certificates carry DSS keys. 939Cipher suites using DSS authentication, i.e. the certificates carry DSS keys.
962.It Ar TLSv1 940.It Cm TLSv1
963TLS v1.0 cipher suites. 941TLS v1.0 cipher suites.
964.It Ar DH 942.It Cm DH
965Cipher suites using DH, including anonymous DH. 943Cipher suites using DH, including anonymous DH.
966.It Ar ADH 944.It Cm ADH
967Anonymous DH cipher suites. 945Anonymous DH cipher suites.
968.It Ar AES 946.It Cm AES
969Cipher suites using AES. 947Cipher suites using AES.
970.It Ar 3DES 948.It Cm 3DES
971Cipher suites using triple DES. 949Cipher suites using triple DES.
972.It Ar DES 950.It Cm DES
973Cipher suites using DES 951Cipher suites using DES
974.Pq not triple DES . 952.Pq not triple DES .
975.It Ar RC4 953.It Cm RC4
976Cipher suites using RC4. 954Cipher suites using RC4.
977.It Ar CAMELLIA 955.It Cm CAMELLIA
978Cipher suites using Camellia. 956Cipher suites using Camellia.
979.It Ar CHACHA20 957.It Cm CHACHA20
980Cipher suites using ChaCha20. 958Cipher suites using ChaCha20.
981.It Ar IDEA 959.It Cm IDEA
982Cipher suites using IDEA. 960Cipher suites using IDEA.
983.It Ar MD5 961.It Cm MD5
984Cipher suites using MD5. 962Cipher suites using MD5.
985.It Ar SHA1 , SHA 963.It Cm SHA1 , SHA
986Cipher suites using SHA1. 964Cipher suites using SHA1.
987.El 965.El
988.Sh CIPHERS EXAMPLES
989Verbose listing of all
990.Nm OpenSSL
991ciphers including NULL ciphers:
992.Pp
993.Dl $ openssl ciphers -v 'ALL:eNULL'
994.Pp
995Include all ciphers except NULL and anonymous DH then sort by
996strength:
997.Pp
998.Dl $ openssl ciphers -v 'ALL:!ADH:@STRENGTH'
999.Pp
1000Include only 3DES ciphers and then place RSA ciphers last:
1001.Pp
1002.Dl $ openssl ciphers -v '3DES:+RSA'
1003.Pp
1004Include all RC4 ciphers but leave out those without authentication:
1005.Pp
1006.Dl $ openssl ciphers -v 'RC4:!COMPLEMENTOFDEFAULT'
1007.Pp
1008Include all ciphers with RSA authentication but leave out ciphers without
1009encryption:
1010.Pp
1011.Dl $ openssl ciphers -v 'RSA:!COMPLEMENTOFALL'
1012.\" 966.\"
1013.\" CRL 967.\" CRL
1014.\" 968.\"