aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-03-09Fix typoBodo Möller1-1/+1
2005-03-02Take MDC2 patent into account.Bodo Möller2-2/+4
2005-03-02In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller3-4/+13
2005-02-22Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller3-161/+163
2005-02-19Fix typo on blowfish manual pageLutz Jänicke1-1/+1
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke2-2/+10
2005-02-14Fix possible memory leak.Dr. Stephen Henson1-5/+6
2005-02-06Remove unused assembler modules.Andy Polyakov34-10814/+0
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov13-514/+430
2005-02-06Reliable BSD-x86-elf detection in ./config.Andy Polyakov1-11/+7
2005-02-06Make Makefile.shared BSD make-friendly, remove more redundant -lc, set upAndy Polyakov1-27/+31
2005-02-06Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov1-3/+7
2005-02-06Mention no-sse2 option in INSTALL note.Andy Polyakov1-0/+14
2005-02-05In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson1-1/+1
2005-02-03Drop redundant -lc from a number of rules in Makefile.shared. It'sAndy Polyakov1-14/+14
2005-02-03Shut whiny make's up.Andy Polyakov2-2/+2
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov20-186/+192
2005-01-27The first argument to load_iv should really be a char ** instead of anRichard Levitte1-4/+4
2005-01-27Oops, == should really be = when used with test ([ and ]).Richard Levitte1-1/+1
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte1-1/+6
2005-01-27Get rid if the annoying warningRichard Levitte3-10/+18
2005-01-26The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte3-110/+110
2005-01-26Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov1-18/+18
2005-01-25Please BSD make...Andy Polyakov4-3/+4
2005-01-25FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov1-2/+4
2005-01-24./Configure to respect $thread_cflag variable.Andy Polyakov1-5/+14
2005-01-24Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov3-806/+227
2005-01-24Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov3-10/+18
2005-01-24Improve ECB performance (48+14*rounds -> 18+13*rounds) and reserve forAndy Polyakov1-508/+901
2005-01-21linux-arm target update.Andy Polyakov3-3/+7
2005-01-20linux-parisc update.Andy Polyakov3-10/+12
2005-01-20Bug-fix in CBC encrypt tail processing and commentary section update.Andy Polyakov1-16/+29
2005-01-19Apparently, at least with my VMS C environment, defining _XOPEN_SOURCERichard Levitte1-3/+4
2005-01-18Small thing. It seems like we have to defined _XOPEN_SOURCE to getRichard Levitte1-0/+2
2005-01-18Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov6-124/+371
2005-01-18Fix a typo in a.out assembler modules.Andy Polyakov1-1/+1
2005-01-18Reserve for AES CBC assembler implementation...Andy Polyakov4-45/+45
2005-01-18Don't zap AES CBC IV, when decrypting truncated content in place.Andy Polyakov1-2/+4
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte12-48/+516
2005-01-14PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson1-4/+33
2005-01-14INSTALL.DJGPP sync.Andy Polyakov1-22/+21
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov2-9/+6
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov4-781/+1227
2005-01-13Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov1-1/+1
2005-01-13O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov1-9/+20
2005-01-12Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte1-1/+1
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte1-2/+3
2005-01-09FAQ update to mention no-sha0 as possible workaround for Tru64 compiler bug.Andy Polyakov1-0/+4
2005-01-09DJGPP documentation note update.Andy Polyakov1-3/+17
2005-01-09Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov4-45/+48