1. 28 6月, 2002 1 次提交
  2. 06 6月, 2002 1 次提交
  3. 05 6月, 2002 1 次提交
  4. 07 4月, 2002 1 次提交
  5. 26 2月, 2002 1 次提交
  6. 14 2月, 2002 1 次提交
  7. 06 2月, 2002 1 次提交
  8. 30 1月, 2002 1 次提交
    • L
      HP-UX 32bit: · f701551f
      Lutz Jänicke 提交于
      * When linking against shared libraries, the absolute path is remembered.
        - When linking against -L.., '..' is remembered inside the executable,
          so it will fail after "make install" or when not called from inside the
          "apps/" subdirectory of the build tree.
        - When using the "+cdp" option of "ld", the ".." information can be
          exchanged against $(INSTALL_TOP)/lib. In this case the executable
          will however refuse to work before "make install" has been called.
          This makes testing the 'openssl' executable a problem.
      * Solution 1:
        Relink the "openssl" executable, when "make install" is called.
        This would however require significant changes to the toplevel Makefile
        and the apps/ Makefile.
      * Solution 2:
        Statically link against libssl and libcrypto, so that the "openssl"
        executable is no longer dependant on the openssl shared libraries.
      
      Select option 2 for HP-UX 32bit, as this requires the smallest change.
      f701551f
  9. 03 1月, 2002 1 次提交
  10. 15 11月, 2001 1 次提交
  11. 30 10月, 2001 1 次提交
  12. 25 10月, 2001 1 次提交
    • R
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte 提交于
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c
  13. 10 10月, 2001 2 次提交
  14. 04 10月, 2001 1 次提交
  15. 25 9月, 2001 1 次提交
  16. 21 9月, 2001 1 次提交
  17. 12 9月, 2001 1 次提交
  18. 11 9月, 2001 1 次提交
  19. 05 9月, 2001 1 次提交
  20. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  21. 01 9月, 2001 1 次提交
  22. 06 8月, 2001 1 次提交
  23. 31 7月, 2001 2 次提交
  24. 11 7月, 2001 1 次提交
  25. 24 6月, 2001 1 次提交
  26. 06 6月, 2001 1 次提交
  27. 04 4月, 2001 1 次提交
  28. 24 3月, 2001 1 次提交
  29. 08 3月, 2001 1 次提交
  30. 06 3月, 2001 1 次提交
  31. 22 2月, 2001 1 次提交
  32. 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
  33. 19 2月, 2001 1 次提交
  34. 05 2月, 2001 1 次提交
  35. 13 1月, 2001 1 次提交
    • D
      · 5782ceb2
      Dr. Stephen Henson 提交于
      New OCSP utility. This can generate, parse and print
      OCSP requests. It can also query reponders and parse or
      print out responses.
      
      Still needs some more work: OCSP response checks and
      of course documentation.
      5782ceb2
  36. 11 1月, 2001 1 次提交
  37. 29 12月, 2000 1 次提交
  38. 01 12月, 2000 1 次提交