--- /srv/reproducible-results/rbuild-debian/r-b-build.Qixf47U7/b1/pyopenssl_24.3.0-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.Qixf47U7/b2/pyopenssl_24.3.0-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - f708a6e115ac8ccea1a7e58047ff076f 84636 doc optional python-openssl-doc_24.3.0-1_all.deb │ + 992dc0eb7b4640e1dec208cac44d392a 84596 doc optional python-openssl-doc_24.3.0-1_all.deb │ d32dfd42c670d08c3b46ef1111fce024 51692 python optional python3-openssl_24.3.0-1_all.deb ├── python-openssl-doc_24.3.0-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-11-30 12:07:12.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1844 2024-11-30 12:07:12.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 82600 2024-11-30 12:07:12.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 82560 2024-11-30 12:07:12.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 │ │ │ │ @@ -234,15 +234,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │

Certificate signing requests

│ │ │ │
│ │ │ │
│ │ │ │ -OpenSSL.crypto.dump_certificate_request(type: int, req: <cryptography.utils._DeprecatedValue object at 0x7ff3b987a360>) bytes
│ │ │ │ +OpenSSL.crypto.dump_certificate_request(type: int, req: <cryptography.utils._DeprecatedValue object at 0x7f40f413e4e0>) 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

  • │ │ │ │ @@ -255,15 +255,15 @@ │ │ │ │
    │ │ │ │

    Deprecated since version 24.2.0: Use cryptography.x509.CertificateSigningRequest instead.

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

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

  • │ │ │ │ @@ -955,15 +955,15 @@ │ │ │ │

    None

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

Construct based on a cryptography crypto_req.

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

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

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

X509Req

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -98,26 +98,26 @@ │ │ │ │ │ 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 │ │ │ │ │ Deprecated since version 24.2.0: │ │ │ │ │ Usecryptography.x509.CertificateSigningRequestinstead. │ │ │ │ │ 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 │ │ │ │ │ @@ -436,15 +436,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 {} │ │ │ │ │ @@ -1442,15 +1442,15 @@ │ │ │ │ │ "5": "py:function", │ │ │ │ │ "6": "py:attribute" │ │ │ │ │ }, │ │ │ │ │ "terms": { │ │ │ │ │ "": [1, 2, 4, 6, 7, 8], │ │ │ │ │ "0": [1, 2, 5, 6], │ │ │ │ │ "0x769": 2, │ │ │ │ │ - "0x7ff3b987a360": 1, │ │ │ │ │ + "0x7f40f413e4e0": 1, │ │ │ │ │ "0xae2536227f69f181": 8, │ │ │ │ │ "1": [1, 2, 8], │ │ │ │ │ "10": 2, │ │ │ │ │ "100": 8, │ │ │ │ │ "1026": 4, │ │ │ │ │ "1030": 4, │ │ │ │ │ "1047": 4,