openssl/crypto/include/internal
Matt Caswell c080461448 Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions
Previously they were using EVP_EncodeBlock/EVP_DecodeBlock. These are low
level functions that do not handle padding characters. This was causing
the SRP code to fail. One side effect of using EVP_EncodeUpdate is that
it inserts newlines which is not what we need in SRP so we add a flag to
avoid that.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5925)
2018-04-13 09:37:38 +01:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aria.h Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
asn1_int.h Update copyright year 2018-03-20 13:08:46 +00:00
async.h
bn_conf.h.in
bn_dh.h DH named parameter support 2017-10-12 02:40:30 +01:00
bn_int.h
bn_srp.h
chacha.h
cryptlib_int.h Update copyright year 2018-03-20 13:08:46 +00:00
ctype.h This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
dso_conf.h.in Update copyright year 2018-04-03 13:57:12 +01:00
engine.h Add new /dev/crypto engine 2017-06-28 12:54:33 +02:00
err_int.h
evp_int.h Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions 2018-04-13 09:37:38 +01:00
md32_common.h Remove email addresses from source code. 2017-10-13 10:06:59 -04:00
objects.h
poly1305.h
rand_int.h Change rand_pool_add[_end] prototypes to match 2018-04-04 20:47:11 +02:00
sha.h SHA512/224 and SHA512/256 2018-01-24 07:09:46 +10:00
siphash.h
sm3.h SM3: restructure to EVP internal and update doc to right location 2017-11-06 07:21:15 +08:00
sm4.h SM4: Add SM4 block cipher to EVP 2017-10-31 15:19:14 +10:00
store_int.h Add internal functions to fetch PEM data from an opened BIO 2017-06-29 19:25:39 +02:00
store.h Add the STORE module 2017-06-29 11:55:31 +02:00
x509_int.h Add support for custom signature parameters 2017-04-25 22:12:34 +01:00