1. 08 5月, 2006 1 次提交
  2. 20 4月, 2006 1 次提交
  3. 16 3月, 2006 1 次提交
  4. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  5. 17 5月, 2005 1 次提交
  6. 16 5月, 2005 1 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053
  7. 06 4月, 2005 1 次提交
  8. 02 4月, 2005 1 次提交
  9. 18 11月, 2004 1 次提交
  10. 26 4月, 2004 1 次提交
  11. 20 4月, 2004 1 次提交
  12. 11 2月, 2004 1 次提交
  13. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  14. 28 11月, 2003 2 次提交
  15. 21 11月, 2003 1 次提交
  16. 30 10月, 2003 1 次提交
  17. 29 10月, 2003 1 次提交
  18. 04 4月, 2003 1 次提交
  19. 30 3月, 2003 1 次提交
  20. 31 1月, 2003 1 次提交
  21. 24 1月, 2003 1 次提交
  22. 25 12月, 2002 1 次提交
  23. 08 12月, 2002 1 次提交
    • G
      Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are · 5daec7ea
      Geoff Thorpe 提交于
      being built with it defined - it is not a symbol to affect how openssl
      itself builds, but to alter the way openssl headers can be used from an API
      point of view. The "deprecated" function wrappers will always remain inside
      OpenSSL at least as long as they're still being used internally. :-)
      
      The exception is dsaparam which has been updated to the BN_GENCB-based
      functions to test the new functionality. If GENCB_TEST is defined, dsaparam
      will support a "-timebomb <n>" switch to cancel parameter-generation if it
      gets as far as 'n' seconds without completion.
      5daec7ea
  24. 04 12月, 2002 1 次提交
  25. 13 11月, 2002 1 次提交
  26. 12 11月, 2002 1 次提交
  27. 10 9月, 2002 1 次提交
  28. 26 8月, 2002 1 次提交
  29. 23 8月, 2002 1 次提交
    • D
      · fc85ac20
      Dr. Stephen Henson 提交于
      Make -nameopt work in req and add support for -reqopt
      fc85ac20
  30. 16 8月, 2002 1 次提交
  31. 12 8月, 2002 1 次提交
  32. 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
  33. 07 8月, 2002 1 次提交
  34. 02 8月, 2002 1 次提交
  35. 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
  36. 20 5月, 2002 1 次提交
    • D
      · eee6c81a
      Dr. Stephen Henson 提交于
      Reorganise -subj option code, fix buffer overrun.
      eee6c81a
  37. 30 4月, 2002 1 次提交
  38. 17 4月, 2002 1 次提交
  39. 23 2月, 2002 1 次提交
    • D
      · 032c49b8
      Dr. Stephen Henson 提交于
      non-Monolith fixes.
      
      Submitted by Andrew W. Gray <agray@iconsinc.com>
      032c49b8