1. 30 7月, 2002 1 次提交
  2. 26 7月, 2002 1 次提交
  3. 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
  4. 28 6月, 2002 1 次提交
  5. 18 6月, 2002 1 次提交
  6. 15 6月, 2002 1 次提交
    • L
      Some more prototype fixes. · 65ee74fb
      Lutz Jänicke 提交于
      Use DECLARE macros in asn1* instead of direct declaration.
      Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by:
      PR: 89
      65ee74fb
  7. 12 6月, 2002 1 次提交
  8. 10 6月, 2002 2 次提交
  9. 06 6月, 2002 1 次提交
  10. 30 5月, 2002 1 次提交
  11. 23 5月, 2002 1 次提交
  12. 21 5月, 2002 1 次提交
  13. 08 5月, 2002 1 次提交
  14. 06 5月, 2002 1 次提交
  15. 14 4月, 2002 1 次提交
  16. 08 4月, 2002 1 次提交
  17. 20 3月, 2002 1 次提交
  18. 18 3月, 2002 1 次提交
    • B
      Fix bugs and typos. · af28dd6c
      Bodo Möller 提交于
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c
  19. 08 3月, 2002 1 次提交
  20. 07 3月, 2002 2 次提交
  21. 06 3月, 2002 2 次提交
  22. 20 2月, 2002 1 次提交
  23. 14 2月, 2002 4 次提交
  24. 26 1月, 2002 1 次提交
  25. 18 12月, 2001 2 次提交
  26. 22 11月, 2001 1 次提交
  27. 16 11月, 2001 5 次提交
  28. 26 9月, 2001 1 次提交
  29. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef