[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor 7.7.1 released



On 9/14/2011 12:12 PM, Michael O'Donnell wrote:
> Out of curiosity what version of openssl ships with
> Condor for Windows? Is there a way for me to determine this?

One way to do this is to use "condor_version" to determine your Condor
for Windows version. Then use strings and grep to locate relevant text
strings in the DLLs for OpenSSL (libeay32.dll and ssleay32.dll).

-Mick

C:\condor\bin>condor_version
$CondorVersion: 7.6.3 Aug 17 2011 BuildID: 361356 $
$CondorPlatform: x86_winnt_5.1 $

C:\condor\bin>C:\MinGW\bin\strings.exe -f libeay32.dll ssleay32.dll |
C:\gnuwin32\bin\grep.exe OpenSSL
libeay32.dll: %s(%d): OpenSSL internal error, assertion failed: %s
libeay32.dll: OpenSSL 0.9.8h 28 May 2008
libeay32.dll: MD2 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: MD4 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: MD5 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: SHA part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: SHA1 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: SHA-256 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: SHA-512 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: RIPE-MD160 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: libdes part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: DES part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll:  !"#$%
!"#$%&'()*+,-./0123456789:;<=>?@ABCD./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzRC2
part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: RC4 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: IDEA part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: :Blowfish part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: CAST part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: AES part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: Big Number part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: RSA part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: DSA part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: OpenSSL DSA method
libeay32.dll: OpenSSL 'win32' shared library method
libeay32.dll: OpenSSL DH Method
libeay32.dll: Diffie-Hellman part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: EC part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: ECDH part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: OpenSSL ECDH method
libeay32.dll: ECDSA part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: OpenSSL ECDSA method
libeay32.dll: Stack part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: lhash part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: RAND part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: You need to read the OpenSSL FAQ,
http://www.openssl.org/support/faq.html
libeay32.dll: EVP part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: ASN.1 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: PEM part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: X.509 part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: CONF part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: OpenSSL default
libeay32.dll: CONF_def part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: TXT_DB part of OpenSSL 0.9.8h 28 May 2008
libeay32.dll: OpenSSL default user interface
libeay32.dll: OpenSSL memory store interface
libeay32.dll: DH_OpenSSL
libeay32.dll: DSA_OpenSSL
libeay32.dll: ECDH_OpenSSL
libeay32.dll: ECDSA_OpenSSL
libeay32.dll: OpenSSLDie
libeay32.dll: OpenSSL_add_all_ciphers
libeay32.dll: OpenSSL_add_all_digests
libeay32.dll: UI_OpenSSL
ssleay32.dll: SSLv2 part of OpenSSL 0.9.8h 28 May 2008
ssleay32.dll: SSLv3 part of OpenSSL 0.9.8h 28 May 2008
ssleay32.dll: TLSv1 part of OpenSSL 0.9.8h 28 May 2008
ssleay32.dll: DTLSv1 part of OpenSSL 0.9.8h 28 May 2008
ssleay32.dll: OpenSSL 0.9.8h 28 May 2008