summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-10crypto/bn/asm/s390x.S: drop redundant instructions.Andy Polyakov1-43/+43
2010-09-10Add ghash-s390x.pl.Andy Polyakov3-3/+174
2010-09-05modes/asm/ghash-*.pl: switch to [more reproducible] performance resultsAndy Polyakov4-44/+44
2010-09-05ghash-ia64.pl: 50% performance improvement of gcm_ghash_4bit.Andy Polyakov2-81/+307
2010-09-05sparcv9cap.c: disengange Solaris-specific CPU detection routine in favourAndy Polyakov2-33/+83
2010-09-05Fixes to NPN from Adam Langley.Ben Laurie15-57/+57
2010-09-05NPN tests.Ben Laurie2-0/+139
2010-09-05Fix warnings.Ben Laurie2-4/+4
2010-09-02make no-gost work on WindowsDr. Stephen Henson1-0/+3
2010-08-31fix bug in AES_unwrap()Dr. Stephen Henson1-3/+3
2010-08-27More C language police work.Bodo Möller1-43/+53
2010-08-27C conformity fixes: Move declarations before statements in all blocks.Bodo Möller1-6/+9
2010-08-27C conformity fixes:Bodo Möller1-12/+22
2010-08-27PR: 1833Dr. Stephen Henson2-4/+4
2010-08-26Update version numbersBodo Möller1-2/+2
2010-08-26For better forward-security support, add functionsBodo Möller5-2/+80
2010-08-26Patch from PR #1833 was broken: there's no s->s3->new_sessionBodo Möller1-2/+10
2010-08-26(formatting error)Bodo Möller1-0/+1
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller8-170/+1782
2010-08-26sync and update ordinalsDr. Stephen Henson1-3/+9
2010-08-26PR: 1833Dr. Stephen Henson10-21/+48
2010-08-26ECC library bugfixes.Bodo Möller3-6/+25
2010-08-26Harmonize with OpenSSL_1_0_1-stable version of CHANGES.Bodo Möller1-8/+16
2010-08-24util/cygwin.sh: maintainer's update.Andy Polyakov1-3/+8
2010-08-24engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X.Andy Polyakov2-2/+2
2010-08-23gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.Andy Polyakov1-1/+1
2010-08-21Makefile.share: fix brown-bag typo in link_o.darwin.Andy Polyakov1-1/+1
2010-08-21crypto/modes/Makefile: fix typo in ghash-parisc.s rule.Andy Polyakov1-1/+1
2010-08-10PR: 2315Dr. Stephen Henson1-0/+4
2010-08-03sha1-armv4-large.pl: reschedule instructions for dual-issue pipeline.Andy Polyakov1-48/+30
2010-08-02rc5_locl.h: make inline assembler clang-friendly.Andy Polyakov1-2/+2
2010-08-02gcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.Andy Polyakov2-0/+171
2010-08-02md32_common.h: modify MD32_REG_T pre-processing logic [triggered by clang].Andy Polyakov1-4/+11
2010-07-28Fix ctr mode properly this time....Dr. Stephen Henson1-3/+6
2010-07-28Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson3-14/+8
2010-07-28Add Next Protocol Negotiation.Ben Laurie18-3/+722
2010-07-28alphacpuid.pl: fix brown-bag bug.Andy Polyakov1-1/+1
2010-07-27Sign mismatch.Ben Laurie1-1/+1
2010-07-27Missing prototype.Ben Laurie1-0/+1
2010-07-27aes-x86_64.pl: commit#19797 was overzealous, partially reverse.Andy Polyakov1-2/+6
2010-07-27Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov2-0/+5
2010-07-26ms/: update do_win64*.bat and remove redundant mingw32.bat.Andy Polyakov3-94/+4
2010-07-26sha1-alpha.pl: commentary update.Andy Polyakov1-2/+3
2010-07-26rc4-s390x.pl: harmonize build rule with other similar rules.Andy Polyakov2-3/+7
2010-07-26ghash-ia64.pl: excuse myself from implementing "528B" variant.Andy Polyakov1-0/+9
2010-07-26modes/Makefile: update clean rule.Andy Polyakov1-1/+1
2010-07-26eng_aesni.c: switch to CRYPTO_ctr128_encrypt_ctr32.Andy Polyakov1-48/+3
2010-07-26aes-x86_64.pl: remove redundant instructions.Andy Polyakov1-10/+2
2010-07-26perlasm/x86_64-xlate.pl: extend SSE>2 to ml64.Andy Polyakov1-30/+37
2010-07-26aesni-x86_64.pl: fix typos.Andy Polyakov1-11/+14