1. 03 8月, 2012 1 次提交
  2. 27 7月, 2012 1 次提交
  3. 25 7月, 2012 1 次提交
  4. 24 7月, 2012 3 次提交
    • D
      check EC tmp key matches preferences · d18b716d
      Dr. Stephen Henson 提交于
      d18b716d
    • D
      typo · 1e4cb467
      Dr. Stephen Henson 提交于
      1e4cb467
    • D
      Add support for certificate stores in CERT structure. This makes it · 74ecfab4
      Dr. Stephen Henson 提交于
      possible to have different stores per SSL structure or one store in
      the parent SSL_CTX. Include distint stores for certificate chain
      verification and chain building. New ctrl SSL_CTRL_BUILD_CERT_CHAIN
      to build and store a certificate chain in CERT structure: returing
      an error if the chain cannot be built: this will allow applications
      to test if a chain is correctly configured.
      
      Note: if the CERT based stores are not set then the parent SSL_CTX
      store is used to retain compatibility with existing behaviour.
      74ecfab4
  5. 20 7月, 2012 3 次提交
  6. 19 7月, 2012 2 次提交
  7. 18 7月, 2012 3 次提交
  8. 16 7月, 2012 1 次提交
  9. 15 7月, 2012 12 次提交
  10. 08 7月, 2012 1 次提交
    • D
      Add new ctrl to retrieve client certificate types, print out · 9f27b1ee
      Dr. Stephen Henson 提交于
      details in s_client.
      
      Also add ctrl to set client certificate types. If not used sensible values
      will be included based on supported signature algorithms: for example if
      we don't include any DSA signing algorithms the DSA certificate type is
      omitted.
      
      Fix restriction in old code where certificate types would be truncated
      if it exceeded TLS_CT_NUMBER.
      9f27b1ee
  11. 05 7月, 2012 4 次提交
  12. 04 7月, 2012 3 次提交
  13. 03 7月, 2012 5 次提交