1. 02 Oct, 1999 1 commit
  2. 24 Sep, 1999 1 commit
  3. 21 Sep, 1999 1 commit
  4. 20 Sep, 1999 1 commit
  5. 18 Sep, 1999 2 commits
  6. 10 Sep, 1999 1 commit
  7. 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
  8. 07 Sep, 1999 2 commits
  9. 04 Sep, 1999 1 commit
  10. 03 Sep, 1999 2 commits
  11. 28 Aug, 1999 1 commit
  12. 27 Aug, 1999 1 commit
  13. 25 Aug, 1999 2 commits
  14. 24 Aug, 1999 1 commit
  15. 23 Aug, 1999 1 commit
  16. 22 Aug, 1999 1 commit
  17. 19 Aug, 1999 1 commit
  18. 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
  19. 17 Aug, 1999 1 commit
  20. 11 Aug, 1999 1 commit
  21. 09 Aug, 1999 3 commits
  22. 08 Aug, 1999 3 commits
  23. 06 Aug, 1999 1 commit
  24. 05 Aug, 1999 1 commit
  25. 03 Aug, 1999 1 commit
  26. 30 Jul, 1999 1 commit
  27. 29 Jul, 1999 1 commit
  28. 27 Jul, 1999 3 commits
  29. 25 Jul, 1999 1 commit