--- /srv/reproducible-results/rbuild-debian/r-b-build.DFZxrlPD/b1/pyopenssl_24.2.1-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.DFZxrlPD/b2/pyopenssl_24.2.1-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 4d6b395a110547e95393d1b1d6f14785 83008 doc optional python-openssl-doc_24.2.1-1_all.deb │ + 1573aeeab1f1e32df0932d9e7bb8f7a3 83032 doc optional python-openssl-doc_24.2.1-1_all.deb │ 93d7bc4826288fbc0b539a29756f6fa3 53248 python optional python3-openssl_24.2.1-1_all.deb ├── python-openssl-doc_24.2.1-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-08-10 17:44:32.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1760 2024-08-10 17:44:32.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 81056 2024-08-10 17:44:32.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 81080 2024-08-10 17:44:32.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-openssl-doc/html/api/crypto.html │ │ │ │ @@ -247,15 +247,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │

Certificate signing requests

│ │ │ │
│ │ │ │
│ │ │ │ -OpenSSL.crypto.dump_certificate_request(type: int, req: <cryptography.utils._DeprecatedValue object at 0xffff875a3560>) bytes
│ │ │ │ +OpenSSL.crypto.dump_certificate_request(type: int, req: <cryptography.utils._DeprecatedValue object at 0xffff9cd23500>) bytes │ │ │ │

Dump the certificate request req into a buffer string encoded with the │ │ │ │ type type.

│ │ │ │
│ │ │ │
Parameters:
│ │ │ │
    │ │ │ │
  • type – The file type (one of FILETYPE_PEM, FILETYPE_ASN1)

  • │ │ │ │
  • req – The certificate request to dump

  • │ │ │ │ @@ -265,15 +265,15 @@ │ │ │ │

    The buffer with the dumped certificate request in

    │ │ │ │
    │ │ │ │
│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -OpenSSL.crypto.load_certificate_request(type: int, buffer: bytes) <cryptography.utils._DeprecatedValue object at 0xffff875a3560>
│ │ │ │ +OpenSSL.crypto.load_certificate_request(type: int, buffer: bytes) <cryptography.utils._DeprecatedValue object at 0xffff9cd23500> │ │ │ │

Load a certificate request (X509Req) from the string buffer encoded with │ │ │ │ the type type.

│ │ │ │
│ │ │ │
Parameters:
│ │ │ │
    │ │ │ │
  • type – The file type (one of FILETYPE_PEM, FILETYPE_ASN1)

  • │ │ │ │
  • buffer – The buffer the certificate request is stored in

  • │ │ │ │ @@ -1047,15 +1047,15 @@ │ │ │ │

    None

    │ │ │ │
    │ │ │ │
│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -classmethod from_cryptography(crypto_req: CertificateSigningRequest) <cryptography.utils._DeprecatedValue object at 0xffff875a3560>
│ │ │ │ +classmethod from_cryptography(crypto_req: CertificateSigningRequest) <cryptography.utils._DeprecatedValue object at 0xffff9cd23500> │ │ │ │

Construct based on a cryptography crypto_req.

│ │ │ │
│ │ │ │
Parameters:
│ │ │ │

crypto_req (cryptography.x509.CertificateSigningRequest) – A cryptography X.509 certificate signing request

│ │ │ │
│ │ │ │
Return type:
│ │ │ │

X509Req

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -106,24 +106,24 @@ │ │ │ │ │ Parameters: │ │ │ │ │ * ttyyppee – The file type (one of FILETYPE_PEM, FILETYPE_ASN1) │ │ │ │ │ * bbuuffffeerr (bbyytteess) – The buffer the certificate is stored in │ │ │ │ │ Returns: │ │ │ │ │ The X509 object │ │ │ │ │ ******** CCeerrttiiffiiccaattee ssiiggnniinngg rreeqquueessttss_?¶ ******** │ │ │ │ │ OpenSSL.crypto.dump_certificate_request(ttyyppee:: iinntt, rreeqq:: │ │ │ │ │ - <>) → bytes_¶ │ │ │ │ │ + <>) → bytes_¶ │ │ │ │ │ Dump the certificate request rreeqq into a buffer string encoded with the │ │ │ │ │ type ttyyppee. │ │ │ │ │ Parameters: │ │ │ │ │ * ttyyppee – The file type (one of FILETYPE_PEM, FILETYPE_ASN1) │ │ │ │ │ * rreeqq – The certificate request to dump │ │ │ │ │ Returns: │ │ │ │ │ The buffer with the dumped certificate request in │ │ │ │ │ OpenSSL.crypto.load_certificate_request(ttyyppee:: iinntt, bbuuffffeerr:: bbyytteess) → │ │ │ │ │ - _¶ │ │ │ │ │ + _¶ │ │ │ │ │ Load a certificate request (X509Req) from the string bbuuffffeerr encoded with │ │ │ │ │ the type ttyyppee. │ │ │ │ │ Parameters: │ │ │ │ │ * ttyyppee – The file type (one of FILETYPE_PEM, FILETYPE_ASN1) │ │ │ │ │ * bbuuffffeerr – The buffer the certificate request is stored in │ │ │ │ │ Returns: │ │ │ │ │ The X509Req object │ │ │ │ │ @@ -479,15 +479,15 @@ │ │ │ │ │ Add extensions to the certificate signing request. │ │ │ │ │ Parameters: │ │ │ │ │ eexxtteennssiioonnss (iterable of _X_5_0_9_E_x_t_e_n_s_i_o_n) – The X.509 extensions │ │ │ │ │ to add. │ │ │ │ │ Returns: │ │ │ │ │ None │ │ │ │ │ ccllaassssmmeetthhoodd from_cryptography(ccrryyppttoo__rreeqq:: CCeerrttiiffiiccaatteeSSiiggnniinnggRReeqquueesstt) → │ │ │ │ │ - _¶ │ │ │ │ │ + _¶ │ │ │ │ │ Construct based on a cryptography ccrryyppttoo__rreeqq. │ │ │ │ │ Parameters: │ │ │ │ │ ccrryyppttoo__rreeqq (cryptography.x509.CertificateSigningRequest) – A │ │ │ │ │ cryptography X.509 certificate signing request │ │ │ │ │ Return type: │ │ │ │ │ _X_5_0_9_R_e_q │ │ │ │ │ Added in version 17.1.0. │ │ │ ├── ./usr/share/doc/python-openssl-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -1557,15 +1557,15 @@ │ │ │ │ │ "6": "py:attribute" │ │ │ │ │ }, │ │ │ │ │ "terms": { │ │ │ │ │ "": [1, 2, 4, 6, 7, 8], │ │ │ │ │ "0": [1, 2, 6], │ │ │ │ │ "0x769": 2, │ │ │ │ │ "0xae2536227f69f181": 8, │ │ │ │ │ - "0xffff875a3560": 1, │ │ │ │ │ + "0xffff9cd23500": 1, │ │ │ │ │ "1": [1, 2, 5, 6, 8], │ │ │ │ │ "10": 2, │ │ │ │ │ "100": [1, 8], │ │ │ │ │ "1026": 4, │ │ │ │ │ "1030": 4, │ │ │ │ │ "1047": 4, │ │ │ │ │ "1073": 4,