• [^] # Re: pb version openssl

    Posté par . En réponse au message Migration debian jessie vers stretch => turtl (framacloud). Évalué à 1.

    J'ai les deux versions d'openssl :

    openssl paquet jessie raspbian :

    root@raspberrypi:/home/pi# aptitude show openssl
    Package: openssl 
    State: installed
    Automatically installed: no
    Version: 1.0.1t-1+deb8u6
    Priority: optional
    Section: utils
    Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
    Architecture: armhf
    Uncompressed Size: 999 k
    Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1k-3+deb8u3)
    Suggests: ca-certificates
    Conflicts: openssl
    Description: Secure Sockets Layer toolkit - cryptographic utility
     This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic
     protocols for secure communication over the Internet. 
     It contains the general-purpose command line binary /usr/bin/openssl, useful for cryptographic
     operations such as: 
     * creating RSA, DH, and DSA key parameters; 
     * creating X.509 certificates, CSRs, and CRLs; 
     * calculating message digests; 
     * encrypting and decrypting with ciphers; 
     * testing SSL/TLS clients and servers; 
     * handling S/MIME signed or encrypted mail.

    openssl paquet stretch raspbian :

    root@raspberrypi:/home/pi# aptitude show openssl
    Package: openssl 
    Version: 1.1.0f-3
    State: installed
    Automatically installed: no
    Multi-Arch: foreign
    Priority: optional
    Section: utils
    Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
    Architecture: armhf
    Uncompressed Size: 1,092 k
    Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.0)
    Suggests: ca-certificates
    Description: Secure Sockets Layer toolkit - cryptographic utility
     This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. 
     It contains the general-purpose command line binary /usr/bin/openssl, useful for cryptographic operations such as: 
     * creating RSA, DH, and DSA key parameters; 
     * creating X.509 certificates, CSRs, and CRLs; 
     * calculating message digests; 
     * encrypting and decrypting with ciphers; 
     * testing SSL/TLS clients and servers; 
     * handling S/MIME signed or encrypted mail.
    Homepage: https://www.openssl.org/

    Bon, alors il faut installer l'ancien openssl mais je ne sais pas si cela va suffire tient.