Closed agarwalayush closed 8 years ago
There are barely any changes in the AES T-Table implementation of OpenSSL as it is usually not used anymore. https://github.com/openssl/openssl/blame/master/crypto/aes/aes_x86core.c
@dgruss If the T-table implementation is not used, what's the alternative? Just the AES-NI version on x86?
You can enable it in the OpenSSL code and compile it yourself...
On 10/30/23 14:32, Vishal Subramanyam wrote:
@dgruss https://github.com/dgruss If the T-table implementation is not used, what's the alternative? Just the AES-NI version on x86?
— Reply to this email directly, view it on GitHub https://github.com/IAIK/cache_template_attacks/issues/2#issuecomment-1785207921, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN2M6UIR4HOMTGXDK37FCTYB6T65AVCNFSM4CGWZ2W2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZYGUZDANZZGIYQ. You are receiving this because you were mentioned.Message ID: @.***>
Hi, Can you tell me which version of openssl did you use for the attach, as the new releases have a different implementation?