1. 20 11月, 2002 1 次提交
  2. 19 11月, 2002 1 次提交
  3. 16 11月, 2002 2 次提交
  4. 15 11月, 2002 2 次提交
  5. 14 11月, 2002 2 次提交
  6. 13 11月, 2002 1 次提交
  7. 10 11月, 2002 1 次提交
  8. 04 11月, 2002 1 次提交
  9. 30 10月, 2002 1 次提交
  10. 28 10月, 2002 2 次提交
  11. 13 10月, 2002 1 次提交
  12. 12 10月, 2002 2 次提交
  13. 11 10月, 2002 1 次提交
  14. 10 10月, 2002 1 次提交
  15. 05 10月, 2002 1 次提交
    • D
      · fc6a6a10
      Dr. Stephen Henson 提交于
      Add version info to Win32 DLLs.
      
      We might want to edit the strings a bit...
      
      Maybe add to 0.9.7 too?
      fc6a6a10
  16. 04 10月, 2002 1 次提交
    • D
      · 9a48b07e
      Dr. Stephen Henson 提交于
      Various enhancements to PKCS#12 code, new
      medium level API, improved PKCS12_create
      and additional functionality in pkcs12
      utility.
      9a48b07e
  17. 03 10月, 2002 1 次提交
  18. 26 9月, 2002 1 次提交
  19. 25 9月, 2002 1 次提交
  20. 23 9月, 2002 1 次提交
  21. 19 9月, 2002 2 次提交
  22. 10 9月, 2002 1 次提交
  23. 02 9月, 2002 2 次提交
  24. 23 8月, 2002 1 次提交
    • D
      · fc85ac20
      Dr. Stephen Henson 提交于
      Make -nameopt work in req and add support for -reqopt
      fc85ac20
  25. 17 8月, 2002 1 次提交
  26. 16 8月, 2002 1 次提交
  27. 15 8月, 2002 1 次提交
  28. 14 8月, 2002 3 次提交
    • B
      move a TODO from CHANGES to STATUS · 749d055e
      Bodo Möller 提交于
      749d055e
    • B
      add 'TODO' items · 49a0f778
      Bodo Möller 提交于
      49a0f778
    • D
      · 2af52de7
      Dr. Stephen Henson 提交于
      Fix typo in OBJ_txt2obj which incorrectly passed the content
      length, instead of the encoding length to d2i_ASN1_OBJECT.
      
      This wasn't visible before becuse ASN1_get_object() used
      to read past the length of the supplied buffer.
      2af52de7
  29. 12 8月, 2002 1 次提交
  30. 09 8月, 2002 2 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
    • 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