1. 09 6月, 2006 1 次提交
  2. 13 2月, 2006 1 次提交
  3. 05 12月, 2005 1 次提交
  4. 28 4月, 2005 1 次提交
    • D
      Lots of Win32 fixes for DTLS. · 6c61726b
      Dr. Stephen Henson 提交于
      1. "unsigned long long" isn't portable changed: to BN_ULLONG.
      2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
      2. Avoid lots of compiler warnings about signed/unsigned mismatches.
      3. Include new library directory pqueue in mk1mf build system.
      4. Update symbols.
      6c61726b
  5. 19 4月, 2005 1 次提交
  6. 26 6月, 2003 1 次提交
  7. 11 6月, 2003 1 次提交
  8. 15 8月, 2002 1 次提交
  9. 20 4月, 2002 1 次提交
  10. 03 1月, 2002 1 次提交
    • R
      Because Rijndael is more known as AES, use crypto/aes instead of · 6f9079fd
      Richard Levitte 提交于
      crypto/rijndael.  Additionally, I applied the AES integration patch
      from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work
      properly with the normal EVP constructs (and incidently work the same
      way as all other symmetric cipher implementations).
      
      This results in an API that looks a lot like the rest of the OpenSSL
      cipher suite.
      6f9079fd
  11. 11 7月, 2001 1 次提交
  12. 08 5月, 2001 1 次提交
  13. 10 3月, 2001 1 次提交
    • D
      · b4f682d3
      Dr. Stephen Henson 提交于
      Add the 'ec' directory to mkdef.pl and mkfiles.pl
      so the Windows build can see it.
      
      Fixup mkdef.pl so it doesn't mess up with function
      names longer than 39 characters in length.
      b4f682d3
  14. 14 11月, 2000 1 次提交
  15. 09 11月, 2000 1 次提交
  16. 27 10月, 2000 2 次提交
  17. 14 8月, 2000 1 次提交
  18. 05 4月, 2000 1 次提交
    • G
      This commit ties the new DSO code (crypto/dso/) into the build for a · 9ec0126e
      Geoff Thorpe 提交于
      variety of platforms. A few are missing, and they will be added in
      eventually, but as this is new stuff, it was better to not break lots of
      platforms in one go that we can't easily test. The changes to "Configure"
      should illustrate how to add support to other systems if you feel like
      having a go.
      
      NB: I'll add something shortly to allow you to add "dlfcn.h" support on
      those platforms that don't have (or need) a dlfcn.h header file. (The
      symbol for Configure will probably by "dlfcn_no_h").
      
      Thanks to Richard Levitte, who is responsible for the dso_dl.c support,
      understanding the trickier aspects of the build process, and giving great
      feedback on everything else.
      
      [Don't use this stuff if you're easily offended by changes to the
      interface or behaviour - it's still work in progress.]
      
      PR:
      9ec0126e
  19. 30 3月, 1999 1 次提交
  20. 14 2月, 1999 1 次提交