1. 06 11月, 2008 1 次提交
  2. 03 11月, 2008 1 次提交
  3. 02 11月, 2008 1 次提交
  4. 17 3月, 2008 1 次提交
  5. 26 10月, 2007 1 次提交
    • D
      1. Changes for s_client.c to make it return non-zero exit code in case · 0e1dba93
      Dr. Stephen Henson 提交于
      of handshake failure
      
      2. Changes to x509_certificate_type function (crypto/x509/x509type.c) to
      make it recognize GOST certificates as EVP_PKT_SIGN|EVP_PKT_EXCH
      (required for s3_srvr to accept GOST client certificates).
      
      3. Changes to EVP
      	- adding of function EVP_PKEY_CTX_get0_peerkey
      	- Make function EVP_PKEY_derive_set_peerkey work for context with
      	  ENCRYPT operation, because we use peerkey field in the context to
      	  pass non-ephemeral secret key to GOST encrypt operation.
      	- added EVP_PKEY_CTRL_SET_IV control command. It is really
      	  GOST-specific, but it is used in SSL code, so it has to go
      	  in some header file, available during libssl compilation
      
      4. Fix to HMAC to avoid call of OPENSSL_cleanse on undefined data
      
      5. Include des.h if KSSL_DEBUG is defined into some libssl files, to
        make debugging output which depends on constants defined there, work
        and other KSSL_DEBUG output fixes
      
      6. Declaration of real GOST ciphersuites, two authentication methods
         SSL_aGOST94 and SSL_aGOST2001 and one key exchange method SSL_kGOST
      
      7. Implementation  of these methods.
      
      8. Support for sending unsolicited serverhello extension if GOST
        ciphersuite is selected. It is require for interoperability with
        CryptoPro CSP 3.0 and 3.6 and controlled by
        SSL_OP_CRYPTOPRO_TLSEXT_BUG constant.
        This constant is added to SSL_OP_ALL, because it does nothing, if
        non-GOST ciphersuite is selected, and all implementation of GOST
        include compatibility with CryptoPro.
      
      9. Support for CertificateVerify message without length field. It is
         another CryptoPro bug, but support is made unconditional, because it
         does no harm for draft-conforming implementation.
      
      10. In tls1_mac extra copy of stream mac context is no more done.
        When I've written currently commited code I haven't read
        EVP_DigestSignFinal manual carefully enough and haven't noticed that
        it does an internal digest ctx copying.
      
      This implementation was tested against
      1. CryptoPro CSP 3.6 client and server
      2. Cryptopro CSP 3.0 server
      0e1dba93
  6. 22 5月, 2007 1 次提交
  7. 16 5月, 2007 1 次提交
  8. 24 4月, 2007 1 次提交
  9. 12 4月, 2007 1 次提交
  10. 11 4月, 2007 1 次提交
  11. 04 2月, 2006 1 次提交
  12. 17 5月, 2005 2 次提交
  13. 16 5月, 2005 2 次提交
  14. 11 4月, 2005 1 次提交
  15. 30 3月, 2005 1 次提交
  16. 03 11月, 2004 1 次提交
  17. 26 7月, 2004 2 次提交
  18. 31 5月, 2004 1 次提交
  19. 18 5月, 2004 1 次提交
  20. 15 5月, 2004 1 次提交
  21. 27 12月, 2003 1 次提交
  22. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  23. 21 3月, 2003 1 次提交
  24. 29 12月, 2002 1 次提交
  25. 05 12月, 2002 1 次提交
  26. 29 11月, 2002 1 次提交
  27. 13 11月, 2002 1 次提交
  28. 09 10月, 2002 1 次提交
  29. 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
  30. 28 6月, 2002 1 次提交
  31. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  32. 10 12月, 2001 1 次提交
  33. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  34. 04 10月, 2001 1 次提交
  35. 06 8月, 2001 1 次提交
  36. 04 8月, 2001 1 次提交
  37. 01 8月, 2001 1 次提交