openssl/ssl
Matt Caswell d954227611 If we are multiblock capable make sure we use it
Recent changes to the assembler defines meant that they weren't being
set for libssl code. This resulted in the multiblock code never being
used.

Fixes #9571

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9574)
2019-08-14 11:04:09 +01:00
..
record Fix SSL_MODE_RELEASE_BUFFERS functionality 2019-08-05 17:12:21 +01:00
statem Add missing EBCDIC strings 2019-08-14 10:41:41 +01:00
bio_ssl.c
build.info If we are multiblock capable make sure we use it 2019-08-14 11:04:09 +01:00
d1_lib.c Remove function name from errors 2019-07-16 05:26:28 +02:00
d1_msg.c
d1_srtp.c
methods.c
pqueue.c
s3_cbc.c
s3_enc.c Change OSSL_PARAM return size to not be a pointer. 2019-06-24 14:43:55 +10:00
s3_lib.c API to get negotiated key exchange algorithm in TLS1.3 2019-08-06 12:04:52 +01:00
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
ssl_ciph.c
ssl_conf.c
ssl_err.c Regenerate mkerr files 2019-07-16 05:26:28 +02:00
ssl_init.c
ssl_lib.c Replace FUNCerr with ERR_raise_data 2019-08-02 11:41:54 +02:00
ssl_locl.h API to get negotiated key exchange algorithm in TLS1.3 2019-08-06 12:04:52 +01:00
ssl_mcnf.c
ssl_rsa.c Make the PACKET/WPACKET code available to both libcrypto and libssl 2019-07-12 06:26:46 +10:00
ssl_sess.c Following the previous 2 commits also move ecpointformats out of session 2019-06-18 13:36:25 +01:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c
t1_lib.c Fix SSL_check_chain() 2019-08-09 17:29:39 +01:00
t1_trce.c
tls13_enc.c Add missing EBCDIC strings 2019-08-14 10:41:41 +01:00
tls_srp.c