summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-01-27Oops, == should really be = when used with test ([ and ]).Richard Levitte
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte
2005-01-27Get rid if the annoying warningRichard Levitte
2005-01-26The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte
2005-01-26Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov
2005-01-25Please BSD make...Andy Polyakov
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov
2005-01-24./Configure to respect $thread_cflag variable.Andy Polyakov
2005-01-24Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov
2005-01-24Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov
2005-01-24Improve ECB performance (48+14*rounds -> 18+13*rounds) and reserve forAndy Polyakov
2005-01-21linux-arm target update.Andy Polyakov
2005-01-20linux-parisc update.Andy Polyakov
2005-01-20Bug-fix in CBC encrypt tail processing and commentary section update.Andy Polyakov
2005-01-19Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte
2005-01-18Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte
2005-01-18Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov
2005-01-18Fix a typo in a.out assembler modules.Andy Polyakov
2005-01-18Reserve for AES CBC assembler implementation...Andy Polyakov
2005-01-18Don't zap AES CBC IV, when decrypting truncated content in place.Andy Polyakov
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2005-01-14PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson
2005-01-14INSTALL.DJGPP sync.Andy Polyakov
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov
2005-01-13Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov
2005-01-13O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov
2005-01-12Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte
2005-01-09FAQ update to mention no-sha0 as possible workaround for Tru64 compiler bug.Andy Polyakov
2005-01-09DJGPP documentation note update.Andy Polyakov
2005-01-09Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov
2005-01-04DJGPP update.Andy Polyakov
2004-12-31Borrow #include <string[s].h> from e_os.h.Andy Polyakov
2004-12-30Make whiny compilers stop complaining about missing prototype.Andy Polyakov
2004-12-30Fix Win32 test-suit.Andy Polyakov
2004-12-30Remove naming conflict between variable and label.Andy Polyakov
2004-12-30Commentary update for AES IA-64 assembler module.Andy Polyakov
2004-12-30Minor AES x86 assembler tune-up.Andy Polyakov
2004-12-30AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1Andy Polyakov
2004-12-29Prompt for passphrases for PKCS12 input formatDr. Stephen Henson
2004-12-28Oops-kind typos in aes-ia64.S...Andy Polyakov
2004-12-28iv needs to be const because it sometimes takes it's value from aRichard Levitte
2004-12-28Forgot to synchronise the VMS build scripts.Richard Levitte
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-27Minor cygwin update.Andy Polyakov
2004-12-27As new major IRIX release is highly unlikely to appear [and break following],Andy Polyakov
2004-12-27Remove CPU detect for IRIX targets. Performance gain is less than 1%,Andy Polyakov
2004-12-26Remove yet another redundant memcpy. Not at least performance critical,Andy Polyakov
2004-12-26Eliminate redundant memcpy of IV material. Performance improvement variesAndy Polyakov