--- /srv/reproducible-results/rbuild-debian/r-b-build.QDQsRphi/b1/pyopenssl_24.2.1-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.QDQsRphi/b2/pyopenssl_24.2.1-1_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - a6c53affe2d9c27650b883efdd7ce584 82948 doc optional python-openssl-doc_24.2.1-1_all.deb │ + d16b54161d745ada3e380474da95a9df 82936 doc optional python-openssl-doc_24.2.1-1_all.deb │ 760a1deafa49af4d76bc0c7898e594b7 53252 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 80996 2024-08-10 17:44:32.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 80984 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 │ │ │ │ @@ -245,15 +245,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │

Certificate signing requests

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

  • │ │ │ │ @@ -263,15 +263,15 @@ │ │ │ │

    The buffer with the dumped certificate request in

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

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

  • │ │ │ │ @@ -1045,15 +1045,15 @@ │ │ │ │

    None

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

Construct based on a cryptography crypto_req.

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

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

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

X509Req

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -105,24 +105,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 │ │ │ │ │ @@ -478,15 +478,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, │ │ │ │ │ - "0xf4650978": 1, │ │ │ │ │ + "0xf4597978": 1, │ │ │ │ │ "1": [1, 2, 5, 6, 8], │ │ │ │ │ "10": 2, │ │ │ │ │ "100": [1, 8], │ │ │ │ │ "1026": 4, │ │ │ │ │ "1030": 4, │ │ │ │ │ "1047": 4, │ │ │ │ │ "1073": 4,