From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11939 invoked by alias); 26 Jun 2012 22:18:59 -0000 Received: (qmail 11925 invoked by uid 22791); 26 Jun 2012 22:18:58 -0000 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 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jun 2012 22:18:46 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sje5o-0007eq-Ne for cygwin@cygwin.com; Wed, 27 Jun 2012 00:18:40 +0200 Received: from net-2-40-79-53.cust.dsl.teletu.it ([2.40.79.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2012 00:18:40 +0200 Received: from gialloporpora by net-2-40-79-53.cust.dsl.teletu.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2012 00:18:40 +0200 To: cygwin@cygwin.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: Tue, 26 Jun 2012 22:18:00 -0000 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@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-06/txt/msg00494.txt.bz2 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