1. 04 2月, 2006 1 次提交
  2. 17 5月, 2005 1 次提交
  3. 16 5月, 2005 1 次提交
  4. 30 3月, 2005 1 次提交
  5. 03 11月, 2004 1 次提交
  6. 20 4月, 2004 1 次提交
  7. 27 12月, 2003 1 次提交
  8. 09 10月, 2002 1 次提交
  9. 28 6月, 2002 1 次提交
  10. 01 8月, 2001 1 次提交
  11. 31 7月, 2001 1 次提交
  12. 09 3月, 2001 1 次提交
  13. 22 2月, 2001 1 次提交
  14. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  15. 25 9月, 2000 1 次提交
  16. 16 9月, 2000 1 次提交
  17. 07 9月, 2000 1 次提交
  18. 13 6月, 2000 1 次提交
  19. 09 4月, 2000 1 次提交
  20. 05 4月, 2000 1 次提交
    • G
      This is a set of startup code for the DSO support, it's not yet linked into · 8f4fac7f
      Geoff Thorpe 提交于
      the build process (an upcoming commit no doubt), and is very much *new*
      code - what that means is that it compiles ok - usually. It certainly
      doesn't mean it runs well or even properly yet. Please don't muck round
      with this unless you're looking to help out and hunt bugs. :-)
      
      Currently this code doesn't have any support for controlling the "load"
      behaviour (eg. paths, filename translations, etc). That'll be handled
      using DSO_ctrl() and various flags, once we work out a sensible set of
      flags.
      8f4fac7f