mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
c080461448
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) |
||
---|---|---|
.. | ||
__DECC_INCLUDE_EPILOGUE.H | ||
__DECC_INCLUDE_PROLOGUE.H | ||
aria.h | ||
asn1_int.h | ||
async.h | ||
bn_conf.h.in | ||
bn_dh.h | ||
bn_int.h | ||
bn_srp.h | ||
chacha.h | ||
cryptlib_int.h | ||
ctype.h | ||
dso_conf.h.in | ||
engine.h | ||
err_int.h | ||
evp_int.h | ||
md32_common.h | ||
objects.h | ||
poly1305.h | ||
rand_int.h | ||
sha.h | ||
siphash.h | ||
sm3.h | ||
sm4.h | ||
store_int.h | ||
store.h | ||
x509_int.h |