summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2012-01-04fix warningsDr. Stephen Henson
2012-01-02incomplete provisional OAEP CMS decrypt supportDr. Stephen Henson
2011-12-27make updateDr. Stephen Henson
2011-12-27fix error codeDr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
2011-12-19PR: 2563Dr. Stephen Henson
2011-12-15vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl.Andy Polyakov
2011-12-14PR: 1794Dr. Stephen Henson
2011-12-14vpaes-x86.pl: portability fix.Andy Polyakov
2011-12-13Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie
2011-12-13Fix warning.Ben Laurie
2011-12-12modexp512-x86_64.pl: Solaris protability fix.Andy Polyakov
2011-12-10add cofactor ECDH support from fips branchDr. Stephen Henson
2011-12-09perlasm/x86gas.pl: give a hand old assemblers assembling loop instruction.Andy Polyakov
2011-12-09x86-mont.pl: fix bug in integer-only squaring path.Andy Polyakov
2011-12-07transparently handle X9.42 DH parametersDr. Stephen Henson
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2011-12-02Fix ecdsatest.c.Bodo Möller
2011-12-02Fix BIO_f_buffer().Bodo Möller
2011-12-01Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson
2011-12-01Correct some parameter values.Dr. Stephen Henson
2011-12-01bn/asm/mips.pl: fix typos.Andy Polyakov
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson
2011-11-16bsaes-x86_64.pl: fix buffer overrun in tail processing.Andy Polyakov
2011-11-16In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...Dr. Stephen Henson
2011-11-15Add DTLS-SRTP.Ben Laurie
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-15Configure, e_aes.c: allow for XTS assembler implementation.Andy Polyakov
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-11-13bsaes-x86_64.pl: add Win64 SEH and "hadrware" calls to aes-x86_64.pl.Andy Polyakov
2011-11-13bn_nist.c: fix strict-aliasing compiler warning.Andy Polyakov
2011-11-13Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson
2011-11-12rc4test.c: commit#21684 broke x86_64 shared Linux build. This is temporaryAndy Polyakov
2011-11-12e_aes.c: additional sanity check in aes_xts_cipher.Andy Polyakov
2011-11-12cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov
2011-11-12Configure, x86gas.pl: fix linker warnings in 32-bit Darwin build.Andy Polyakov
2011-11-10bsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.Andy Polyakov
2011-11-09arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.Andy Polyakov
2011-11-08x86cpuid.pl: compensate for imaginary virtual machines.Andy Polyakov
2011-11-06e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher'sAndy Polyakov
2011-11-05armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler.Andy Polyakov
2011-11-05x86cpuid.pl: don't punish "last-year" OSes on "this-year" CPUs.Andy Polyakov
2011-11-05ppc.pl: fix bug in bn_mul_comba4.Andy Polyakov
2011-11-05Add single call public key sign and verify functions.Dr. Stephen Henson
2011-10-30Typo...Richard Levitte
2011-10-30bsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.Andy Polyakov
2011-10-30Add missing algorithms to disable, and in particular, disableRichard Levitte
2011-10-29bn_exp.c: fix corner case in new constant-time code.Andy Polyakov
2011-10-29bsaes-x86_64.pl: optimize InvMixColumns.Andy Polyakov