openssl/doc/man7
Shane Lontis 7cc355c2e4 Add AES_CBC_CTS ciphers to providers
Added Algorithm names AES-128-CBC-CTS, AES-192-CBC-CTS and AES-256-CBC-CTS.
CS1, CS2 and CS3 variants are supported.
Only single shot updates are supported.
The cipher returns the mode EVP_CIPH_CBC_MODE (Internally it shares the aes_cbc cipher code). This
would allow existing code that uses AES_CBC to switch to the CTS variant without breaking code that
tests for this mode. Because it shares the aes_cbc code the cts128.c functions could not be used directly.
The cipher returns the flag EVP_CIPH_FLAG_CTS.
EVP_CIPH_FLAG_FIPS & EVP_CIPH_FLAG_NON_FIPS_ALLOW have been deprecated.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12094)
2020-07-15 23:11:50 +02:00
..
bio.pod
crypto.pod
ct.pod
des_modes.pod
EVP_KDF-HKDF.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-KB.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-KRB5KDF.pod Fix typos and repeated words 2020-07-05 01:49:20 +02:00
EVP_KDF-PBKDF2.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-SCRYPT.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-SS.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-SSHKDF.pod kdf: make function naming consistent. 2020-06-11 11:14:21 +10:00
EVP_KDF-TLS1_PRF.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-X942.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KDF-X963.pod Update copyright year 2020-06-25 14:13:12 +01:00
EVP_KEYEXCH-DH.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_KEYEXCH-ECDH.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_KEYEXCH-X25519.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_MAC-BLAKE2.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MAC-CMAC.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MAC-GMAC.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MAC-HMAC.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MAC-KMAC.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MAC-Poly1305.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MAC-Siphash.pod The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00
EVP_MD-BLAKE2.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-common.pod Clean up some doc nits 2020-05-27 00:35:00 +02:00
EVP_MD-MD2.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-MD4.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-MD5-SHA1.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-MD5.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-MDC2.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-RIPEMD160.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-SHA1.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-SHA2.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-SHA3.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-SHAKE.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-SM3.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_MD-WHIRLPOOL.pod DOCS: Move implementation specific docs away from provider-digest(7) 2020-03-10 13:32:06 +01:00
EVP_PKEY-DH.pod Fix typos and repeated words 2020-07-05 01:49:20 +02:00
EVP_PKEY-DSA.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_PKEY-EC.pod Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentation 2020-06-19 10:19:31 +01:00
EVP_PKEY-FFC.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_PKEY-RSA.pod Add ACVP fips module tests 2020-06-17 11:33:16 +10:00
EVP_PKEY-X25519.pod Fix typos and repeated words 2020-07-05 01:49:20 +02:00
EVP_RAND-CTR-DRBG.pod evp_rand: documentation 2020-06-24 20:07:46 +10:00
EVP_RAND-HASH-DRBG.pod evp_rand: documentation 2020-06-24 20:07:46 +10:00
EVP_RAND-HMAC-DRBG.pod evp_rand: documentation 2020-06-24 20:07:46 +10:00
EVP_RAND-TEST-RAND.pod evp_rand: documentation 2020-06-24 20:07:46 +10:00
EVP_SIGNATURE-DSA.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_SIGNATURE-ECDSA.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_SIGNATURE-ED25519.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
EVP_SIGNATURE-RSA.pod Update core_names.h fields and document most fields. 2020-05-26 13:53:07 +10:00
evp.pod Fix typos and repeated words 2020-07-05 01:49:20 +02:00
openssl_user_macros.pod.in Update copyright year 2020-04-23 13:55:52 +01:00
openssl-core_dispatch.h.pod Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 2020-06-24 22:01:22 +02:00
openssl-core_names.h.pod DOCS: add openssl-core_names.h(7) 2020-05-29 08:26:10 +02:00
openssl-core.h.pod Update copyright year 2020-06-25 14:13:12 +01:00
openssl-env.pod Update copyright year 2020-04-23 13:55:52 +01:00
OSSL_PROVIDER-default.pod Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 2020-06-24 22:01:22 +02:00
OSSL_PROVIDER-FIPS.pod Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 2020-06-24 22:01:22 +02:00
OSSL_PROVIDER-legacy.pod Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 2020-06-24 22:01:22 +02:00
OSSL_PROVIDER-null.pod Add a null provider which implements no algorithms. 2020-04-09 17:12:35 +10:00
ossl_store-file.pod
ossl_store.pod
passphrase-encoding.pod Update copyright year 2020-04-23 13:55:52 +01:00
property.pod Update copyright year 2020-04-23 13:55:52 +01:00
provider-asym_cipher.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider-base.pod Fix typos and repeated words 2020-07-05 01:49:20 +02:00
provider-cipher.pod Add AES_CBC_CTS ciphers to providers 2020-07-15 23:11:50 +02:00
provider-digest.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider-keyexch.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider-keymgmt.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider-mac.pod Update copyright year 2020-06-25 14:13:12 +01:00
provider-rand.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider-serializer.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider-signature.pod Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
provider.pod Add missing section on asymmetric ciphers 2020-06-19 09:06:14 +01:00
proxy-certificates.pod Update copyright year 2020-06-04 14:33:57 +01:00
RAND_DRBG.pod
RAND.pod
RSA-PSS.pod
SM2.pod Update copyright year 2020-04-23 13:55:52 +01:00
ssl.pod
x509.pod
X25519.pod Update copyright year 2020-04-23 13:55:52 +01:00