You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tomas Mraz 0d83b7b903 Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
To clarify the purpose of these two calls rename them to
EVP_CIPHER_CTX_get_original_iv and EVP_CIPHER_CTX_get_updated_iv.

Also rename the OSSL_CIPHER_PARAM_IV_STATE to OSSL_CIPHER_PARAM_UPDATED_IV
to better align with the function name.

Fixes #13411

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13870)
2 years ago
..
EVP_ASYM_CIPHER-SM2.pod Document the provider side SM2 Asymmetric Cipher support 3 years ago
EVP_KDF-HKDF.pod Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size(). 3 years ago
EVP_KDF-KB.pod Add support for making all of KBKDF FixedInput fields optional. 3 years ago
EVP_KDF-KRB5KDF.pod Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size(). 3 years ago
EVP_KDF-PBKDF2.pod Revert "kdf: make function naming consistent." 3 years ago
EVP_KDF-PKCS12KDF.pod Move PKCS#12 KDF to provider. 3 years ago
EVP_KDF-SCRYPT.pod Fix EVP_KDF_scrypt so that is uses a propq for its fetch. 3 years ago
EVP_KDF-SS.pod Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size(). 3 years ago
EVP_KDF-SSHKDF.pod Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size(). 3 years ago
EVP_KDF-TLS1_PRF.pod Revert "kdf: make function naming consistent." 3 years ago
EVP_KDF-X942-ASN1.pod Add EVP_KDF-X942 to the fips module 3 years ago
EVP_KDF-X942-CONCAT.pod Add EVP_KDF-X942 to the fips module 3 years ago
EVP_KDF-X963.pod Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size(). 3 years ago
EVP_KEM-RSA.pod Add KEM (Key encapsulation mechanism) support to providers 3 years ago
EVP_KEYEXCH-DH.pod Update core_names.h fields and document most fields. 3 years ago
EVP_KEYEXCH-ECDH.pod Update core_names.h fields and document most fields. 3 years ago
EVP_KEYEXCH-X25519.pod Update core_names.h fields and document most fields. 3 years ago
EVP_MAC-BLAKE2.pod Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 3 years ago
EVP_MAC-CMAC.pod Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 3 years ago
EVP_MAC-GMAC.pod Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 3 years ago
EVP_MAC-HMAC.pod Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 3 years ago
EVP_MAC-KMAC.pod Fixup EVP-MAC-KMAC documentation 3 years ago
EVP_MAC-Poly1305.pod Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 3 years ago
EVP_MAC-Siphash.pod Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 3 years ago
EVP_MD-BLAKE2.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-MD2.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-MD4.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-MD5-SHA1.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-MD5.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-MDC2.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-RIPEMD160.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-SHA1.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-SHA2.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-SHA3.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-SHAKE.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-SM3.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-WHIRLPOOL.pod DOCS: Move implementation specific docs away from provider-digest(7) 3 years ago
EVP_MD-common.pod Clean up some doc nits 3 years ago
EVP_PKEY-DH.pod Fix some typos in EVP_PKEY-DH.pod 2 years ago
EVP_PKEY-DSA.pod Update core_names.h fields and document most fields. 3 years ago
EVP_PKEY-EC.pod Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key 3 years ago
EVP_PKEY-FFC.pod Update core_names.h fields and document most fields. 3 years ago
EVP_PKEY-HMAC.pod Update the EVP_PKEY MAC documentation 3 years ago
EVP_PKEY-RSA.pod Add ACVP fips module tests 3 years ago
EVP_PKEY-SM2.pod Document the provider side SM2 Asymmetric Cipher support 3 years ago
EVP_PKEY-X25519.pod Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key 3 years ago
EVP_RAND-CTR-DRBG.pod doc: Documentation changes for moving the entropy source out of the fips provider 3 years ago
EVP_RAND-HASH-DRBG.pod doc: Documentation changes for moving the entropy source out of the fips provider 3 years ago
EVP_RAND-HMAC-DRBG.pod doc: Documentation changes for moving the entropy source out of the fips provider 3 years ago
EVP_RAND-SEED-SRC.pod rand: add a provider side seed source. 3 years ago
EVP_RAND-TEST-RAND.pod drbg: revert renamings of the generate and reseed counter 3 years ago
EVP_RAND.pod rand_drbg: remove RAND_DRBG. 3 years ago
EVP_SIGNATURE-DSA.pod Update core_names.h fields and document most fields. 3 years ago
EVP_SIGNATURE-ECDSA.pod Update core_names.h fields and document most fields. 3 years ago
EVP_SIGNATURE-ED25519.pod Update copyright year 2 years ago
EVP_SIGNATURE-HMAC.pod Update the EVP_PKEY MAC documentation 3 years ago
EVP_SIGNATURE-RSA.pod Update core_names.h fields and document most fields. 3 years ago
OSSL_PROVIDER-FIPS.pod Add fips self tests for all included kdf 2 years ago
OSSL_PROVIDER-base.pod Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE 3 years ago
OSSL_PROVIDER-default.pod Enhance default provider documentation 2 years ago
OSSL_PROVIDER-legacy.pod Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 3 years ago
OSSL_PROVIDER-null.pod Add a null provider which implements no algorithms. 3 years ago
RAND.pod Update copyright year 3 years ago
RSA-PSS.pod Following the license change, modify the boilerplates in doc/man7/ 5 years ago
X25519.pod Update copyright year 3 years ago
bio.pod POD: stop abusing comment 4 years ago
crypto.pod Make doc/man7/ and doc/internal/man3/ conform with man-pages(7) 4 years ago
ct.pod Fix function names in ct(7) documentation 5 years ago
des_modes.pod Following the license change, modify the boilerplates in doc/man7/ 5 years ago
evp.pod Update copyright year 3 years ago
openssl-core.h.pod Update copyright year 3 years ago
openssl-core_dispatch.h.pod Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 3 years ago
openssl-core_names.h.pod DOCS: add openssl-core_names.h(7) 3 years ago
openssl-env.pod APPS: Allow OPENSSL_CONF to be empty, not loading a config file 2 years ago
openssl-glossary.pod DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarations 2 years ago
openssl-threads.pod Document openssl thread-safety 2 years ago
openssl_user_macros.pod.in Document how deprecation should be done 3 years ago
ossl_store-file.pod POD: stop abusing comment 4 years ago
ossl_store.pod POD: stop abusing comment 4 years ago
passphrase-encoding.pod Update copyright year 3 years ago
property.pod Re-word null->empty property; improve iteration.count example in property.pod 3 years ago
provider-asym_cipher.pod Document the provider side SM2 Asymmetric Cipher support 3 years ago
provider-base.pod Document the core_thread_start upcall 2 years ago
provider-cipher.pod Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity 2 years ago
provider-digest.pod gettables: documentation changes to pass the provider context. 3 years ago
provider-encoder.pod ENCODER: Add support for OSSL_FUNC_encoder_does_selection() 3 years ago
provider-kdf.pod Document the provider KDF API. 3 years ago
provider-kem.pod Add KEM (Key encapsulation mechanism) support to providers 3 years ago
provider-keyexch.pod gettables: documentation changes to pass the provider context. 3 years ago
provider-keymgmt.pod Constify OSSL_FUNC_keymgmt_validate() 3 years ago
provider-mac.pod gettables: documentation changes to pass the provider context. 3 years ago
provider-object.pod CORE: Add support for specifying the outermost object structure 3 years ago
provider-rand.pod drbg: revert renamings of the generate and reseed counter 3 years ago
provider-signature.pod gettables: documentation changes to pass the provider context. 3 years ago
provider-storemgmt.pod STORE for providers: define libcrypto <-> provider interface 3 years ago
provider.pod Enhance default provider documentation 2 years ago
proxy-certificates.pod Update copyright year 3 years ago
ssl.pod Strip much out of ssl.pod 4 years ago
x509.pod Add X509 related libctx changes. 3 years ago