Giter Site home page Giter Site logo

Comments (2)

wasmachensachen98 avatar wasmachensachen98 commented on June 14, 2024

I believe it could be caused by setting the revocation reason. Because similarly:

from datetime import datetime, timedelta

new_cert_status = OCSP_RevokedInfo()
revocation_time = datetime.utcnow() - timedelta(days=1)
new_cert_status.revocationTime = ASN1_GENERALIZED_TIME(revocation_time.strftime('%Y%m%d%H%M%SZ'))
# When adding revocationReason the fails to parse when sending
# new_cert_status.revocationReason = X509_ExtReasonCode(cRLReason=ASN1_ENUMERATED(0))
ocsp_cert_status = OCSP_CertStatus(certStatus=new_cert_status)

With the revocation reason added i get the parsing error when sending the ocsp

Error parsing response 19224:error:0D084078:asn1 encoding routines:asn1_template_ex_d2i:explicit tag not constructed:../openssl-1.1.1i/crypto/asn1/tasn_dec.c:489:Field=revocationReason, Type=OCSP_REVOKEDINFO 19224:error:0D08303A:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:../openssl-1.1.1i/crypto/asn1/tasn_dec.c:637: 19224:error:0D07803A:asn1 encoding routines:asn1_item_embed_d2i:nested asn1 error:../openssl-1.1.1i/crypto/asn1/tasn_dec.c:272:Field=value.revoked, Type=OCSP_CERTSTATUS 19224:error:0D08303A:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:../openssl-1.1.1i/crypto/asn1/tasn_dec.c:646:Field=certStatus, Type=OCSP_SINGLERESP 19224:error:0D08303A:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:../openssl-1.1.1i/crypto/asn1/tasn_dec.c:614:Field=responses, Type=OCSP_RESPDATA 19224:error:0D08303A:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:../openssl-1.1.1i/crypto/asn1/tasn_dec.c:646:Field=tbsResponseData, Type=OCSP_BASICRESP 19224:error:0D0C706E:asn1 encoding routines:ASN1_item_unpack:decode error:../openssl-1.1.1i/crypto/asn1/asn_pack.c:60:

I hope I could help.

from scapy.

gpotter2 avatar gpotter2 commented on June 14, 2024

fixed in #4240

from scapy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.