This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 26 Apr, 2022 2 commits
  2. 22 Apr, 2022 5 commits
  3. 21 Apr, 2022 3 commits
  4. 19 Apr, 2022 2 commits
  5. 18 Apr, 2022 4 commits
  6. 15 Apr, 2022 5 commits
  7. 14 Apr, 2022 3 commits
  8. 13 Apr, 2022 2 commits
  9. 12 Apr, 2022 1 commit
  10. 11 Apr, 2022 1 commit
    • Alexander Scheel's avatar
      Fix handling of SignatureBits for ECDSA issuers (#14943) (#14994) · dda23aee
      Alexander Scheel authored
      
      When adding SignatureBits control logic, we incorrectly allowed
      specification of SignatureBits in the case of an ECDSA issuer. As noted
      in the original request, NIST and Mozilla (and others) are fairly
      prescriptive in the choice of signatures (matching the size of the
      NIST P-curve), and we shouldn't usually use a smaller (or worse, larger
      and truncate!) hash.
      
      Ignore the configuration of signature bits and always use autodetection
      for ECDSA like ed25519.
      Signed-off-by: default avatarAlexander Scheel <alex.scheel@hashicorp.com>
      dda23aee
  11. 09 Apr, 2022 1 commit
  12. 08 Apr, 2022 2 commits
  13. 07 Apr, 2022 2 commits
  14. 06 Apr, 2022 2 commits
    • swayne275's avatar
      Vault 5452 resolve ent drift (#14898) · 9708ef88
      swayne275 authored
      * resolve path_config_rotate_root_test - ent uses newer version so update and fix
      
      * clean up operator_diagnose import to match ent
      
      * add mount_accessor to SentinelKeys to match ent
      
      * mysql.go remove trailing space to match ent
      
      * update protobuf version to match ent
      
      * update vault/cluster.go log message to match ent
      
      * update ha from ent - the dr stuff is probably fine?
      
      * remove newline to match ent in vault/login_mfa.go
      
      * add vaultKubernetesMountPath to doc to match ent
      9708ef88
    • hc-github-team-secure-vault-core's avatar
      Backport of Update CC docs into release/1.10.x (#14909) · 1ffcac3e
      hc-github-team-secure-vault-core authored
      
      * backport of commit 0c7e4752a9a011c1d12b34441a2aa5712e07ee85
      
      * backport of commit 97de992b6ddebc9b8cb047bcd4a83388f3158bbb
      
      * backport of commit 124227121c5daeb27acf6093954195fa0e51e06c
      
      * backport of commit fa816ef7d343c93031b0b01fb5d90d3466e9f93c
      
      * backport of commit 6b55f0653db9dcc7bf3bb97deec4d4e2952eaefa
      
      * backport of commit 886256f5f99dca505270bdeacc07a87ef6e3fcf7
      
      * backport of commit 4a514a3e24127d2a573d6237be6b2f7e92de8ad0
      
      * backport of commit 12d97fb79fbf4f82656078bdd72c64ca4a78b4fd
      
      * backport of commit f4073b5b362062979a1dcb4e584c1cde5d3e8968
      
      * backport of commit d7de4d9197a30e834836491575ce2b185618a19c
      
      * backport of commit f9ea2c861ad445f65e7ff5ed2d4e69f0bd27737c
      
      * backport of commit ae5d63ac06a07c671260a17743d8701a91dc9731
      
      * backport of commit f826c61cd405357bc4b593fc355725152929cec5
      
      * backport of commit e69942b5e421b4447f297f1950c4cbbc56d53737
      
      * backport of commit d341f48ddebe30b226ec2c71cf8536d3953f5703
      
      * backport of commit 1230398b0f31467eef40f72d55690c3b37752b4c
      
      * backport of commit a47e23aa23a0a0f5fc7180d6360398d44ecb4339
      
      * backport of commit 6ddceab1b7c914ab3ab3a394aa5fa1b3fd1f26ba
      
      * backport of commit 98c4b6b735315f544038e37620b823cbb2a52056
      
      * backport of commit 1f6786a60bd9e30c75e4f3b16a9849278f9e354c
      
      * backport of commit d1a3b7dd29a82259ee0607cd2133a967b743d586
      
      * backport of commit c4b22670b54bacafa203135f1cd5cc954c77d392
      Co-authored-by: default avatarVishal Nayak <vishalnayakv@gmail.com>
      Co-authored-by: default avatarVishal Nayak <vishalnayak@users.noreply.github.com>
      1ffcac3e
  15. 05 Apr, 2022 3 commits
  16. 04 Apr, 2022 2 commits