Module Name:src
Committed By: mlelstv
Date: Wed Mar 7 06:55:01 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S
Log Message:
Use local ELF labels and avoid an unsupported 16bit relocation.
To generate a diff of this commit:
cv
Module Name:src
Committed By: christos
Date: Mon Mar 5 01:00:12 UTC 2018
Added Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: crypto.inc
Log Message:
need CRYPTO_memcmp.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/crypto/external
Module Name:src
Committed By: christos
Date: Mon Mar 5 00:59:43 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S
Log Message:
make the key functions public, and provide function type and size attributes.
To generate a diff of
Module Name:src
Committed By: rin
Date: Wed Feb 8 21:43:53 UTC 2017
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes.inc
Log Message:
Do not use the assembler version of AES routines for m68000; they contain
instructions available for 68020 and
Module Name:src
Committed By: isaki
Date: Tue Feb 7 11:18:43 UTC 2017
Added Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S
aes.inc
Log Message:
Implement m68k assembly version of AES.
It's approx 1.4 times faster than the original o