summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prompt for passphrases for PKCS12 input formatDr. Stephen Henson2004-12-292-10/+55
* Oops-kind typos in aes-ia64.S...Andy Polyakov2004-12-281-3/+3
* iv needs to be const because it sometimes takes it's value from aRichard Levitte2004-12-281-3/+4
* Forgot to synchronise the VMS build scripts.Richard Levitte2004-12-281-2/+2
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-2825-480/+1290
* Minor cygwin update.Andy Polyakov2004-12-271-1/+1
* As new major IRIX release is highly unlikely to appear [and break following],Andy Polyakov2004-12-271-2/+2
* Remove CPU detect for IRIX targets. Performance gain is less than 1%,Andy Polyakov2004-12-271-14/+14
* Remove yet another redundant memcpy. Not at least performance critical,Andy Polyakov2004-12-261-4/+3
* Eliminate redundant memcpy of IV material. Performance improvement variesAndy Polyakov2004-12-261-7/+25
* Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov2004-12-265-14/+14
* Engage AES x86 assembler module on ELF platforms.Andy Polyakov2004-12-233-26/+33
* x86 perlasm update to accomodate aes-586.pl.Andy Polyakov2004-12-233-2/+32
* Eliminate copies of TeN and TdN, use those found in assembler module.Andy Polyakov2004-12-232-9/+26
* AES x86 assembler implementation.Andy Polyakov2004-12-231-0/+1082
* Refine PowerPC platform support.Andy Polyakov2004-12-207-52/+48
* Remove unused buffer 'buf'.Dr. Stephen Henson2004-12-201-3/+1
* Don't use multiple storage types.Dr. Stephen Henson2004-12-191-1/+1
* Fix typos in the ecparam doc.Geoff Thorpe2004-12-171-6/+6
* make update (oops, missed this file)Richard Levitte2004-12-131-2/+3
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-136-472/+512
* Fix s_client so it works without a certificate again.Dr. Stephen Henson2004-12-132-10/+23
* Propagate a few more variables to Makefile.shared when linkingRichard Levitte2004-12-132-33/+66
* Remove duplicate lines.Dr. Stephen Henson2004-12-123-3/+0
* Solaris x86 perlasm update.Andy Polyakov2004-12-101-2/+2
* Engage SHA1 IA64 assembler on IA64 platforms.Andy Polyakov2004-12-094-7/+14