Skip to content
  1. Oct 18, 2016
  2. Oct 17, 2016
  3. Oct 15, 2016
  4. Oct 11, 2016
  5. Oct 10, 2016
  6. Oct 01, 2016
  7. Sep 29, 2016
  8. Sep 22, 2016
  9. Sep 21, 2016
  10. Sep 19, 2016
  11. Sep 18, 2016
  12. Sep 17, 2016
  13. 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
  14. Sep 13, 2016
  15. 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
  16. Sep 09, 2016
  17. Sep 08, 2016
  18. Sep 07, 2016
  19. Sep 06, 2016
  20. Sep 03, 2016
  21. Sep 02, 2016
  22. Aug 31, 2016
  23. Aug 29, 2016