]> git.ipfire.org Git - thirdparty/openssl.git/commit - doc/man3/EVP_aes_128_gcm.pod
Synchronize man3 EVP cipher list with existing implementations, adding:
authorRonald Tse <ronald.tse@ribose.com>
Sat, 21 Oct 2017 02:59:09 +0000 (11:59 +0900)
committerRichard Levitte <levitte@openssl.org>
Tue, 31 Oct 2017 15:28:42 +0000 (16:28 +0100)
commit8fa4d95e8e2c95a61748313b33d3493cfb67a027
tree26335548356a487b838ea2cd7dc476fdbdc43938
parentbbda8ce9da37af41a83cbe188ac3747d7053b553
Synchronize man3 EVP cipher list with existing implementations, adding:
* ARIA, SEED, Camellia
* AES-XTS, OCB, CTR
* Key wrap for 3DES, AES
* RC4-MD5 AD
* CFB modes with 1-bit and 8-bit shifts

Split EVP_EncryptInit cipher list to individual man pages.

Consolidate cipher bit-lengths in EVP_EncryptInit cipher list.

Clarify

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4564)
16 files changed:
doc/man3/EVP_EncryptInit.pod
doc/man3/EVP_aes.pod [new file with mode: 0644]
doc/man3/EVP_aria.pod [new file with mode: 0644]
doc/man3/EVP_bf_cbc.pod [new file with mode: 0644]
doc/man3/EVP_camellia.pod [new file with mode: 0644]
doc/man3/EVP_cast5_cbc.pod [new file with mode: 0644]
doc/man3/EVP_chacha20.pod [new file with mode: 0644]
doc/man3/EVP_des.pod [new file with mode: 0644]
doc/man3/EVP_desx_cbc.pod [new file with mode: 0644]
doc/man3/EVP_idea_cbc.pod [new file with mode: 0644]
doc/man3/EVP_rc2_cbc.pod [new file with mode: 0644]
doc/man3/EVP_rc4.pod [new file with mode: 0644]
doc/man3/EVP_rc5_32_12_16_cbc.pod [new file with mode: 0644]
doc/man3/EVP_seed_cbc.pod [new file with mode: 0644]
doc/man3/EVP_sm4_cbc.pod [moved from doc/man3/EVP_sm4.pod with 86% similarity]
util/private.num