Skip to content

Conversation

@glarrain
Copy link
Contributor

@glarrain glarrain commented May 8, 2019

To load an X.509 certificate from DER-encoded certificate data, and convert between DER-encoded and PEM-encoded certificate data.

New functions:

  • load_der_x509_cert
  • x509_cert_der_to_pem
  • x509_cert_pem_to_der

To load an X.509 certificate from DER-encoded certificate data,
and convert between DER-encoded and PEM-encoded certificate data.

New functions:
- `load_der_x509_cert`
- `x509_cert_der_to_pem`
- `x509_cert_pem_to_der`
@glarrain glarrain requested a review from jtrh May 8, 2019 15:44
@glarrain glarrain self-assigned this May 8, 2019
@codecov-io
Copy link

Codecov Report

Merging #36 into develop will increase coverage by 1.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #36     +/-   ##
==========================================
+ Coverage    70.86%   71.97%   +1.1%     
==========================================
  Files           16       16             
  Lines          738      760     +22     
  Branches        96       99      +3     
==========================================
+ Hits           523      547     +24     
+ Misses         177      175      -2     
  Partials        38       38
Impacted Files Coverage Δ
cl_sii/libs/crypto_utils.py 100% <100%> (ø) ⬆️
cl_sii/libs/encoding_utils.py 82.6% <0%> (+8.69%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd79fa3...ee0d803. Read the comment docs.

@glarrain glarrain merged commit bf26ea3 into develop May 8, 2019
@glarrain glarrain deleted the feature/libs/crypto_utils/add-functions branch May 8, 2019 15:55
@glarrain glarrain mentioned this pull request May 8, 2019
@jtrobles-cdd jtrobles-cdd added enhancement New feature or request and removed feature labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: libs enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants