Does openssl choose the cipher from the pem file? If so, which section of the 
following pem file sets the cipher for communication?

Certificate:
    Data:
       Signature Algorithm: md5WithRSAEncryption
       Issuer:  .....
       Validity
            Not Before: ...
            Not After : ....
       Subject: ...
       Subject Public Key Info:
            Public Key Algorithm: rsaEncryption
            RSA Public Key: (1024 bit)
                Modulus (1024 bit): ...
                ....
       X509v3 extensions:
            X509v3 Basic Constraints: 
                CA:FALSE
            Netscape Comment: 
                OpenSSL Generated Certificate
            X509v3 Subject Key Identifier: 
                72:0E:96:69:FD:C2:A2:3D:01:D3:5E:0D:2F:62:82:32:FA:8D:35:18
            X509v3 Authority Key Identifier: 
                
keyid:97:A5:E9:E2:0B:EE:98:74:A5:CD:47:3D:41:95:61:D2:45:C5:00:22
                DirName: ....
                serial:01

    Signature Algorithm: md5WithRSAEncryption
    ....

-----BEGIN CERTIFICATE-----
.....
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,669497216E1EF12B

.....
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE REQUEST-----
.....
-----END CERTIFICATE REQUEST-----


Thanks for the help

Alex


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to