1. 29 6月, 2004 1 次提交
  2. 28 6月, 2004 1 次提交
  3. 18 5月, 2004 1 次提交
  4. 17 5月, 2004 1 次提交
  5. 20 4月, 2004 2 次提交
    • G
      make update · c57bc2dc
      Geoff Thorpe 提交于
      c57bc2dc
    • G
      Reduce header interdependencies, initially in engine.h (the rest of the · 3a87a9b9
      Geoff Thorpe 提交于
      changes are the fallout). As this could break source code that doesn't
      directly include headers for interfaces it uses, changes to recursive
      includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to
      define this when building and using openssl, and then adapt code where
      necessary - this is how to stay current. However the mechanism exists for
      the lethargic.
      3a87a9b9
  6. 26 3月, 2004 2 次提交
  7. 16 3月, 2004 2 次提交
  8. 29 1月, 2004 2 次提交
  9. 27 1月, 2004 1 次提交
  10. 05 1月, 2004 1 次提交
    • L
      Update URI · c0017a5a
      Lutz Jänicke 提交于
      Submitted by: Gertjan van Oosten <gertjan@West.NL>
      
      PR: #804
      c0017a5a
  11. 28 12月, 2003 1 次提交
  12. 27 12月, 2003 2 次提交
  13. 01 12月, 2003 1 次提交
  14. 28 11月, 2003 1 次提交
  15. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  16. 07 8月, 2003 1 次提交
  17. 01 5月, 2003 1 次提交
  18. 31 1月, 2003 1 次提交
  19. 29 12月, 2002 1 次提交
  20. 03 12月, 2002 1 次提交
  21. 29 11月, 2002 1 次提交
  22. 28 11月, 2002 1 次提交
  23. 16 11月, 2002 1 次提交
  24. 15 11月, 2002 1 次提交
  25. 13 11月, 2002 1 次提交
  26. 14 10月, 2002 1 次提交
  27. 09 10月, 2002 2 次提交
    • R
      Add a few more VxWorks targets. · 6a89a25c
      Richard Levitte 提交于
      Correct misspelled VXWORKS macros.
      Add VXWORKS identifying macros to e_os2.h.
      Add required inclusions and mappings for VxWorks in e_os.h.
      A few small modifications to make OpenSSL build and work on VxWorks.
      PR: 253, except for the  change that was handled in an earlier
               commit, and a request for easy build of just parts of OpenSSL.
      6a89a25c
    • R
      Use double dashes so makedepend doesn't misunderstand the flags we · 001ab3ab
      Richard Levitte 提交于
      give it.
      For 0.9.7 and up, that means util/domd needs to remove those double
      dashes from the argument list when gcc is used to find the
      dependencies.
      001ab3ab
  28. 22 9月, 2002 1 次提交
  29. 09 8月, 2002 1 次提交
  30. 30 7月, 2002 1 次提交
  31. 18 7月, 2002 1 次提交
  32. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  33. 28 6月, 2002 2 次提交