1. 05 Oct, 1999 1 commit
  2. 04 Oct, 1999 3 commits
  3. 02 Oct, 1999 1 commit
  4. 24 Sep, 1999 1 commit
  5. 21 Sep, 1999 1 commit
  6. 20 Sep, 1999 1 commit
  7. 18 Sep, 1999 2 commits
  8. 10 Sep, 1999 1 commit
  9. 08 Sep, 1999 2 commits
    • Bodo Möller's avatar
    • Dr. Stephen Henson's avatar
      This is preliminary support for an "RSA null" cipher. Unfortunately when · 4a61a64f
      Dr. Stephen Henson authored
      OpenSSL is compiled with NO_RSA, no RSA operations can be used: including
      key generation storage and display of RSA keys. Since these operations are
      not covered by the RSA patent (my understanding is it only covers encrypt,
      decrypt, sign and verify) they can be included: this is an often requested
      feature, attempts to use the patented operations return an error code.
      
      This is enabled by setting RSA_NULL. This means that if a particular application
      has its own legal US RSA implementation then it can use that instead by setting
      it as the default RSA method.
      
      Still experimental and needs some fiddling of the other libraries so they have
      some options that don't attempt to use RSA if it isn't allowed.
      4a61a64f
  10. 07 Sep, 1999 2 commits
  11. 04 Sep, 1999 1 commit
  12. 03 Sep, 1999 2 commits
  13. 28 Aug, 1999 1 commit
  14. 27 Aug, 1999 1 commit
  15. 25 Aug, 1999 2 commits
  16. 24 Aug, 1999 1 commit
  17. 23 Aug, 1999 1 commit
  18. 22 Aug, 1999 1 commit
  19. 19 Aug, 1999 1 commit
  20. 18 Aug, 1999 1 commit
    • Bodo Möller's avatar
      Fix horrible (and hard to track down) bug in ssl23_get_client_hello: · de1915e4
      Bodo Möller authored
      In case of a restart, v[0] and v[1] were incorrectly initialised.
      This was interpreted by ssl3_get_client_key_exchange as an RSA decryption
      failure (don't ask me why) and caused it to create a _random_ master key
      instead (even weirder), which obviously led to incorrect input to
      ssl3_generate_master_secret and thus caused "block cipher pad is
      wrong" error messages from ssl3_enc for the client's Finished message.
      Arrgh.
      de1915e4
  21. 17 Aug, 1999 1 commit
  22. 11 Aug, 1999 1 commit
  23. 09 Aug, 1999 3 commits
  24. 08 Aug, 1999 3 commits
  25. 06 Aug, 1999 1 commit
  26. 05 Aug, 1999 1 commit
  27. 03 Aug, 1999 1 commit
  28. 30 Jul, 1999 1 commit
  29. 29 Jul, 1999 1 commit