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