Philip Miloslavsky

Results 5 comments of Philip Miloslavsky

with 64 bit tools it works

I have a follow up to this issue (using the same HW as @jintaoc3 ). I have isolated this down to a simple test program that negotiates with TLS_server_method() in...

FYI the test program is here: https://github.com/pmiloslavsky/demo/tree/master/ssl_example_qat. It hs to be changed to do TLSv1_2_server_method (and client) from TLS_server_method(). Also I dont know if we need to restrict the cipher...

I did get fw_counters to wiggle but only with TLS 1.2 and SSL_CTX_set_cipher_list(ctx, "AES256-SHA256"); [Can you explain that choice?] [its 4x slower that default per SSL_write]