1. 15 1月, 2019 1 次提交
  2. 13 3月, 2018 1 次提交
  3. 01 10月, 2016 1 次提交
  4. 23 8月, 2016 3 次提交
  5. 15 7月, 2016 1 次提交
  6. 18 6月, 2016 1 次提交
    • M
      constify SRP · 98370c2d
      Matt Caswell 提交于
      Add const qualifiers to lots of SRP stuff. This started out as an effort
      to silence some "type-punning" warnings on OpenBSD...but the fix was to
      have proper const correctness in SRP.
      
      RT4378
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      98370c2d
  7. 24 5月, 2016 1 次提交
  8. 19 5月, 2016 1 次提交
  9. 18 5月, 2016 1 次提交
  10. 06 2月, 2016 1 次提交
  11. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  12. 08 12月, 2015 3 次提交
  13. 12 9月, 2015 1 次提交
  14. 14 5月, 2015 1 次提交
  15. 11 5月, 2015 1 次提交
  16. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 7 · 23a1d5e9
      Rich Salz 提交于
      This gets BN_.*free:
          BN_BLINDING_free BN_CTX_free BN_FLG_FREE BN_GENCB_free
          BN_MONT_CTX_free BN_RECP_CTX_free BN_clear_free BN_free BUF_MEM_free
      
      Also fix a call to DSA_SIG_free to ccgost engine and remove some #ifdef'd
      dead code in engines/e_ubsec.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      23a1d5e9
  17. 04 2月, 2015 1 次提交
  18. 22 1月, 2015 1 次提交
  19. 09 12月, 2014 1 次提交
  20. 07 8月, 2014 1 次提交
    • D
      Fix SRP buffer overrun vulnerability. · 4a23b12a
      Dr. Stephen Henson 提交于
      Invalid parameters passed to the SRP code can be overrun an internal
      buffer. Add sanity check that g, A, B < N to SRP code.
      
      Thanks to Sean Devlin and Watson Ladd of Cryptography Services, NCC
      Group for reporting this issue.
      4a23b12a
  21. 13 11月, 2013 1 次提交
  22. 04 6月, 2012 1 次提交
  23. 29 5月, 2011 1 次提交
  24. 13 3月, 2011 2 次提交