Skip to content

Commit

Permalink
conf: add a TODO for some future commands
Browse files Browse the repository at this point in the history
Most of these will require implementing more logic elsewhere before we
can add a supported command.
  • Loading branch information
cpu committed Jun 26, 2024
1 parent 1d936b8 commit 34217a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rustls-libssl/src/conf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,13 @@ const SUPPORTED_COMMANDS: &[Command] = &[
value_type: ValueType::File,
action: SslConfigCtx::verify_ca_file,
},
// Some commands that would be reasonable to implement in the future:
// - ClientCAFile/ClientCAPath
// - Options
// - SessionTicket/-no_ticket
// - CANames (?)
// - Groups/-groups
// - SignatureAlgorithms/-sigalgs
// - RequestCAFile
// - Ciphersuites/-ciphersuites
];

0 comments on commit 34217a2

Please sign in to comment.