Commit graph

9279 commits

Author SHA1 Message Date
Alexandre Machado
2adfeb5684
Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs (#7514)
* Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs

* Solving code formating issues

* Adding comment justifing the reversal of rdns on the RFC4514 parser

* Comment changes on CHANGELOG.rst

* fixing a typo on method link at CHANGELOG.rst

* Removing reference to protected class _RFC4514NameParser from CHANGELOG.rst

Co-authored-by: Alexandre Machado <alexandre@softnex.com.br>
2022-08-16 14:57:20 -05:00
Jean Paul Galea
2477a09405
docs: add missing backquote (#7517) 2022-08-16 12:09:03 -05:00
dependabot[bot]
953c99f96b
Bump iana-time-zone from 0.1.44 to 0.1.45 in /src/rust (#7516)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.45.
- [Release notes](https://github.com/strawlab/iana-time-zone/releases)
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.44...v0.1.45)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 12:21:08 +00:00
pyca-boringbot[bot]
03233c6a6f
Bump BoringSSL version to a6d321b11fa80496b7c8ae6405468c212d4f5c87 (#7515)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-08-16 00:26:52 +00:00
Alex Gaynor
83fdf55854
Run wheel-builder on PRs when key packaging files change (#7512) 2022-08-15 15:06:39 +00:00
anthony sottile
59f60154d6
remove ext_package so top_level.txt is accurate in wheel metadata (#7511) 2022-08-15 10:44:13 -04:00
Alex Gaynor
7a4c612b02
use the correct way of detecting backend feature (#7509) 2022-08-15 13:39:59 +00:00
Weizheng Xu
f28049912c
try EVP_CIPHER_fetch due to EVP_get_cipherbyname is deprecated in GetCipherByName (#7503) 2022-08-15 08:18:27 -05:00
Jean Paul Galea
da1a30b4ea
KBKDF: add CounterLocation.MiddleFixed (#7489)
* KBKDF: add CounterLocation.MiddleFixed

* tests_kbkdf: add new tests

- Test CounterLocation.MiddleFixed and blocation=

* test_kbkdf_vectors: make use of MIDDLE_FIXED

* docs: document KBKDF CounterLocation.MiddleFixed

* s/blocation/break_location/g

* CHANGELOG: document KBKDF{HMAC,CMAC} CounterLocation.MiddleFixed #7489

* kbkdf: fixed is static across n iterations, only the counter changes

* kbkdf: check break_location is 0..len(fixed)

- Update tests to assert exception is raised when
    break_location < 0 or > len(fixed)

- When asserting for "break_location is ignored when MiddleFixed",
    use break_location=0 instead of =10,
    to ensure we don't raise because of break_location > len(fixed)

- Assert that the right error messages are returned to the user.

* kbkdf: keyword-only break_location

* docs: document kw-only KBKDF{HMAC,CMAC}
2022-08-15 08:19:12 -04:00
dependabot[bot]
9f7016c546
Bump chrono from 0.4.21 to 0.4.22 in /src/rust (#7507)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.21...v0.4.22)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-14 17:41:15 +00:00
Alex Gaynor
39e2bcdf13
Update to rust-asn1 0.11 (#7505) 2022-08-14 10:58:56 -05:00
pyca-boringbot[bot]
79ea864132
Bump BoringSSL version to d45d8933e61ccd8bd50fcf58f33a604627e6552c (#7506)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-08-14 00:23:46 +00:00
pyca-boringbot[bot]
25fc1116f7
Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc (#7502)
* Bump BoringSSL version to 401137fec2fd855ceed7931f15a623d3cb18efdc

* remove boringssl ifdef

Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
2022-08-13 05:29:23 -07:00
dependabot[bot]
eca55275ac
Bump libc from 0.2.129 to 0.2.131 in /src/rust (#7500)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.129 to 0.2.131.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/commits)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 12:21:43 +00:00
Alex Gaynor
3d2a4305fb
Remove uneeded Results (#7499) 2022-08-11 17:22:29 -07:00
dependabot[bot]
fd29d47ab0
Bump iana-time-zone from 0.1.42 to 0.1.44 in /src/rust (#7498)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.42 to 0.1.44.
- [Release notes](https://github.com/strawlab/iana-time-zone/releases)
- [Commits](https://github.com/strawlab/iana-time-zone/commits)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 22:22:08 +00:00
Alex Gaynor
3ba9e15ca9
remove old clippy allow, add new clippy allow (for rustc 1.63) (#7496) 2022-08-11 13:00:17 -07:00
dependabot[bot]
1ea1e2d6dd
Bump actions/cache from 3.0.6 to 3.0.7 (#7495)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 12:17:38 +00:00
dependabot[bot]
927cdce3cc
Bump iana-time-zone from 0.1.41 to 0.1.42 in /src/rust (#7493)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.41 to 0.1.42.
- [Release notes](https://github.com/strawlab/iana-time-zone/releases)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.41...0.1.42)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 21:35:53 +00:00
dependabot[bot]
591592a7ff
Bump libc from 0.2.127 to 0.2.129 in /src/rust (#7492)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.127 to 0.2.129.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.127...0.2.129)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-10 12:20:08 +00:00
dependabot[bot]
121701a293
Bump chrono from 0.4.20 to 0.4.21 in /src/rust (#7490)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.20...v0.4.21)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 22:58:19 +00:00
dependabot[bot]
6b63cd56c7
Bump ouroboros from 0.15.0 to 0.15.2 in /src/rust (#7487)
Bumps [ouroboros](https://github.com/joshua-maros/ouroboros) from 0.15.0 to 0.15.2.
- [Release notes](https://github.com/joshua-maros/ouroboros/releases)
- [Commits](https://github.com/joshua-maros/ouroboros/commits)

---
updated-dependencies:
- dependency-name: ouroboros
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 03:16:03 +00:00
Alex Gaynor
87d7e60c19
update link in docs (#7485) 2022-08-05 17:59:14 -10:00
pyca-boringbot[bot]
be55c42a7e
Bump BoringSSL version to ce65c1daf827f870cde6b54ee14e59117f38c0de (#7484)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-08-06 00:21:42 +00:00
dependabot[bot]
d50c9ea023
Bump actions/cache from 3.0.5 to 3.0.6 (#7483)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.5...v3.0.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-05 12:18:25 +00:00
Alex Gaynor
6b4d2242a2
Bump chrono to 0.4.20 (#7482)
this resolves a RUSTSEC, though we are not impacted by it
2022-08-04 23:39:54 +00:00
dependabot[bot]
9c3cb0a8d9
Bump unicode-ident from 1.0.2 to 1.0.3 in /src/rust (#7480)
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.2...1.0.3)

---
updated-dependencies:
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 03:31:23 +00:00
dependabot[bot]
e7c4f0c59c
Bump libc from 0.2.126 to 0.2.127 in /src/rust (#7479)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.127.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.127)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 03:22:22 +00:00
pyca-boringbot[bot]
304efd2f2c
Bump BoringSSL version to adaa322b63d1bfbd1abcf4a308926a9a83a6acbe (#7478)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-08-04 00:23:01 +00:00
dependabot[bot]
ca3d122b24
Bump syn from 1.0.98 to 1.0.99 in /src/rust (#7477)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.98...1.0.99)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 12:42:06 +00:00
dependabot[bot]
ce6e4496ef
Bump quote from 1.0.20 to 1.0.21 in /src/rust (#7476)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.20 to 1.0.21.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.20...1.0.21)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 12:35:48 +00:00
dependabot[bot]
3aba8aa934
Bump proc-macro2 from 1.0.42 to 1.0.43 in /src/rust (#7475)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.42 to 1.0.43.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.42...1.0.43)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 08:26:17 -04:00
dependabot[bot]
d794129b38
Bump actions/setup-python from 4.1.0 to 4.2.0 (#7474)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 12:25:17 +00:00
pyca-boringbot[bot]
1a747bffe8
Bump BoringSSL version to 7f857eace90b67f45c889b9aadadb5789ad9d33c (#7473)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-08-03 00:22:55 +00:00
Alex Gaynor
f87efd77f4
fixed two bindings that don't match our style guide (#7471) 2022-08-02 05:47:07 -10:00
dependabot[bot]
ecd283c1f5
Bump unindent from 0.1.9 to 0.1.10 in /src/rust (#7470)
Bumps [unindent](https://github.com/dtolnay/indoc) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/0.1.9...0.1.10)

---
updated-dependencies:
- dependency-name: unindent
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 12:20:17 +00:00
David Hotham
ed67b30aab
Upload wheels before sdist at release (#7469)
So that pypi pppulates the data available via the JSON API
2022-08-02 08:08:59 -04:00
pyca-boringbot[bot]
79bd183059
Bump BoringSSL version to 15596efa5fe18e43bdc0ecd32d4ef93437f51d49 (#7465)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-08-02 00:23:23 +00:00
pyca-boringbot[bot]
5ddef62301
Bump BoringSSL version to b7d6320be91bdf132349e8384bd779ffcff3f030 (#7461)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-07-30 18:44:21 -10:00
Alex Gaynor
fdb3a434c7
Resolve new flake8 errors (#7462) 2022-07-30 16:29:00 -10:00
pyca-boringbot[bot]
40c3a080d0
Bump BoringSSL version to ccd665d2aa30375710957f3c357425fa10883613 (#7459)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-07-30 00:23:05 +00:00
pyca-boringbot[bot]
7bd86c370c
Bump BoringSSL version to 5cb597e3ec19996f18a049c78cfa5e9e1a0da280 (#7457)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-07-29 00:23:57 +00:00
pyca-boringbot[bot]
75baf8fd8d
Bump BoringSSL version to 8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5 (#7455)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-07-28 00:23:54 +00:00
Alex Gaynor
a879aad9ac
document what about an UnvalidatedIA5String is unvalidated (#7453) 2022-07-27 05:25:52 -10:00
dependabot[bot]
c84b9c33f5
Bump redox_syscall from 0.2.15 to 0.2.16 in /src/rust (#7452)
Bumps redox_syscall from 0.2.15 to 0.2.16.

---
updated-dependencies:
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-27 12:21:39 +00:00
Alex Gaynor
bb204bd4bd
Revert "pin rust nightly until regression is fixed (#7388)" (#7393)
This reverts commit e181382494.
2022-07-26 16:18:43 -10:00
pyca-boringbot[bot]
539b03bd56
Bump BoringSSL version to 24c01865dc9e010db4edca08a94c2a1fbe092b23 (#7451)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-07-27 00:25:41 +00:00
pyca-boringbot[bot]
7b36be3d2a
Bump BoringSSL version to b95c7e53d7d4376dbba18c3e3bbba99d66e3fbff (#7449)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
2022-07-26 00:23:49 +00:00
dependabot[bot]
e9f9e29e04
Bump proc-macro2 from 1.0.41 to 1.0.42 in /src/rust (#7448)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.41...1.0.42)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-26 00:00:06 +00:00
dependabot[bot]
4e4e66e593
Bump proc-macro2 from 1.0.40 to 1.0.41 in /src/rust (#7447)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.40...1.0.41)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 12:23:22 +00:00