summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271434-52315/+172042
* Many changes from 0.9.8-dev.Richard Levitte2005-02-25320-18252/+9604
* This commit was manufactured by cvs2svn to create branch 'BRANCH_VMS_64BIT'.cvs2svn2005-02-0632-0/+5631
|\
| * Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov2005-02-061-3/+7
| * Mention no-sse2 option in INSTALL note.Andy Polyakov2005-02-061-0/+14
| * In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson2005-02-051-1/+1
| * Drop redundant -lc from a number of rules in Makefile.shared. It'sAndy Polyakov2005-02-031-14/+14
| * Shut whiny make's up.Andy Polyakov2005-02-032-2/+2
| * Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-0120-186/+192
| * The first argument to load_iv should really be a char ** instead of anRichard Levitte2005-01-271-4/+4
| * Oops, == should really be = when used with test ([ and ]).Richard Levitte2005-01-271-1/+1
| * Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte2005-01-271-1/+6
| * Get rid if the annoying warningRichard Levitte2005-01-273-10/+18
| * The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-263-110/+110
| * Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov2005-01-261-18/+18
| * Please BSD make...Andy Polyakov2005-01-254-3/+4
| * FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov2005-01-251-2/+4
| * ./Configure to respect $thread_cflag variable.Andy Polyakov2005-01-241-5/+14
| * Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov2005-01-243-806/+227
| * Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov2005-01-243-10/+18
| * Improve ECB performance (48+14*rounds -> 18+13*rounds) and reserve forAndy Polyakov2005-01-241-508/+901
| * linux-arm target update.Andy Polyakov2005-01-213-3/+7
| * linux-parisc update.Andy Polyakov2005-01-203-10/+12
| * Bug-fix in CBC encrypt tail processing and commentary section update.Andy Polyakov2005-01-201-16/+29
| * Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte2005-01-191-3/+4
| * Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte2005-01-181-0/+2
| * Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov2005-01-186-124/+371
| * Fix a typo in a.out assembler modules.Andy Polyakov2005-01-181-1/+1
| * Reserve for AES CBC assembler implementation...Andy Polyakov2005-01-184-45/+45
| * Don't zap AES CBC IV, when decrypting truncated content in place.Andy Polyakov2005-01-181-2/+4
| * Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-1712-48/+516
| * PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson2005-01-141-4/+33
| * INSTALL.DJGPP sync.Andy Polyakov2005-01-141-22/+21
| * Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov2005-01-132-9/+6
| * "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov2005-01-134-781/+1227
| * Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov2005-01-131-1/+1
| * O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov2005-01-131-9/+20
| * Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte2005-01-121-1/+1
| * Correct a faulty address assignment, and add a length check (notRichard Levitte2005-01-121-2/+3
| * FAQ update to mention no-sha0 as possible workaround for Tru64 compiler bug.Andy Polyakov2005-01-091-0/+4
| * DJGPP documentation note update.Andy Polyakov2005-01-091-3/+17
| * Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov2005-01-094-45/+48
| * DJGPP update.Andy Polyakov2005-01-045-5/+16
| * Borrow #include <string[s].h> from e_os.h.Andy Polyakov2004-12-311-6/+1
| * Make whiny compilers stop complaining about missing prototype.Andy Polyakov2004-12-301-0/+1
| * Fix Win32 test-suit.Andy Polyakov2004-12-301-19/+21
| * Remove naming conflict between variable and label.Andy Polyakov2004-12-301-4/+4
| * Commentary update for AES IA-64 assembler module.Andy Polyakov2004-12-301-1/+4
| * Minor AES x86 assembler tune-up.Andy Polyakov2004-12-301-46/+59
| * AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1Andy Polyakov2004-12-301-46/+20