1. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  2. 01 6月, 2000 1 次提交
  3. 02 5月, 2000 1 次提交
  4. 20 4月, 2000 1 次提交
  5. 05 3月, 2000 1 次提交
  6. 22 2月, 2000 1 次提交
  7. 05 2月, 2000 1 次提交
  8. 04 2月, 2000 1 次提交
  9. 31 1月, 2000 2 次提交
  10. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  11. 23 1月, 2000 1 次提交
  12. 18 1月, 2000 1 次提交
  13. 15 1月, 2000 1 次提交
  14. 14 1月, 2000 1 次提交
  15. 12 1月, 2000 1 次提交
  16. 26 10月, 1999 1 次提交
  17. 20 10月, 1999 1 次提交
  18. 19 9月, 1999 1 次提交
  19. 10 9月, 1999 2 次提交
  20. 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
  21. 28 7月, 1999 1 次提交
  22. 16 7月, 1999 1 次提交
  23. 13 7月, 1999 1 次提交
  24. 12 7月, 1999 4 次提交
  25. 10 7月, 1999 1 次提交
  26. 30 6月, 1999 1 次提交
  27. 25 6月, 1999 1 次提交
  28. 05 6月, 1999 1 次提交
  29. 04 6月, 1999 1 次提交
  30. 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
  31. 20 5月, 1999 1 次提交