openssl/include/openssl
Shane Lontis dc64dc2edd Add EVP_CIPHER_CTX_tag_length()
There is no deprecated CTRL support for this new field.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9698)
2019-09-11 17:52:30 +10:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes.h Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt() 2019-04-12 14:22:41 +01:00
asn1.h Remove EXPORT_VAR_AS_FUNC 2019-07-01 20:13:03 -04:00
asn1_mac.h
asn1err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
asn1t.h Remove EXPORT_VAR_AS_FUNC 2019-07-01 20:13:03 -04:00
async.h add an additional async notification communication method based on callback 2019-01-27 12:27:17 +00:00
asyncerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
bio.h Do no mention private headers in public headers 2019-09-09 12:06:43 +02:00
bioerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
blowfish.h
bn.h Make sure all BIGNUM operations work within the FIPS provider 2019-07-15 11:03:44 +01:00
bnerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
buffer.h
buffererr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
camellia.h
cast.h
cmac.h
cmp.h Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-05-30 11:18:52 +01:00
cmperr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
cms.h CAdES : lowercase name for now internal methods. 2019-07-31 19:14:12 +10:00
cmserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
comp.h
comperr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
conf.h
conf_api.h
conferr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
core.h Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere 2019-07-23 07:30:33 +02:00
core_names.h Add EVP_CIPHER_CTX_tag_length() 2019-09-11 17:52:30 +10:00
core_numbers.h Revise EVP_PKEY param handling 2019-09-09 14:00:00 +01:00
crmf.h Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-05-30 11:18:52 +01:00
crmferr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
crypto.h Remove old KDF initialisation 2019-09-06 19:27:57 +10:00
cryptoerr.h Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex() 2019-08-12 12:50:41 +02:00
ct.h Do no mention private headers in public headers 2019-09-09 12:06:43 +02:00
cterr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
des.h Fix comment; unchecked->checked 2019-07-02 20:09:27 +02:00
dh.h Check the DH modulus bit length 2019-09-09 14:43:57 +02:00
dherr.h Enforce a minimum DH modulus size of 512 bits 2019-07-24 14:44:08 +02:00
dsa.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
dsaerr.h make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA 2019-07-31 16:56:22 +03:00
dtls1.h Do no mention private headers in public headers 2019-09-09 12:06:43 +02:00
e_os2.h Remove global-var/function macros 2019-07-01 19:42:12 -04:00
ebcdic.h
ec.h Fix a documentation bug in ec.h 2019-08-29 11:10:14 +01:00
ecdh.h
ecdsa.h
ecerr.h KDF error codes reworked 2019-09-06 19:27:57 +10:00
engine.h
engineerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
err.h Cleanse KDF error files 2019-09-06 19:27:57 +10:00
ess.h CAdES : lowercase name for now internal methods. 2019-07-31 19:14:12 +10:00
esserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
evp.h Add EVP_CIPHER_CTX_tag_length() 2019-09-11 17:52:30 +10:00
evperr.h KDF error codes reworked 2019-09-06 19:27:57 +10:00
fips_names.h Add fips provider code for handling self test data 2019-08-19 09:18:33 +10:00
hmac.h
idea.h
kdf.h More KDF cleanup 2019-09-06 19:27:57 +10:00
lhash.h Properties for implementation selection. 2019-02-18 13:28:14 +10:00
macros.h Untangle / retangle opensslv.h, openssslconf.h and macros.h 2019-08-19 07:12:28 +02:00
md2.h
md4.h
md5.h
mdc2.h Change provider params from int to size_t 2019-09-05 11:23:57 +10:00
modes.h Move the public SIV mode functions from public headers to internal ones 2019-06-27 09:47:23 +01:00
obj_mac.h Add X9.42 KDF. 2019-07-09 09:33:18 +10:00
objects.h Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02:00
objectserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
ocsp.h Fix an incorrect macro 2019-06-12 10:12:14 +01:00
ocsperr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
opensslconf.h.in Untangle / retangle opensslv.h, openssslconf.h and macros.h 2019-08-19 07:12:28 +02:00
opensslv.h Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER 2019-09-05 21:48:41 +02:00
ossl_typ.h Add the ability to perform signatures in a provider 2019-09-09 13:52:26 +01:00
params.h Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text() 2019-08-12 12:50:41 +02:00
pem.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
pem2.h
pemerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
pkcs7.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
pkcs7err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
pkcs12.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
pkcs12err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
provider.h Rename provider and core get_param_types functions 2019-08-15 11:58:25 +02:00
rand.h Remove tab characters from C source files. 2019-07-16 20:24:10 +10:00
rand_drbg.h Convert drbg_lib to use OPENSSL_CTX for its global data 2019-06-07 12:04:34 +01:00
randerr.h Make rand_pool buffers more dynamic in their sizing. 2019-07-23 18:07:19 +10:00
rc2.h
rc4.h
rc5.h Change RC5_32_set_key to return an int type 2019-07-01 10:18:37 +01:00
ripemd.h
rsa.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
rsaerr.h make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA 2019-07-31 16:56:22 +03:00
safestack.h Mark generated functions unused (applies to safestack, lhash, sparse_array) 2019-02-15 11:44:35 +01:00
seed.h
sha.h
srp.h
srtp.h
ssl.h API to get negotiated key exchange algorithm in TLS1.3 2019-08-06 12:04:52 +01:00
ssl2.h
ssl3.h Remove heartbeats completely 2019-03-29 13:50:59 +01:00
sslerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
stack.h Properties for implementation selection. 2019-02-18 13:28:14 +10:00
store.h Fix Typos 2019-07-01 10:09:22 +02:00
storeerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
symhacks.h
tls1.h Correct the Extended Master Secret string for EBCDIC 2019-08-06 11:02:50 +01:00
trace.h Convert the ENGINE_CONF trace calls to use CONF instead 2019-04-05 12:50:55 +02:00
ts.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
tserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
txt_db.h
ui.h
uierr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
whrlpool.h
x509.h x509: publish X509_PUBKEY_dup 2019-07-22 07:34:30 +02:00
x509_vfy.h X509_STORE: fix two misspelled compatibility macros 2019-01-25 11:18:35 +01:00
x509err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
x509v3.h Add missing accessors for X509 AuthorityKeyIdentifier 2019-08-01 11:32:12 +02:00
x509v3err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00