rc5.h: stop wasting space on 64-bit platforms [breaks binary compatibility!].
[openssl.git] / crypto /
2012-02-11 Dr. Stephen HensonPR: 2717
2012-02-10 Dr. Stephen Hensononly cleanup ctx if we need to, save ctx flags when...
2012-02-02 Andy Polyakovbn_nist.c: make new optimized code dependent on BN_LLONG.
2012-01-26 Dr. Stephen Hensonallow key agreement for SSL/TLS certificates
2012-01-25 Andy Polyakovghash-x86.pl: engage original MMX version in no-sse2...
2012-01-21 Andy Polyakovx86_64-xlate.pl: proper solution for RT#2620.
2012-01-15 Andy Polyakovcryptlib.c: sscanf warning.
2012-01-15 Andy PolyakovFix OPNESSL vs. OPENSSL typos.
2012-01-15 Dr. Stephen Hensonfix warning
2012-01-14 Andy Polyakovcryptlib.c: make even non-Windows builds "strtoull...
2012-01-13 Andy Polyakovsha512-sparcv9.pl: work around V8+ warning.
2012-01-13 Andy Polyakovaes-ppc.pl, sha512-ppc.pl: comply even with Embedded...
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2012-01-12 Andy Polyakovec_pmeth.c: fix typo in commentary.
2012-01-11 Andy Polyakovasn1/t_x509.c: fix serial number print, harmonize with...
2012-01-11 Andy Polyakovaes-sparcv9.pl: clean up regexp
2012-01-10 Dr. Stephen Hensonfix warning (revert original patch)
2012-01-06 Andy Polyakovcmac.c: optimize make_kn and move zero_iv to const...
2012-01-06 Andy Polyakovbn_nist.c: harmonize buf in BN_nist_mod_256 with other...
2012-01-04 Dr. Stephen HensonPrevent malformed RFC3779 data triggering an assertion...
2012-01-04 Dr. Stephen Hensonfix warnings
2012-01-02 Dr. Stephen Hensonincomplete provisional OAEP CMS decrypt support
2011-12-27 Dr. Stephen Hensonmake update
2011-12-27 Dr. Stephen Hensonfix error code
2011-12-25 Dr. Stephen HensonPR: 2535
2011-12-19 Dr. Stephen HensonPR: 2563
2011-12-15 Andy Polyakovvpaes-x86.pl: revert previous commit and solve the...
2011-12-14 Dr. Stephen HensonPR: 1794
2011-12-14 Andy Polyakovvpaes-x86.pl: portability fix.
2011-12-13 Ben LauriePadlock engine doesn't build (the asm parts are not...
2011-12-13 Ben LaurieFix warning.
2011-12-12 Andy Polyakovmodexp512-x86_64.pl: Solaris protability fix.
2011-12-10 Dr. Stephen Hensonadd cofactor ECDH support from fips branch
2011-12-09 Andy Polyakovperlasm/x86gas.pl: give a hand old assemblers assemblin...
2011-12-09 Andy Polyakovx86-mont.pl: fix bug in integer-only squaring path.
2011-12-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-12-02 Bodo MöllerFix ecdsatest.c.
2011-12-02 Bodo MöllerFix BIO_f_buffer().
2011-12-01 Dr. Stephen HensonUpdate DH_check() to peform sensible checks when q...
2011-12-01 Dr. Stephen HensonCorrect some parameter values.
2011-12-01 Andy Polyakovbn/asm/mips.pl: fix typos.
2011-11-25 Dr. Stephen Hensonreturn error if counter exceeds limit and seed value...
2011-11-25 Dr. Stephen Hensoncheck counter value against 4 * L, not 4096
2011-11-16 Andy Polyakovbsaes-x86_64.pl: fix buffer overrun in tail processing.
2011-11-16 Dr. Stephen HensonIn EC_KEY_set_public_key_affine_coordinates include...
2011-11-15 Ben LaurieAdd DTLS-SRTP.
2011-11-15 Andy PolyakovConfigure: reimplement commit#21695.
2011-11-15 Andy PolyakovConfigure, e_aes.c: allow for XTS assembler implementation.
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-11-13 Andy Polyakovbsaes-x86_64.pl: add Win64 SEH and "hadrware" calls...
2011-11-13 Andy Polyakovbn_nist.c: fix strict-aliasing compiler warning.
2011-11-13 Dr. Stephen HensonAdd RFC5114 DH parameters to OpenSSL. Add test data...
2011-11-12 Andy Polyakovrc4test.c: commit#21684 broke x86_64 shared Linux build...
2011-11-12 Andy Polyakove_aes.c: additional sanity check in aes_xts_cipher.
2011-11-12 Andy Polyakovcryptlib.c, etc.: fix linker warnings in 64-bit Darwin...
2011-11-12 Andy PolyakovConfigure, x86gas.pl: fix linker warnings in 32-bit...
2011-11-10 Andy Polyakovbsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.
2011-11-09 Andy Polyakovarm_arch.h: allow to specify __ARM_ARCH__ elsewhere.
2011-11-08 Andy Polyakovx86cpuid.pl: compensate for imaginary virtual machines.
2011-11-06 Andy Polyakove_aes.c: fold aesni_xts_cipher and [most importantly...
2011-11-05 Andy Polyakovarmv4cpuid.S, armv4-gf2m.pl: make newest code compilabl...
2011-11-05 Andy Polyakovx86cpuid.pl: don't punish "last-year" OSes on "this...
2011-11-05 Andy Polyakovppc.pl: fix bug in bn_mul_comba4.
2011-11-05 Dr. Stephen HensonAdd single call public key sign and verify functions.
2011-10-30 Richard LevitteTypo...
2011-10-30 Andy Polyakovbsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.
2011-10-30 Richard LevitteAdd missing algorithms to disable, and in particular...
2011-10-29 Andy Polyakovbn_exp.c: fix corner case in new constant-time code.
2011-10-29 Andy Polyakovbsaes-x86_64.pl: optimize InvMixColumns.
2011-10-29 Andy Polyakovbsaes-x86_64.pl: add decryption procedure (with unoptim...
2011-10-26 Dr. Stephen HensonPR: 2632
2011-10-24 Dr. Stephen Hensontypo
2011-10-24 Andy Polyakove_aes.c: fold even aesni_ccm_cipher.
2011-10-23 Andy Polyakove_aes.c: prevent potential DoS in aes_gcm_tls_cipher.
2011-10-23 Andy Polyakovcryptlib.c: remove stdio dependency in Windows fipscani...
2011-10-23 Dr. Stephen HensonNo need for custom flag in XTS mode: block length is 1.
2011-10-22 Dr. Stephen HensonCheck for selftest failure in various places.
2011-10-22 Andy Polyakovx86gas.pl: relax .init segment alignment.
2011-10-21 Dr. Stephen HensonUpdate error codes.
2011-10-20 Andy Polyakovarmcap.c: auto-setup processor capability vector.
2011-10-20 Andy Polyakovsha1-mips.pl: fix typo.
2011-10-19 Dr. Stephen Hensonadd authentication parameter to FIPS_module_mode_set
2011-10-19 Andy Polyakovvxworks-mips: unify and add assembler.
2011-10-19 Andy PolyakovRemove superseded MIPS assembler modules.
2011-10-19 Andy Polyakovarm_arch.h: add missing pre-defined macro, __ARM_ARCH_5...
2011-10-19 Bodo MöllerBN_BLINDING multi-threading fix.
2011-10-19 Bodo MöllerFix warnings.
2011-10-18 Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-10-18 Andy Polyakovevp/e_aes.c: fold AES-NI modes that heavily rely on...
2011-10-18 Andy Polyakovx86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_6...
2011-10-18 Andy Polyakovbsaes-x86_64.pl: make it work with ml64.
2011-10-18 Andy Polyakov[bs|vp]aes-x86[_64].pl: typos and clarifications.
2011-10-18 Andy Polyakovc_allc.c: add aes-xts to loop.
2011-10-17 Andy Polyakovbn_mont.c: get corner cases right in updated BN_from_mo...
2011-10-17 Andy Polyakovbn_exp.c: further optimizations using more ideas from
2011-10-17 Andy Polyakovx86_64-mont.pl: minor optimization.
2011-10-17 Andy Polyakovbn_mont.c: simplify BN_from_montgomery_word.
2011-10-17 Andy Polyakovbn_shift.c: minimize reallocations, which allows BN_FLG...
2011-10-17 Andy PolyakovEngage bsaes-x86_64.pl, bit-sliced AES.
next