1. 11 Nov, 1999 1 commit
  2. 10 Nov, 1999 1 commit
  3. 08 Nov, 1999 1 commit
  4. 04 Nov, 1999 1 commit
  5. 03 Nov, 1999 1 commit
  6. 29 Oct, 1999 1 commit
  7. 27 Oct, 1999 1 commit
    • Dr. Stephen Henson's avatar
      Continued multibyte character support. · 74400f73
      Dr. Stephen Henson authored
      Add a bunch of functions to simplify the creation of X509_NAME structures.
      
      Change the X509_NAME_entry_add stuff in req/ca so it no longer uses
      X509_NAME_entry_count(): passing -1 has the same effect.
      74400f73
  8. 26 Oct, 1999 4 commits
  9. 21 Oct, 1999 1 commit
  10. 20 Oct, 1999 1 commit
  11. 13 Oct, 1999 1 commit
  12. 11 Oct, 1999 1 commit
  13. 09 Oct, 1999 1 commit
  14. 07 Oct, 1999 1 commit
  15. 05 Oct, 1999 2 commits
  16. 04 Oct, 1999 3 commits
  17. 02 Oct, 1999 1 commit
  18. 24 Sep, 1999 1 commit
  19. 21 Sep, 1999 1 commit
  20. 20 Sep, 1999 1 commit
  21. 18 Sep, 1999 2 commits
  22. 10 Sep, 1999 1 commit
  23. 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
  24. 07 Sep, 1999 2 commits
  25. 04 Sep, 1999 1 commit
  26. 03 Sep, 1999 2 commits
  27. 28 Aug, 1999 1 commit
  28. 27 Aug, 1999 1 commit
  29. 25 Aug, 1999 2 commits