1. 21 3月, 2003 1 次提交
  2. 20 3月, 2003 1 次提交
  3. 21 2月, 2003 1 次提交
    • B
      ECPublicKey_set_octet_string and ECPublicKey_get_octet_string · 62e3163b
      Bodo Möller 提交于
      behaviour was not quite consistent with the conventions
      for d2i and i2d functions as far as handling of the 'out'
      or 'in' pointer is concerned.
      
      This patch changes this behaviour, and renames the functions to
      o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the
      external encoding is just a raw object string without any DER icing).
      
      Submitted by: Nils Larsch
      62e3163b
  4. 14 2月, 2003 1 次提交
  5. 31 1月, 2003 1 次提交
  6. 09 12月, 2002 1 次提交
  7. 27 11月, 2002 1 次提交
  8. 19 11月, 2002 1 次提交
  9. 14 11月, 2002 1 次提交
  10. 29 10月, 2002 1 次提交
  11. 28 10月, 2002 1 次提交
  12. 25 10月, 2002 1 次提交
  13. 16 10月, 2002 1 次提交
  14. 05 10月, 2002 2 次提交
  15. 02 10月, 2002 1 次提交
  16. 02 9月, 2002 1 次提交
  17. 27 8月, 2002 1 次提交
  18. 26 8月, 2002 1 次提交
  19. 15 8月, 2002 1 次提交
  20. 09 8月, 2002 1 次提交
  21. 07 8月, 2002 1 次提交
  22. 02 8月, 2002 1 次提交
  23. 30 7月, 2002 1 次提交
  24. 17 7月, 2002 1 次提交
  25. 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
  26. 14 6月, 2002 1 次提交
  27. 10 6月, 2002 1 次提交
  28. 05 6月, 2002 1 次提交
  29. 15 4月, 2002 1 次提交
  30. 07 4月, 2002 1 次提交
  31. 01 3月, 2002 1 次提交
  32. 26 2月, 2002 1 次提交
  33. 20 2月, 2002 1 次提交
  34. 14 2月, 2002 2 次提交
  35. 06 2月, 2002 1 次提交
  36. 26 1月, 2002 1 次提交
  37. 25 1月, 2002 1 次提交
    • B
      New functions · a14e2d9d
      Bodo Möller 提交于
          ERR_peek_last_error
          ERR_peek_last_error_line
          ERR_peek_last_error_line_data
      (supersedes ERR_peek_top_error).
      
      Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT
      because OPENSSL_NO_... indicates disabled algorithms (according to
      mkdef.pl).
      a14e2d9d
  38. 24 1月, 2002 1 次提交
    • R
      make update · fe19c448
      Richard Levitte 提交于
      libeay.num got tweaked so the old des symbols would retain their
      positions.
      fe19c448