1. 30 8月, 2004 1 次提交
  2. 02 8月, 2004 2 次提交
  3. 27 7月, 2004 1 次提交
    • A
      Add framework for yet another assembler module dubbed "cpuid." Idea · 14e21f86
      Andy Polyakov 提交于
      is to have a placeholder to small routines, which can be written only
      in assembler. In IA-32 case this includes processor capability
      identification and access to Time-Stamp Counter. As discussed earlier
      OPENSSL_ia32cap is introduced to control recently added SSE2 code
      pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the
      code is operational on ELF platforms only. I haven't checked it yet,
      but I have all reasons to believe that Windows build should fail to
      link too. I'll be looking into it shortly...
      14e21f86
  4. 10 7月, 2004 1 次提交
  5. 18 5月, 2004 1 次提交
  6. 20 4月, 2004 1 次提交
  7. 24 3月, 2004 1 次提交
  8. 27 12月, 2003 1 次提交
  9. 04 12月, 2003 1 次提交
  10. 29 11月, 2003 1 次提交
  11. 13 10月, 2003 1 次提交
  12. 28 9月, 2003 1 次提交
  13. 09 9月, 2003 1 次提交
  14. 01 5月, 2003 1 次提交
  15. 20 12月, 2002 1 次提交
  16. 27 11月, 2002 1 次提交
  17. 09 10月, 2002 1 次提交
  18. 09 8月, 2002 1 次提交
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  19. 31 7月, 2002 1 次提交
  20. 30 7月, 2002 1 次提交
  21. 28 6月, 2002 1 次提交
  22. 10 6月, 2002 1 次提交
  23. 31 5月, 2002 1 次提交
  24. 02 5月, 2002 1 次提交
  25. 14 2月, 2002 1 次提交
  26. 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
  27. 30 10月, 2001 1 次提交
  28. 04 10月, 2001 1 次提交
  29. 06 8月, 2001 1 次提交
  30. 06 6月, 2001 1 次提交
  31. 16 5月, 2001 1 次提交
  32. 07 5月, 2001 1 次提交
  33. 09 3月, 2001 2 次提交
  34. 06 3月, 2001 1 次提交
  35. 22 2月, 2001 2 次提交
  36. 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
  37. 19 2月, 2001 1 次提交