Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rapid power-up code signing #2940

Merged
merged 29 commits into from
Dec 29, 2022
Merged

rapid power-up code signing #2940

merged 29 commits into from
Dec 29, 2022

Conversation

invisig0th
Copy link
Contributor

No description provided.

synapse/lib/crypto/rsa.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Base: 97.19% // Head: 97.09% // Decreases project coverage by -0.10% ⚠️

Coverage data is based on head (d0a19d3) compared to base (6040b9b).
Patch coverage: 97.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2940      +/-   ##
==========================================
- Coverage   97.19%   97.09%   -0.11%     
==========================================
  Files         216      217       +1     
  Lines       42456    42728     +272     
==========================================
+ Hits        41267    41487     +220     
- Misses       1189     1241      +52     
Flag Coverage Δ
linux 97.09% <97.66%> (-0.01%) ⬇️
linux_replay ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/storm.py 95.41% <ø> (-0.01%) ⬇️
synapse/common.py 98.05% <90.00%> (-0.16%) ⬇️
synapse/tools/easycert.py 98.88% <96.77%> (-1.12%) ⬇️
synapse/cortex.py 96.50% <97.05%> (-0.57%) ⬇️
synapse/lib/crypto/rsa.py 97.87% <97.87%> (ø)
synapse/lib/certdir.py 97.95% <98.00%> (-0.02%) ⬇️
synapse/data/__init__.py 100.00% <100.00%> (ø)
synapse/exc.py 100.00% <100.00%> (ø)
synapse/lib/cell.py 98.24% <100.00%> (+<0.01%) ⬆️
synapse/lib/stormtypes.py 98.58% <100.00%> (-0.03%) ⬇️
... and 22 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@invisig0th invisig0th changed the title WIP: rapid power-up code signing rapid power-up code signing Dec 14, 2022
synapse/lib/certdir.py Outdated Show resolved Hide resolved
synapse/lib/certdir.py Outdated Show resolved Hide resolved
synapse/tools/easycert.py Outdated Show resolved Hide resolved
@vEpiphyte vEpiphyte added this to the v2.11x.x milestone Dec 14, 2022
synapse/lib/certdir.py Outdated Show resolved Hide resolved
synapse/lib/certdir.py Outdated Show resolved Hide resolved
synapse/tools/genpkg.py Outdated Show resolved Hide resolved
invisig0th and others added 4 commits December 15, 2022 09:24
* Several doc strings and type corrections
Add CRL._verify() to ensure that the certificate being revoked was signed by the CA.

* Docstring

* Fix flatten

* Remove CRL verification bits for now

* Revert "Remove CRL verification bits for now"

This reverts commit 8135799.

This ALSO changes the logic to directly pass the X509_V_FLAG_PARTIAL_CHAIN flag to the context.
synapse/cortex.py Outdated Show resolved Hide resolved
vEpiphyte and others added 4 commits December 22, 2022 11:20
…stead use synerr subclasses. (#2954)

* Update certdir to have fewer places it leaks PyOpenSSL exceptions, instead use synerr subclasses.
Cisphyx
Cisphyx previously approved these changes Dec 26, 2022
@vEpiphyte vEpiphyte merged commit 9a53453 into master Dec 29, 2022
@vEpiphyte vEpiphyte deleted the visi-codesign branch December 29, 2022 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants