1. 28 4月, 2001 1 次提交
  2. 27 4月, 2001 1 次提交
  3. 12 4月, 2001 2 次提交
  4. 08 4月, 2001 1 次提交
  5. 04 4月, 2001 2 次提交
  6. 24 3月, 2001 2 次提交
  7. 23 3月, 2001 1 次提交
  8. 16 3月, 2001 1 次提交
  9. 14 3月, 2001 1 次提交
  10. 11 3月, 2001 1 次提交
  11. 06 3月, 2001 2 次提交
  12. 22 2月, 2001 1 次提交
  13. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  14. 11 1月, 2001 2 次提交
  15. 01 12月, 2000 1 次提交
  16. 14 11月, 2000 1 次提交
  17. 13 11月, 2000 2 次提交
    • L
      HP-UX shared libraries do not build any longer, as EX_LIBS contains · 305db17b
      Lutz Jänicke 提交于
      "-Wl,+s" instead of +s:
      * Hardcoded necessary references to -ldld/-ldl into the build rules and
        removed EX_LIBS.
      
      HP-UX records the pathnames of dependent libraries when the shared libs
      are built, so that ./libcrypto.sl... is recorded in libssl.sl..., with
      "./" not being resolvable when running an application linked against -lssl:
      * Build libssl without explicit reference to libcrypto, applications will
        be linked with "-lssl -lcrypto" anyway.
      
      Document these informations in Makefile.org.
      305db17b
    • R
      For a long time, I've wanted to be able to easily run one or a few · f777408f
      Richard Levitte 提交于
      individual tests.  I finally got myself to implement it...
      f777408f
  18. 09 11月, 2000 1 次提交
  19. 06 11月, 2000 1 次提交
  20. 01 11月, 2000 2 次提交
  21. 27 10月, 2000 2 次提交
  22. 23 10月, 2000 2 次提交
  23. 22 10月, 2000 1 次提交
  24. 15 10月, 2000 1 次提交
  25. 13 10月, 2000 1 次提交
    • R
      Rework the system to generate shared libraries: · a22fb399
      Richard Levitte 提交于
        - Make note of the expected extension for the shared libraries and
          if there is a need for symbolic links from for example libcrypto.so.0
          to libcrypto.so.0.9.7.  There is extended info in Configure for
          that.
      
        - Make as few rebuilds of the shared libraries as possible.
      
        - Still avoid linking the OpenSSL programs with the shared libraries.
      
        - When installing, install the shared libraries separately from the
          static ones.
      a22fb399
  26. 09 10月, 2000 1 次提交
  27. 26 9月, 2000 1 次提交
  28. 21 9月, 2000 1 次提交
  29. 17 8月, 2000 1 次提交
  30. 14 8月, 2000 1 次提交
  31. 02 8月, 2000 1 次提交