1. 03 10月, 2002 1 次提交
  2. 26 9月, 2002 1 次提交
  3. 25 9月, 2002 1 次提交
  4. 23 9月, 2002 1 次提交
  5. 19 9月, 2002 2 次提交
  6. 10 9月, 2002 1 次提交
  7. 02 9月, 2002 2 次提交
  8. 23 8月, 2002 1 次提交
    • D
      · fc85ac20
      Dr. Stephen Henson 提交于
      Make -nameopt work in req and add support for -reqopt
      fc85ac20
  9. 17 8月, 2002 1 次提交
  10. 16 8月, 2002 1 次提交
  11. 15 8月, 2002 1 次提交
  12. 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
  13. 12 8月, 2002 1 次提交
  14. 09 8月, 2002 3 次提交
    • 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
    • R
      0.9.6f is released · fbe792f0
      Richard Levitte 提交于
      fbe792f0
  15. 03 8月, 2002 2 次提交
  16. 02 8月, 2002 8 次提交
  17. 30 7月, 2002 1 次提交
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
  18. 23 7月, 2002 1 次提交
  19. 22 7月, 2002 1 次提交
  20. 20 7月, 2002 1 次提交
  21. 16 7月, 2002 1 次提交
    • R
      For those wanting to build for several platforms with the same source · 041843e4
      Richard Levitte 提交于
      directory, making a separate directory tree with lots of symbolic links
      seems to be the solution.  Unfortunately, Configure doesn't take appropriate
      steps to support this solution (as in removing a file that's going to be
      rewritten).  This change corrects that situation.  Now I just have to
      find all other places where there's lack of support for this.
      041843e4
  22. 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
  23. 10 7月, 2002 1 次提交
  24. 04 7月, 2002 1 次提交
  25. 26 6月, 2002 1 次提交
  26. 21 6月, 2002 1 次提交
    • G
      Make sure any ENGINE control commands make local copies of string · a6c6874a
      Geoff Thorpe 提交于
      pointers passed to them whenever necessary. Otherwise it is possible the
      caller may have overwritten (or deallocated) the original string data
      when a later ENGINE operation tries to use the stored values.
      
      Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de>
      Reviewed by: Geoff Thorpe
      PR: 98
      a6c6874a