Skip to content

Commit

Permalink
feat!: remove 'PerDomainTrustAnchor' from LeafNode default capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Dec 20, 2023
1 parent 20917e8 commit cd4d164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmls/src/group/public_group/diff/compute_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use openmls_traits::types::Ciphersuite;
use openmls_traits::{key_store::OpenMlsKeyStore, signatures::Signer, OpenMlsCryptoProvider};
use tls_codec::Serialize;

use crate::prelude::{Capabilities, CredentialType, ExtensionType, ProtocolVersion};
use crate::prelude::{Capabilities, CredentialType, ProtocolVersion};
use crate::{
binary_tree::LeafNodeIndex,
credentials::CredentialWithKey,
Expand Down Expand Up @@ -76,7 +76,7 @@ impl<'a> PublicGroupDiff<'a> {
Ciphersuite::MLS_256_DHKEMP384_AES256GCM_SHA384_P384,
Ciphersuite::MLS_128_X25519KYBER768DRAFT00_AES128GCM_SHA256_Ed25519,
]),
Some(&[ExtensionType::PerDomainTrustAnchor]),
Some(&[]),
Some(&[]),
Some(&[CredentialType::Basic, CredentialType::X509]),
),
Expand Down

0 comments on commit cd4d164

Please sign in to comment.