Skip to content
  1. Jul 15, 2012
  2. Jul 08, 2012
    • 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
  3. Jul 05, 2012
  4. Jul 04, 2012
  5. Jul 03, 2012
  6. Jul 02, 2012
  7. Jul 01, 2012
  8. Jun 29, 2012
    • 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
  9. Jun 28, 2012
  10. Jun 27, 2012
  11. Jun 25, 2012
  12. Jun 24, 2012
  13. Jun 22, 2012