IAIK / cache_template_attacks

This repository contains several tools to perform Cache Template Attacks
The Unlicense
142 stars 63 forks source link

openssl version for AES attack #2

Closed agarwalayush closed 8 years ago

agarwalayush commented 8 years ago

Hi, Can you tell me which version of openssl did you use for the attach, as the new releases have a different implementation?

dgruss commented 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

VishalSubramanyam commented 1 year ago

@dgruss If the T-table implementation is not used, what's the alternative? Just the AES-NI version on x86?

dgruss commented 1 year ago

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: @.***>