summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2005-01-14INSTALL.DJGPP sync.Andy Polyakov
PR: 989
2005-01-13Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov
environments.
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov
performance on recent microarchitectures.
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
PR: 998
2005-01-12Small typo, `mask' got the same value ORed to it twice instead ofRichard Levitte
`mask' and `emask' getting that operation done once each. Patch supplied by Nils Larsch <nils.larsch@cybertrust.com>
2005-01-12Correct a faulty address assignment, and add a length check (notRichard Levitte
really needed now, but may be needed in the future, who knows?).
2005-01-09FAQ update to mention no-sha0 as possible workaround for Tru64 compiler bug.Andy Polyakov
Well, no-options seem to be busted in HEAD currently, which should/will be fixed one way or another (see PR#989 for a possible alternative).
2005-01-09DJGPP documentation note update.Andy Polyakov
2005-01-09Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov
replace *whole* aes_core.c, not only AES_[de|en]crypt routines.
2005-01-04DJGPP update.Andy Polyakov
PR: 989 Submitted by: Doug Kaufman
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
performance, but anyway...
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
const.
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
PR: 949
2004-12-27As new major IRIX release is highly unlikely to appear [and break following],Andy Polyakov
I change from -notall to -none synonym in irix rules to improve backward compatibility with IRIX 5.x. PR: 987
2004-12-27Remove CPU detect for IRIX targets. Performance gain is less than 1%,Andy Polyakov
it makes more sense to strive for broader binary compatibility...
2004-12-26Remove yet another redundant memcpy. Not at least performance critical,Andy Polyakov
essentially cosmetic modification...
2004-12-26Eliminate redundant memcpy of IV material. Performance improvement variesAndy Polyakov
from platform to platform and can be as large as 20%.
2004-12-26Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov
2004-12-23Engage AES x86 assembler module on ELF platforms.Andy Polyakov
2004-12-23x86 perlasm update to accomodate aes-586.pl.Andy Polyakov
2004-12-23Eliminate copies of TeN and TdN, use those found in assembler module.Andy Polyakov
2004-12-23AES x86 assembler implementation.Andy Polyakov
2004-12-20Refine PowerPC platform support.Andy Polyakov
2004-12-20Remove unused buffer 'buf'.Dr. Stephen Henson
2004-12-19Don't use multiple storage types.Dr. Stephen Henson
2004-12-17Fix typos in the ecparam doc.Geoff Thorpe
Submitted by: Nils Larsch
2004-12-13make update (oops, missed this file)Richard Levitte
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte
make update
2004-12-13Fix s_client so it works without a certificate again.Dr. Stephen Henson
2004-12-13Propagate a few more variables to Makefile.shared when linkingRichard Levitte
programs.
2004-12-12Remove duplicate lines.Dr. Stephen Henson
2004-12-10Solaris x86 perlasm update.Andy Polyakov
2004-12-09Engage SHA1 IA64 assembler on IA64 platforms.Andy Polyakov
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson
are performed.
2004-12-09SHA1 assembler for IA-64.Andy Polyakov
2004-12-07Extend RC4 test.Andy Polyakov
2004-12-05Update 'certs' directory. Move expired certificates to expired directoryDr. Stephen Henson
and zero assurance demontrations CAs to 'demo'.
2004-12-05Use X509_cmp_time() in -checkend option, to support GeneralizedTime.Dr. Stephen Henson
2004-12-05Remaing bits of PR:620 relevant to 0.9.8.Dr. Stephen Henson