X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: gialloporpora Subject: Re: [OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate Date: Wed, 27 Jun 2012 00:17:04 +0200 Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120625 Thunderbird/15.0a2 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Risposta al messaggio di Lou Losee : > From the OpenSSL RSA man page: > > To print out the components of a private key to standard output: > > openssl rsa -in key.pem -text -noout > > Not explicitly in the man page, but from reading it, it appears to get > the components of the private key, the following should work: > > openssl rsa -in key.pem -pubin -pubout -text -noout > > Lou > > Artificial Intelligence is no match for Natural Stupidity > Artificial Intelligence is no match for Natural Stupidity Yes, it works, thanks, I have searched for an explicit option, but -text works fine, tahnk you very much. Sandro -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple