1. 20 12月, 2002 2 次提交
  2. 15 12月, 2002 1 次提交
    • R
      Update the make system for installations: · 30c08f2e
      Richard Levitte 提交于
      - define a HERE variable to indicate where the source tree is (used
        very little right now)
      - make more use of copying and making attribute changes to {file}.new,
        and then move it to {file}
      - use 'mv -f' to avoid all those questions to the user when the file
        in question doesn't have write attributes for that user.
      30c08f2e
  3. 06 12月, 2002 2 次提交
  4. 16 11月, 2002 1 次提交
  5. 13 11月, 2002 1 次提交
  6. 12 11月, 2002 1 次提交
  7. 09 10月, 2002 2 次提交
  8. 26 8月, 2002 1 次提交
  9. 09 8月, 2002 1 次提交
  10. 02 8月, 2002 1 次提交
  11. 30 7月, 2002 1 次提交
  12. 17 7月, 2002 1 次提交
  13. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  14. 28 6月, 2002 1 次提交
  15. 06 6月, 2002 1 次提交
  16. 05 6月, 2002 1 次提交
  17. 07 4月, 2002 1 次提交
  18. 26 2月, 2002 1 次提交
  19. 14 2月, 2002 1 次提交
  20. 06 2月, 2002 1 次提交
  21. 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
  22. 03 1月, 2002 1 次提交
  23. 15 11月, 2001 1 次提交
  24. 30 10月, 2001 1 次提交
  25. 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
  26. 10 10月, 2001 2 次提交
  27. 04 10月, 2001 1 次提交
  28. 25 9月, 2001 1 次提交
  29. 21 9月, 2001 1 次提交
  30. 12 9月, 2001 1 次提交
  31. 11 9月, 2001 1 次提交
  32. 05 9月, 2001 1 次提交
  33. 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
  34. 01 9月, 2001 1 次提交
  35. 06 8月, 2001 1 次提交
  36. 31 7月, 2001 1 次提交