1. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  2. 23 1月, 2000 1 次提交
  3. 18 1月, 2000 1 次提交
  4. 15 1月, 2000 1 次提交
  5. 14 1月, 2000 1 次提交
  6. 12 1月, 2000 1 次提交
  7. 26 10月, 1999 1 次提交
  8. 20 10月, 1999 1 次提交
  9. 19 9月, 1999 1 次提交
  10. 10 9月, 1999 2 次提交
  11. 09 9月, 1999 3 次提交
    • D
      Fix typo. · 0d64ea89
      Dr. Stephen Henson 提交于
      0d64ea89
    • D
      Oops... forgot the other RSA_NULL patches... · c1cd88a0
      Dr. Stephen Henson 提交于
      c1cd88a0
    • D
      This is preliminary support for an "RSA null" cipher. Unfortunately when · 4a61a64f
      Dr. Stephen Henson 提交于
      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
  12. 28 7月, 1999 1 次提交
  13. 16 7月, 1999 1 次提交
  14. 13 7月, 1999 1 次提交
  15. 12 7月, 1999 4 次提交
  16. 10 7月, 1999 1 次提交
  17. 30 6月, 1999 1 次提交
  18. 25 6月, 1999 1 次提交
  19. 05 6月, 1999 1 次提交
  20. 04 6月, 1999 1 次提交
  21. 21 5月, 1999 3 次提交
    • B
      It was a very bad idea to use #include "../e_os.h" -- when this occurs · 7e701817
      Bodo Möller 提交于
      in cryptlib.h (which is often included as "../cryptlib.h"), then the
      question remains relative to which directory this is to be interpreted.
      gcc went one further directory up, as intended; but makedepend thinks
      differently, and so probably do some C compilers.  So the ../ must go away;
      thus e_os.h goes back into include/openssl (but I now use
      #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
      and we have another huge bunch of dependency changes.  Argh.
      7e701817
    • B
      Add a kludge :-( · d6847aed
      Bodo Möller 提交于
      There were problems with putting e_os.h just into the top directory,
      because the test programs are compiled within test/ in the "standard"
      case in in their original directories in the makefile.one case;
      and in the latter symlinks may not be available.
      d6847aed
    • B
      Don't install e_os.h in include/openssl, use it only as a local · 17e3dd1c
      Bodo Möller 提交于
      include file.
      17e3dd1c
  22. 20 5月, 1999 1 次提交
  23. 15 5月, 1999 1 次提交
  24. 10 5月, 1999 1 次提交
  25. 06 5月, 1999 1 次提交
  26. 30 4月, 1999 3 次提交
  27. 29 4月, 1999 4 次提交