2
0
Nils Larsch 49c5f38d3d undo accidental commit 18 жил өмнө
..
asm 35e00cc2d8 Minor aes-sparcv9.pl optimization. 19 жил өмнө
.cvsignore 36d16f8ee0 Add DTLS support. 19 жил өмнө
Makefile 064f6cb6f2 Engage AES for UltraSPARC in sparcv9 targets. 19 жил өмнө
README 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of 23 жил өмнө
aes.h 8359421d90 Default to AES u32 being unsinged int and not long. This improves cache 20 жил өмнө
aes_cbc.c 90cc40911b Don't zap AES CBC IV, when decrypting truncated content in place. 20 жил өмнө
aes_cfb.c 49c5f38d3d undo accidental commit 18 жил өмнө
aes_core.c 20ab8b4b41 Revoke the option to share AES S-boxes between C and assembler. It wastes 19 жил өмнө
aes_ctr.c 14fa6ad9f9 Make aes_ctr.c 64-bit savvy. 20 жил өмнө
aes_ecb.c b6fee5c2fb disable weird assert()s 22 жил өмнө
aes_locl.h b2be099d16 Fix #if _MSC_VER clause in aes_locl.h 19 жил өмнө
aes_misc.c 97879bcd57 Add the modes OFB128, CFB128 and CTR128 to AES. 23 жил өмнө
aes_ofb.c b6fee5c2fb disable weird assert()s 22 жил өмнө

README

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.