summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util/fipslink.pl: further adjustments.Andy Polyakov2012-10-273-4/+23
* util/fipslink.pl: fix typo.Andy Polyakov2012-10-271-1/+1
* e_os.h: skip redundant headers in fipscanister build.Andy Polyakov2012-10-271-2/+4
* util/fipslink.pl: allow for single-step link.Andy Polyakov2012-10-271-3/+12
* util/pl/VC-32.pl: make fipscanister.lib universally usable.Andy Polyakov2012-10-271-7/+12
* typoDr. Stephen Henson2012-10-271-1/+1
* test_t4: cover even Camellia.Andy Polyakov2012-10-251-3/+6
* SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov2012-10-255-82/+70
* [aes|cmll]t4-sparcv9.pl: unify argument handling.Andy Polyakov2012-10-252-8/+2
* perlasm/sparcv9_modes.pl: fix typo in IV save code and switch to lessAndy Polyakov2012-10-251-17/+25
* oops, add missing asn_mstbl.cDr. Stephen Henson2012-10-241-0/+178
* ghash-sparcv9.pl: add VIS3 code path.Andy Polyakov2012-10-242-3/+233
* New config module for string tables. This can be used to add newDr. Stephen Henson2012-10-225-3/+46
* use correct year automaticallyDr. Stephen Henson2012-10-221-2/+3
* linux-pcc: make it more robust and recognize KERNEL_BITS variable.Andy Polyakov2012-10-212-6/+20
* Add VIS3-capable sparcv9-gf2m module.Andy Polyakov2012-10-204-10/+210
* Add VIS3 Montgomery multiplication.Andy Polyakov2012-10-205-19/+399
* fix ASN1_STRING_TABLE_add so it can override existing string table valuesDr. Stephen Henson2012-10-191-31/+66
* fix error codeDr. Stephen Henson2012-10-183-1/+3
* add simple AES GCM code exampleDr. Stephen Henson2012-10-161-0/+114
* Don't require tag before ciphertext in AESGCM modeDr. Stephen Henson2012-10-161-2/+2
* aix[64]-cc: get MT support right (gcc targets are not affected).Andy Polyakov2012-10-162-4/+4
* sparcv9_modes.pl: membars are reported as must-have.Andy Polyakov2012-10-151-15/+10
* md5-sparcv9.pl: avoid %asi modifications, improve short input performanceAndy Polyakov2012-10-141-13/+14
* [md5|sha1|sha512]-sparcv9.pl: "cooperative" optimizations based onAndy Polyakov2012-10-143-1/+11
* [aes|cmll]t4-sparcv9.pl: addendum to previous sparcv9_modes.pl commit.Andy Polyakov2012-10-142-4/+4
* perlasm/sparcv9_modes.pl: "cooperative" optimizations based on suggestionsAndy Polyakov2012-10-141-11/+309
* Add SPARC T4 Camellia support.Andy Polyakov2012-10-115-41/+1251
* aest4-sparcv9.pl: split it to AES-specific and reusable part.Andy Polyakov2012-10-112-755/+901
* oops, fix compilation errors in s_serverDr. Stephen Henson2012-10-111-3/+3
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-0810-0/+256
* Add SPARC T4 AES support.Andy Polyakov2012-10-066-41/+2072
* Fix EC_KEY initialization race.Bodo Möller2012-10-054-7/+38
* If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson2012-09-303-2/+31
* sha[1|512]-sparcv9.pl: add hardware SPARC T4 support.Andy Polyakov2012-09-283-7/+406
* md5-sparcv9.pl: add hardware SPARC T4 support.Andy Polyakov2012-09-281-2/+149
* sparc_arch.h: add assembler helpers (and make it work on Solaris).Andy Polyakov2012-09-281-4/+58
* md5-sparcv9.pl: more accurate performance result.Andy Polyakov2012-09-282-2/+2
* Fix Valgrind warning.Bodo Möller2012-09-241-0/+1
* * Configure: make the debug-levitte-linux{elf,noasm} less extreme.Richard Levitte2012-09-241-4/+4
* Add md5-sparcv9.pl.Andy Polyakov2012-09-235-10/+299
* sparcv9cap.c: add SPARC-T4 feature detection.Andy Polyakov2012-09-233-26/+123
* * ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately inRichard Levitte2012-09-211-1/+1
* config: detect linux-mips* targets.Andy Polyakov2012-09-192-0/+14
* Configure: allow for compiler options starting with double dash.Andy Polyakov2012-09-181-15/+12
* MIPS assembly pack: add support for SmartMIPS ASE.Andy Polyakov2012-09-183-22/+208
* Fix warning.Bodo Möller2012-09-171-1/+1
* Configure: add MIPS targets.Andy Polyakov2012-09-152-0/+144
* MIPS assembly pack: add MIPS[32|64]R2 code.Andy Polyakov2012-09-153-71/+556
* aes-mips.pl: interleave load and integer instructions for better performance.Andy Polyakov2012-09-151-104/+95