1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 01 7月, 2022 1 次提交
  4. 10 8月, 2021 1 次提交
  5. 27 2月, 2020 1 次提交
  6. 12 12月, 2019 1 次提交
  7. 08 11月, 2019 1 次提交
  8. 06 11月, 2019 1 次提交
  9. 28 9月, 2019 1 次提交
  10. 25 7月, 2019 1 次提交
    • R
      Fix default installation paths on mingw · 54aa9d51
      Richard Levitte 提交于
      Mingw config targets assumed that resulting programs and libraries are
      installed in a Unix-like environment and the default installation
      prefix was therefore set to '/usr/local'.
      
      However, mingw programs are installed in a Windows environment, and
      the installation directories should therefore have Windows defaults,
      i.e. the same kind of defaults as the VC config targets.
      
      A difficulty is, however, that a "cross compiled" build can't figure
      out the system defaults from environment the same way it's done when
      building "natively", so we have to fall back to hard coded defaults in
      that case.
      
      Tests can still be performed when cross compiled on a non-Windows
      platform, since all tests only depend on the source and build
      directory, and otherwise relies on normal local paths.
      
      CVE-2019-1552
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/9400)
      54aa9d51
  11. 29 5月, 2019 1 次提交
  12. 19 2月, 2019 1 次提交
  13. 31 1月, 2019 1 次提交
  14. 05 1月, 2019 1 次提交
  15. 05 12月, 2018 1 次提交
  16. 25 11月, 2018 1 次提交
  17. 24 7月, 2018 1 次提交
  18. 22 6月, 2018 2 次提交
  19. 21 6月, 2018 1 次提交
  20. 15 6月, 2018 2 次提交
  21. 13 6月, 2018 3 次提交
  22. 08 6月, 2018 1 次提交
  23. 30 4月, 2018 1 次提交
  24. 10 4月, 2018 1 次提交
  25. 08 4月, 2018 1 次提交
  26. 29 3月, 2018 1 次提交
  27. 27 3月, 2018 1 次提交
  28. 23 3月, 2018 1 次提交
  29. 21 3月, 2018 1 次提交
    • M
      Add dladdr() for AIX · 4af14b7b
      Matthias Kraft 提交于
      Although it deviates from the actual prototype of DSO_dsobyaddr(), this
      is now ISO C compliant and gcc -Wpedantic accepts the code.
      
      Added DATA segment checking to catch ptrgl virtual addresses. Avoid
      memleaks with every AIX/dladdr() call. Removed debug-fprintf()s.
      Added test case for DSO_dsobyaddr(), which will eventually call dladdr().
      Removed unecessary AIX ifdefs again.
      
      The implementation can only lookup function symbols, no data symbols.
      Added PIC-flag to aix*-cc build targets.
      
      As AIX is missing a dladdr() implementation it is currently uncertain our
      exit()-handlers can still be called when the application exits. After
      dlclose() the whole library might have been unloaded already.
      Signed-off-by: NMatthias Kraft <makr@gmx.eu>
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5668)
      4af14b7b
  30. 15 3月, 2018 1 次提交
  31. 14 3月, 2018 2 次提交
  32. 10 3月, 2018 1 次提交
  33. 09 3月, 2018 2 次提交