1. 13 8月, 2016 1 次提交
  2. 06 8月, 2016 1 次提交
  3. 26 7月, 2016 1 次提交
  4. 25 7月, 2016 1 次提交
  5. 21 7月, 2016 1 次提交
  6. 20 7月, 2016 1 次提交
  7. 12 7月, 2016 1 次提交
  8. 10 7月, 2016 1 次提交
  9. 02 7月, 2016 1 次提交
    • R
      Fix some VMS inconsistencies · d17d3293
      Richard Levitte 提交于
      - The install top is versioned by default.  However, only the major
        version should be used.
      - the default areas for certs, private keys an config files have
        changed, now all prefixed with 'OSSL$'.  This gets reflected in
        cryptlib.h.
      - [.VMS]openssl_startup.com.in had some faults regarding creating
        rooted concealed logical names.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d17d3293
  10. 30 6月, 2016 1 次提交
  11. 23 6月, 2016 2 次提交
  12. 19 6月, 2016 1 次提交
  13. 10 6月, 2016 1 次提交
  14. 04 6月, 2016 1 次提交
  15. 24 5月, 2016 1 次提交
  16. 18 5月, 2016 2 次提交
  17. 10 5月, 2016 1 次提交
  18. 29 4月, 2016 1 次提交
  19. 20 4月, 2016 1 次提交
  20. 16 4月, 2016 1 次提交
  21. 15 4月, 2016 1 次提交
    • M
      Fix ex_data locks issue · 1ee7b8b9
      Matt Caswell 提交于
      Travis identified a problem with freeing the ex_data locks which wasn't
      quite right in ff234405. Trying to fix it identified a further problem:
      the ex_data locks are cleaned up by OPENSSL_cleanup(), which is called
      explicitly by CRYPTO_mem_leaks(), but then later the BIO passed to
      CRYPTO_mem_leaks() is freed. An attempt is then made to use the ex_data
      lock already freed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      1ee7b8b9
  22. 14 4月, 2016 2 次提交
  23. 13 4月, 2016 9 次提交
  24. 05 4月, 2016 2 次提交
  25. 21 3月, 2016 3 次提交
  26. 12 3月, 2016 1 次提交