mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Add constants to CCM and TLS.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2550)
This commit is contained in:
parent
7114af3054
commit
aa24c47c83
@ -367,6 +367,12 @@ typedef struct {
|
||||
# define EVP_CCM_TLS_FIXED_IV_LEN 4
|
||||
/* Length of explicit part of IV part of TLS records */
|
||||
# define EVP_CCM_TLS_EXPLICIT_IV_LEN 8
|
||||
/* Total length of CCM IV length for TLS */
|
||||
# define EVP_CCM_TLS_IV_LEN 12
|
||||
/* Length of tag for TLS */
|
||||
# define EVP_CCM_TLS_TAG_LEN 16
|
||||
/* Length of CCM8 tag for TLS */
|
||||
# define EVP_CCM8_TLS_TAG_LEN 8
|
||||
|
||||
typedef struct evp_cipher_info_st {
|
||||
const EVP_CIPHER *cipher;
|
||||
|
Loading…
Reference in New Issue
Block a user