Skip to content
  1. Oct 24, 2016
  2. Oct 22, 2016
  3. Oct 21, 2016
  4. Oct 19, 2016
  5. Oct 18, 2016
  6. Oct 17, 2016
  7. Oct 15, 2016
  8. Oct 11, 2016
  9. Oct 10, 2016
  10. Oct 01, 2016
  11. Sep 29, 2016
  12. Sep 22, 2016
  13. Sep 21, 2016
  14. Sep 19, 2016
  15. Sep 18, 2016
  16. Sep 17, 2016
  17. Sep 14, 2016
    • Matt Caswell's avatar
      Add some sanity checks around usage of t_fromb64() · 73f0df83
      Matt Caswell authored
      
      
      The internal SRP function t_fromb64() converts from base64 to binary. It
      does not validate that the size of the destination is sufficiently large -
      that is up to the callers. In some places there was such a check, but not
      in others.
      
      Add an argument to t_fromb64() to provide the size of the destination
      buffer and validate that we don't write too much data. Also add some sanity
      checks to the callers where appropriate.
      
      With thanks to Shi Lei for reporting this issue.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      73f0df83
  18. Sep 13, 2016
  19. Sep 11, 2016
    • Richard Levitte's avatar
      VMS: be less picky when loading DSOs · 278a33da
      Richard Levitte authored
      
      
      The DSO API was picky about casing of symbol names on VMS.
      
      There's really no reason to be that picky, it's mostly just annoying.
      Therefore, we take away the possibility to flag for a choice, and will
      instead first try to find a symbol with exact case, and failing that,
      we try to find it in upper case.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      278a33da
  20. Sep 09, 2016
  21. Sep 08, 2016