1. 04 8月, 2000 3 次提交
  2. 03 8月, 2000 1 次提交
  3. 02 8月, 2000 9 次提交
  4. 01 8月, 2000 2 次提交
  5. 31 7月, 2000 1 次提交
  6. 30 7月, 2000 3 次提交
    • D
      · bd4e1527
      Dr. Stephen Henson 提交于
      Document the new DN printing options.
      
      Change a few names to be more meaningful.
      
      Fix typos in CA.pl docs.
      bd4e1527
    • B
      Document rollback issues. · aa826d88
      Bodo Möller 提交于
      aa826d88
    • B
      Fix SSL 2.0 rollback checking: The previous implementation of the · 37569e64
      Bodo Möller 提交于
      test was never triggered due to an off-by-one error.
      
      In s23_clnt.c, don't use special rollback-attack detection padding
      (RSA_SSLV23_PADDING) if SSL 2.0 is the only protocol enabled in the
      client; similarly, in s23_srvr.c, don't do the rollback check if
      SSL 2.0 is the only protocol enabled in the server.
      37569e64
  7. 28 7月, 2000 5 次提交
  8. 27 7月, 2000 2 次提交
  9. 26 7月, 2000 5 次提交
  10. 25 7月, 2000 3 次提交
  11. 24 7月, 2000 3 次提交
  12. 22 7月, 2000 1 次提交
  13. 21 7月, 2000 2 次提交
    • B
      crypto/err.c bugfix · fa729135
      Bodo Möller 提交于
      fa729135
    • 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