parent
8c58e5f118
commit
fc2ebff046
84
src/_openssl
84
src/_openssl
|
|
@ -348,55 +348,55 @@ _openssl_subcommands() {
|
||||||
|
|
||||||
'chacha20:Chacha20 Cipher'
|
'chacha20:Chacha20 Cipher'
|
||||||
|
|
||||||
'des:DES Ciper'
|
'des:DES Cipher'
|
||||||
'des-cbc:DES CBC Ciper'
|
'des-cbc:DES CBC Cipher'
|
||||||
'des-cfb:DES CFB Ciper'
|
'des-cfb:DES CFB Cipher'
|
||||||
'des-ecb:DES ECB Ciper'
|
'des-ecb:DES ECB Cipher'
|
||||||
'des-ede:DES EDE Ciper'
|
'des-ede:DES EDE Cipher'
|
||||||
'des-ede-cbc:DES EDE CBC Ciper'
|
'des-ede-cbc:DES EDE CBC Cipher'
|
||||||
'des-ede-cfb:DES EDE CFB Ciper'
|
'des-ede-cfb:DES EDE CFB Cipher'
|
||||||
'des-ede-ofb:DES EDE OFB Ciper'
|
'des-ede-ofb:DES EDE OFB Cipher'
|
||||||
'des-ofb:DES OFB Ciper'
|
'des-ofb:DES OFB Cipher'
|
||||||
|
|
||||||
'des3:Triple-DES Ciper'
|
'des3:Triple-DES Cipher'
|
||||||
'desx:Triple-DES X Ciper'
|
'desx:Triple-DES X Cipher'
|
||||||
'des-ede3:Triple-DES EDE Ciper'
|
'des-ede3:Triple-DES EDE Cipher'
|
||||||
'des-ede3-cbc:Triple-DES EDE CBC Ciper'
|
'des-ede3-cbc:Triple-DES EDE CBC Cipher'
|
||||||
'des-ede3-cfb:Triple-DES EDE CFB Ciper'
|
'des-ede3-cfb:Triple-DES EDE CFB Cipher'
|
||||||
'des-ede3-ofb:Triple-DES EDE OFB Ciper'
|
'des-ede3-ofb:Triple-DES EDE OFB Cipher'
|
||||||
|
|
||||||
'idea:IDEA Ciper'
|
'idea:IDEA Cipher'
|
||||||
'idea-cbc:IDEA CBC Ciper'
|
'idea-cbc:IDEA CBC Cipher'
|
||||||
'idea-cfb:IDEA CFB Ciper'
|
'idea-cfb:IDEA CFB Cipher'
|
||||||
'idea-ecb:IDEA ECB Ciper'
|
'idea-ecb:IDEA ECB Cipher'
|
||||||
'idea-ofb:IDEA OFB Ciper'
|
'idea-ofb:IDEA OFB Cipher'
|
||||||
|
|
||||||
'rc2:RC2 Ciper'
|
'rc2:RC2 Cipher'
|
||||||
'rc2-cbc:RC2 CBC Ciper'
|
'rc2-cbc:RC2 CBC Cipher'
|
||||||
'rc2-cfb:RC2 CFB Ciper'
|
'rc2-cfb:RC2 CFB Cipher'
|
||||||
'rc2-ecb:RC2 ECB Ciper'
|
'rc2-ecb:RC2 ECB Cipher'
|
||||||
'rc2-ofb:RC2 OFB Ciper'
|
'rc2-ofb:RC2 OFB Cipher'
|
||||||
|
|
||||||
'rc4:RC4 Ciper'
|
'rc4:RC4 Cipher'
|
||||||
|
|
||||||
'rc5:RC5 Ciper'
|
'rc5:RC5 Cipher'
|
||||||
'rc5-cbc:RC5 CBC Ciper'
|
'rc5-cbc:RC5 CBC Cipher'
|
||||||
'rc5-cfb:RC5 CFB Ciper'
|
'rc5-cfb:RC5 CFB Cipher'
|
||||||
'rc5-ecb:RC5 ECB Ciper'
|
'rc5-ecb:RC5 ECB Cipher'
|
||||||
'rc5-ofb:RC5 OFB Ciper'
|
'rc5-ofb:RC5 OFB Cipher'
|
||||||
|
|
||||||
'seed:SEED Ciper'
|
'seed:SEED Cipher'
|
||||||
'seed-cbc:SEED CBC Ciper'
|
'seed-cbc:SEED CBC Cipher'
|
||||||
'seed-cfb:SEED CFB Ciper'
|
'seed-cfb:SEED CFB Cipher'
|
||||||
'seed-ecb:SEED ECB Ciper'
|
'seed-ecb:SEED ECB Cipher'
|
||||||
'seed-ofb:SEED OFB Ciper'
|
'seed-ofb:SEED OFB Cipher'
|
||||||
|
|
||||||
'sm4:SM4 Ciper'
|
'sm4:SM4 Cipher'
|
||||||
'sm4-cbc:SM4 CBC Ciper'
|
'sm4-cbc:SM4 CBC Cipher'
|
||||||
'sm4-cfb:SM4 CFB Ciper'
|
'sm4-cfb:SM4 CFB Cipher'
|
||||||
'sm4-ctr:SM4 CTR Ciper'
|
'sm4-ctr:SM4 CTR Cipher'
|
||||||
'sm4-ecb:SM4 ECB Ciper'
|
'sm4-ecb:SM4 ECB Cipher'
|
||||||
'sm4-ofb:SM4 OFB Ciper'
|
'sm4-ofb:SM4 OFB Cipher'
|
||||||
)
|
)
|
||||||
|
|
||||||
_describe -t commands 'command' commands "$@"
|
_describe -t commands 'command' commands "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue