summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2010-11-18We redid the structure on architecture dependent source files, butRichard Levitte
2010-11-18compile cts128.c on VMSDr. Stephen Henson
2010-11-18PR: 2372Dr. Stephen Henson
2010-11-16If EVP_PKEY structure contains an ENGINE the key is ENGINE specific andDr. Stephen Henson
2010-11-02Submitted by: Jonathan Dixon <joth@chromium.org>Dr. Stephen Henson
2010-10-22sha512-mips.pl: add missing 64-bit byte swap.Andy Polyakov
2010-10-21Add aes-mips.pl assembler module.Andy Polyakov
2010-10-21sha512-mips.pl: fix "little-endian" typos.Andy Polyakov
2010-10-11PR: 2295Dr. Stephen Henson
2010-10-10x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings.Andy Polyakov
2010-10-06We can't always read 6 bytes in an OCSP response: fix so error statusesDr. Stephen Henson
2010-10-04fix signature printing routinesDr. Stephen Henson
2010-10-04fix warningsDr. Stephen Henson
2010-10-03Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-10-02sha512-mips.pl: add missing byte swap for little-endians.Andy Polyakov
2010-10-02MIPS assembler pack: enable it in Configure, add SHA2 module, fix make rules,Andy Polyakov
2010-09-27Add unified mips.pl, which will replace mips3.s.Andy Polyakov
2010-09-22sha1-mips.pl, mips-mont.pl: unify MIPS assembler modules in respect toAndy Polyakov
2010-09-21ghash-s390x.pl: reschedule instructions for better performance.Andy Polyakov
2010-09-18s390x assembler pack: extend OPENSSL_s390xcap_P to 128 bits.Andy Polyakov
2010-09-13Alpha assembler pack: adapt for Linux.Andy Polyakov
2010-09-10sha1-armv4-large.pl: more readable input pickup.Andy Polyakov
2010-09-10crypto/ppc[cpuid|cap]: call CPU detection once and detect AltiVec.Andy Polyakov
2010-09-10crypto/bn/asm/s390x.S: drop redundant instructions.Andy Polyakov
2010-09-10Add ghash-s390x.pl.Andy Polyakov
2010-09-05modes/asm/ghash-*.pl: switch to [more reproducible] performance resultsAndy Polyakov
2010-09-05ghash-ia64.pl: 50% performance improvement of gcm_ghash_4bit.Andy Polyakov
2010-09-05sparcv9cap.c: disengange Solaris-specific CPU detection routine in favourAndy Polyakov
2010-09-05Fix warnings.Ben Laurie
2010-08-30fix bug in AES_unwrap()Dr. Stephen Henson
2010-08-27More C language police work.Bodo Möller
2010-08-27C conformity fixes: Move declarations before statements in all blocks.Bodo Möller
2010-08-27C conformity fixes:Bodo Möller
2010-08-26(formatting error)Bodo Möller
2010-08-26New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller
2010-08-26ECC library bugfixes.Bodo Möller
2010-08-23gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.Andy Polyakov
2010-08-21crypto/modes/Makefile: fix typo in ghash-parisc.s rule.Andy Polyakov
2010-08-10PR: 2315Dr. Stephen Henson
2010-08-03sha1-armv4-large.pl: reschedule instructions for dual-issue pipeline.Andy Polyakov
2010-08-02rc5_locl.h: make inline assembler clang-friendly.Andy Polyakov
2010-08-02gcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.Andy Polyakov
2010-08-02md32_common.h: modify MD32_REG_T pre-processing logic [triggered by clang].Andy Polyakov
2010-07-28Fix ctr mode properly this time....Dr. Stephen Henson
2010-07-28Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson
2010-07-28alphacpuid.pl: fix brown-bag bug.Andy Polyakov
2010-07-27Missing prototype.Ben Laurie
2010-07-26aes-x86_64.pl: commit#19797 was overzealous, partially reverse.Andy Polyakov
2010-07-26Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov
2010-07-26sha1-alpha.pl: commentary update.Andy Polyakov