Hi Jacob, thanks for the input.
On Tue 11 Dec, 2018, 4:24 PM Jakob Bohm via openssl-users, <
openssl-users@openssl.org> wrote:
> On 10/12/2018 11:30, Hemant Ranvir wrote:
> > Dear all,
> > After extracting openssl-1.1.1.tar.gz, openssl can be configured
> > without asm by passing no-asm flag
On 10/12/2018 11:30, Hemant Ranvir wrote:
Dear all,
After extracting openssl-1.1.1.tar.gz, openssl can be configured
without asm by passing no-asm flag during config command.
The expanded key can be obtained like follows:
//Getting expanded key from inside openssl
//Copied from crypto/
Dear all,
After extracting openssl-1.1.1.tar.gz, openssl can be configured
without asm by passing no-asm flag during config command.
The expanded key can be obtained like follows:
//Getting expanded key from inside openssl
//Copied from crypto/evp/e_aes.c
typedef struct {
union {