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-12-22 09:11:07 -05:00
2015-12-19 20:33:00 +00:00
2015-12-09 22:09:19 +00:00
2016-01-07 15:14:18 -05:00
2016-01-11 17:50:27 +00:00
2016-01-07 15:14:18 -05:00
2015-11-01 08:09:57 -05:00
2016-01-07 20:53:23 -05:00
2016-01-11 17:50:42 +00:00
2016-01-11 17:50:27 +00:00
2015-12-09 22:09:19 +00:00
2015-09-02 22:05:37 -04:00
2015-09-26 19:50:11 +02:00
2015-12-16 16:14:49 -05:00
2015-09-04 11:45:44 -04:00
2016-01-07 15:14:18 -05:00
2015-04-20 15:06:22 +02:00
2015-12-16 16:14:49 -05:00
2015-09-29 21:59:19 -04:00
2015-07-16 01:06:48 -04:00
2016-01-07 18:00:51 +00:00
2016-01-07 18:00:51 +00:00
2015-07-14 01:10:01 +02:00
2015-01-22 09:20:09 +00:00