Richard Levitte 83b0634702 Add accessors and writers for EVP_CIPHER_CTX
New functions:

- EVP_CIPHER_CTX_encrypting()
- EVP_CIPHER_CTX_iv()
- EVP_CIPHER_CTX_iv_noconst()
- EVP_CIPHER_CTX_original_iv()
- EVP_CIPHER_CTX_buf_noconst()
- EVP_CIPHER_CTX_num()
- EVP_CIPHER_CTX_set_num()
- EVP_CIPHER_CTX_cipher_data()
- EVP_CIPHER_CTX_new_cipher_data()

Note that the accessors / writers for iv, buf and num may go away, as
those rather belong in the implementation's own structure (cipher_data)
when the implementation would affect them (that would be the case when
they are flagged EVP_CIPH_CUSTOM_IV or EVP_CIPH_FLAG_CUSTOM_CIPHER).

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-12 13:52:22 +01:00
..
2015-09-03 16:26:34 -04:00
2016-01-02 20:39:24 +01:00
2015-10-14 18:45:33 +02:00
2015-10-14 18:45:33 +02:00
2015-12-11 16:18:01 +01:00
2015-12-14 23:06:14 +00:00
2016-01-07 18:00:51 +00:00
2015-12-11 16:18:35 +01:00
2015-12-14 23:06:14 +00:00
2016-01-07 18:00:51 +00:00
2015-11-21 14:21:04 +01:00