1. 05 2月, 2002 2 次提交
    • R
      Apply one patch from Assar Westerlund <assar@sics.se>: · c31bbf1e
      Richard Levitte 提交于
      The following patch makes sure that string2key does not use weak DES
      keys (then making them non-weak by xor:ing with 0xF0).
      c31bbf1e
    • R
      Apply three patches from Assar Westerlund <assar@kth.se>: · 5e68f8ce
      Richard Levitte 提交于
      This patch makes the macros in des_old.h actually pretend to be
      functions.
      
      There's no reason not to define _ossl_old_crypt when using
      PERL5/FreeBSD/darwin/Next, since it makes using crypt and including
      des.h break.  Here's a trivial patch.
      
      This patch fixes some of the typos used in macro names in des_old.h
      and the number of arguments for some of them.
      5e68f8ce
  2. 04 2月, 2002 1 次提交
  3. 02 2月, 2002 1 次提交
  4. 30 1月, 2002 3 次提交
    • L
      866eedb9
    • 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
    • L
      adc4df36
  5. 29 1月, 2002 2 次提交
  6. 28 1月, 2002 3 次提交
  7. 27 1月, 2002 2 次提交
  8. 26 1月, 2002 15 次提交
  9. 25 1月, 2002 6 次提交
  10. 24 1月, 2002 5 次提交