Skip to content

Commit

Permalink
Merge pull request randombit#4293 from Rohde-Schwarz/fix/bsi-policy-d…
Browse files Browse the repository at this point in the history
…epr-mod

Fix: Deprecated Module in BSI Policy
  • Loading branch information
FAlbertDev authored Aug 8, 2024
2 parents f3e5744 + b415a68 commit e0a3ed6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/build-data/policy/bsi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ emsa_pssr
iso9796

# pubkey
dlies
dh
#dilithium // not (yet) recommended
#dilithium_aes // not (yet) recommended
Expand Down
1 change: 1 addition & 0 deletions src/lib/pubkey/ec_group/ec_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class BOTAN_PUBLIC_API(2, 0) EC_Point final {
#if defined(BOTAN_DISABLE_DEPRECATED_FEATURES)

private:
friend class EC_Mul2Table_Data_BN;
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def sanitize_kv(some_string):

if target in ['bsi', 'nist']:
# tls is optional for bsi/nist but add it so verify tests work with these minimized configs
flags += ['--module-policy=%s' % (target), '--enable-modules=tls12']
flags += ['--module-policy=%s' % (target), '--enable-modules=tls12', '--disable-deprecated-features']

if target in ['docs']:
flags += ['--with-doxygen', '--with-sphinx', '--with-rst2man']
Expand Down

0 comments on commit e0a3ed6

Please sign in to comment.