1. 19 Jul, 2012 1 commit
  2. 18 Jul, 2012 3 commits
  3. 15 Jul, 2012 13 commits
  4. 08 Jul, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Add new ctrl to retrieve client certificate types, print out · 9f27b1ee
      Dr. Stephen Henson authored
      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
  5. 05 Jul, 2012 4 commits
  6. 04 Jul, 2012 1 commit
  7. 03 Jul, 2012 7 commits
  8. 02 Jul, 2012 2 commits
  9. 01 Jul, 2012 5 commits
  10. 29 Jun, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Add certificate callback. If set this is called whenever a certificate · 18d71588
      Dr. Stephen Henson authored
      is required by client or server. An application can decide which
      certificate chain to present based on arbitrary criteria: for example
      supported signature algorithms. Add very simple example to s_server.
      This fixes many of the problems and restrictions of the existing client
      certificate callback: for example you can now clear existing certificates
      and specify the whole chain.
      18d71588
  11. 28 Jun, 2012 2 commits