Skip to content
  1. Aug 11, 2017
  2. Feb 17, 2017
  3. Dec 04, 2015
  4. Jun 15, 2015
  5. Jan 30, 2015
  6. Jan 16, 2015
  7. Jan 15, 2015
    • Kenny Root's avatar
      Upgrade to 1.0.1l · 31e9e69d
      Kenny Root authored
      Upgraded from archive:
      4547a0b4269acf76b1f9e7d188896867d6fc8c18  openssl-1.0.1l.tar.gz
      
      Bug: 19031279
      Change-Id: I75a958b366628e5522269201280d32634a820ce0
      31e9e69d
    • Kenny Root's avatar
      am c60ab392: Merge "Upgrade to 1.0.1k" · f46b8ed1
      Kenny Root authored
      * commit 'c60ab392':
        Upgrade to 1.0.1k
      f46b8ed1
    • Duane Sand's avatar
      [MIPS] Add mips64 and mips r6 targets. · e05b5464
      Duane Sand authored
      Skip asm code for mips64 and mips rev6 targets.
      Upstream mips64 asm code is broken, never tested.
      Existing mips32 asm code uses deprecated lwl/r ops.
      Use generic C crypto code for new targets, for now.
      
      Mips32 and mips32r6 arch variants have same target arch
      'mips' but need different source filename lists.
      Handle by conditional assigns in generated make files.
      
      Manual changes to openssl.config and import_openssl.sh .
      Then .mk files regenerated by import_openssl.sh .
      
      Change-Id: I8de5f3209d3fde2aaa86f5477568cb2adfbd63cf
      e05b5464
    • Kenny Root's avatar
      Merge "Upgrade to 1.0.1k" · c60ab392
      Kenny Root authored
      c60ab392
  8. Jan 09, 2015
    • Kenny Root's avatar
      Upgrade to 1.0.1k · 78d0d886
      Kenny Root authored
      Upgraded from archive:
      19d818e202558c212a9583fcdaf876995a633ddf  openssl-1.0.1k.tar.gz
      
      Bug: 18902025
      Change-Id: I06349628aa81a5a0876d0f665f9a2a681a8d5d67
      78d0d886
  9. Dec 16, 2014
  10. Dec 09, 2014
  11. Dec 08, 2014
  12. Dec 04, 2014
  13. Dec 03, 2014
  14. Nov 21, 2014
  15. Nov 20, 2014
    • Kenny Root's avatar
      Add hack to fix RC4_INT problems · 87955877
      Kenny Root authored
      The opensslconf.h for 64-bit has a special case for linux-x86_64 that sets
      RC4_INT to "unsigned int" instead of "unsigned char"  Without this hack, any
      server that chooses RC4-SHA for the SSL connection will segmentation fault
      on x86-64 since the assembly code disagrees with the field size that C believes
      it is.
      
      (cherry picked from commit 9eca6470)
      
      Bug: 18434518
      Change-Id: I4eb1395fc122df5185af74500f4155a1095535c5
      87955877
    • Kenny Root's avatar
      Add hack to fix RC4_INT problems · 62544224
      Kenny Root authored
      The opensslconf.h for 64-bit has a special case for linux-x86_64 that sets
      RC4_INT to "unsigned int" instead of "unsigned char"  Without this hack, any
      server that chooses RC4-SHA for the SSL connection will segmentation fault
      on x86-64 since the assembly code disagrees with the field size that C believes
      it is.
      
      (cherry picked from commit 9eca6470)
      
      Bug: 18434518
      Change-Id: I4eb1395fc122df5185af74500f4155a1095535c5
      62544224
    • Kenny Root's avatar
      am e0b66eee: Merge "Add hack to fix RC4_INT problems" · a7fc868b
      Kenny Root authored
      * commit 'e0b66eee':
        Add hack to fix RC4_INT problems
      a7fc868b
Loading