1. 19 11月, 2000 1 次提交
  2. 13 11月, 2000 1 次提交
  3. 09 11月, 2000 1 次提交
  4. 07 11月, 2000 2 次提交
  5. 01 11月, 2000 3 次提交
  6. 27 10月, 2000 1 次提交
  7. 22 10月, 2000 2 次提交
  8. 14 10月, 2000 1 次提交
  9. 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
  10. 09 10月, 2000 2 次提交
  11. 22 9月, 2000 1 次提交
  12. 21 9月, 2000 1 次提交
  13. 19 9月, 2000 1 次提交
  14. 18 9月, 2000 2 次提交
  15. 14 9月, 2000 1 次提交
  16. 13 9月, 2000 1 次提交
  17. 12 9月, 2000 1 次提交
  18. 06 9月, 2000 2 次提交
    • B
      Changes for QNX: there is no thread support, and the previous · 36124b10
      Bodo Möller 提交于
      configuration only worked with no-asm.
      36124b10
    • D
      *BIG* verify code reorganisation. · 2f043896
      Dr. Stephen Henson 提交于
      The old code was painfully primitive and couldn't handle
      distinct certificates using the same subject name.
      
      The new code performs several tests on a candidate issuer
      certificate based on certificate extensions.
      
      It also adds several callbacks to X509_VERIFY_CTX so its
      behaviour can be customised.
      
      Unfortunately some hackery was needed to persuade X509_STORE
      to tolerate this. This should go away when X509_STORE is
      replaced, sometime...
      
      This must have broken something though :-(
      2f043896
  19. 04 9月, 2000 1 次提交
  20. 01 9月, 2000 1 次提交
  21. 17 8月, 2000 1 次提交
  22. 15 8月, 2000 1 次提交
  23. 02 8月, 2000 3 次提交
  24. 25 7月, 2000 1 次提交
  25. 21 7月, 2000 1 次提交
    • R
      Redo and enhance the support for building shared libraries. Currently · b436a982
      Richard Levitte 提交于
      there's support for building under Linux and True64 (using examples
      from the programming manuals), including versioning that is currently
      the same as OpenSSL versions but should really be a different series.
      
      With this change, it's up to the users to decide if they want shared
      libraries as well as the static ones.  This decision now has to be
      done at configuration time (well, not really, those who know what they
      do can still do it the same way as before).
      
      The OpenSSL programs (openssl and the test programs) are currently
      always linked statically, but this may change in the future in a
      configurable manner.  The necessary makefile variables to enable this
      are in place.
      
      Also note that I have done absolutely nothing about the Windows target
      to get something similar.  On the other hand, DLLs are already the
      default there, but without versioning, and I've no idea what the
      possibilities for such a thing are there...
      b436a982
  26. 21 6月, 2000 1 次提交
  27. 13 6月, 2000 1 次提交
  28. 09 6月, 2000 1 次提交
  29. 07 6月, 2000 1 次提交
  30. 06 6月, 2000 1 次提交
    • A
      · 62187daf
      Andy Polyakov 提交于
      MT-support for IRIX 6.x and Alpha-Linux
      62187daf
  31. 04 6月, 2000 1 次提交