1. 15 8月, 2000 1 次提交
  2. 14 8月, 2000 2 次提交
  3. 12 8月, 2000 3 次提交
  4. 11 8月, 2000 1 次提交
    • R
      Abdelilah Essiari <aes@george.lbl.gov> reports that for very small · 35140f33
      Richard Levitte 提交于
      records, EVP_EncodeUpdate() may misbehave.  This happens when there's
      a record boundary between the two ending b64 equal signs, which makes
      EVP_EncodeUpdate think there has been more than one EOF, and therefore
      add an extra NUL at the end of the output buffer.  This fix corrects
      that problem.
      35140f33
  5. 10 8月, 2000 1 次提交
  6. 08 8月, 2000 1 次提交
  7. 07 8月, 2000 1 次提交
  8. 06 8月, 2000 1 次提交
  9. 04 8月, 2000 4 次提交
  10. 03 8月, 2000 1 次提交
  11. 02 8月, 2000 9 次提交
  12. 01 8月, 2000 2 次提交
  13. 31 7月, 2000 1 次提交
  14. 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
  15. 28 7月, 2000 5 次提交
  16. 27 7月, 2000 2 次提交
  17. 26 7月, 2000 2 次提交
    • R
      There's a deadlock when ssleay_rand_bytes is called the first time, since · a4125514
      Richard Levitte 提交于
      it wants to stir the pool using ssleay_rand_add.  This fix provides the
      possibility to call ssleay_rand_add inside a locked state by simply telling
      it not to do any locking through a static variable.  This isn't the most
      elegant way one could do this, but it does retain thread safety during the
      stirring process.
      a4125514
    • D
      Fix warnings. · 033d001e
      Dr. Stephen Henson 提交于
      In crypto/err/err.c need to initialise p to
      NULL in case thread_hash is NULL. Otherwise
      p will be uninitialized.
      033d001e