aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov2005-01-091-2/+2
* DJGPP update.Andy Polyakov2005-01-041-1/+7
* 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
* 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
* 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-2815-26/+551
* Minor cygwin update.Andy Polyakov2004-12-271-1/+1
* 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-263-6/+6
* Engage AES x86 assembler module on ELF platforms.Andy Polyakov2004-12-231-0/+7
* 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-202-3/+3
* Remove unused buffer 'buf'.Dr. Stephen Henson2004-12-201-3/+1
* 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-134-13/+26
* 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-092-0/+7
* Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson2004-12-093-0/+3
* SHA1 assembler for IA-64.Andy Polyakov2004-12-091-0/+549
* Extend RC4 test.Andy Polyakov2004-12-071-0/+32
* Remaing bits of PR:620 relevant to 0.9.8.Dr. Stephen Henson2004-12-051-17/+23
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-0533-121/+364
* In by_file.c check last error for no start line, not first error.Dr. Stephen Henson2004-12-041-2/+2
* V1 certificates that aren't self signed can't be accepted as CAs.Dr. Stephen Henson2004-12-031-2/+0
* Fix rc4-ia64.S to pass more exhaustive regression tests.Andy Polyakov2004-12-021-15/+24
* Add couple of OIDs. Resync NIDs for consistency with 0.9.7.Dr. Stephen Henson2004-12-014-1673/+1693
* I've introduced a bug to i386 RC4 assembler, which would emerge withAndy Polyakov2004-12-011-2/+2
* Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson2004-12-011-12/+28
* Add 0.9.7 specific comments to RC4 assembler modules.Andy Polyakov2004-11-303-7/+14
* Split X509_check_ca() into a small self and an internal functionRichard Levitte2004-11-301-11/+16
* sha1_block_asm_data_order can't hash if message crosses 2GB boundary.Andy Polyakov2004-11-291-1/+1
* Final touches to rc4/asm/rc4-596.pl, +52% better performance on AMD core.Andy Polyakov2004-11-291-16/+32
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-295-40/+94
* perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov2004-11-272-4/+6
* Engage RC4 IA-64 assembler module.Andy Polyakov2004-11-265-2/+17
* RC4 IA-64 assembler implementation.Andy Polyakov2004-11-261-0/+148
* Check return code of EVP_CipherInit() in PKCS#12 code.Dr. Stephen Henson2004-11-241-3/+3
* linux-x86_64 didn't link after EM64T RC4 tune-up...Andy Polyakov2004-11-231-1/+3
* RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov2004-11-216-27/+235
* As was shown by Marc Bevand reordering of couple of load operationsAndy Polyakov2004-11-091-19/+23
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-0246-46/+46