Last active
December 22, 2015 17:59
-
-
Save dob/6510276 to your computer and use it in GitHub Desktop.
Error installing openssl via homebrew. Looks like a certificate error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mutumbo:~ dob$ brew doctor | |
Your system is ready to brew. | |
mutumbo:~ dob$ brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: 3003a4776cc5d9e1ee3d7d404f31e12bb1c1986f | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP2.app/Contents/Developer | |
CLT: 5.0.0.0.1.1376620630 | |
LLVM-GCC: build 2336 | |
Clang: 5.0 build 500 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/dob/.rvm/rubies/ruby-1.9.3-p327/bin/ruby | |
mutumbo:.ssh dob$ cat ~/Library/Logs/Homebrew/openssl/04.make | |
testing... | |
making all in apps... | |
make[3]: Nothing to be done for `all'. | |
../util/shlib_wrap.sh ./destest | |
Doing cbcm | |
Doing ecb | |
Doing ede ecb | |
Doing cbc | |
Doing desx cbc | |
Doing ede cbc | |
Doing pcbc | |
Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done | |
Doing ofb | |
Doing ofb64 | |
Doing ede_ofb64 | |
Doing cbc_cksum | |
Doing quad_cksum | |
input word alignment test 0 1 2 3 | |
output word alignment test 0 1 2 3 | |
fast crypt test | |
../util/shlib_wrap.sh ./ideatest | |
ecb idea ok | |
cbc idea ok | |
cfb64 idea ok | |
../util/shlib_wrap.sh ./shatest | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
../util/shlib_wrap.sh ./sha1test | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
../util/shlib_wrap.sh ./sha256t | |
Testing SHA-256 ... passed. | |
Testing SHA-224 ... passed. | |
../util/shlib_wrap.sh ./sha512t | |
Testing SHA-512 ... passed. | |
Testing SHA-384 ... passed. | |
../util/shlib_wrap.sh ./md4test | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test 6 ok | |
test 7 ok | |
../util/shlib_wrap.sh ./md5test | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test 6 ok | |
test 7 ok | |
../util/shlib_wrap.sh ./hmactest | |
test 0 ok | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
../util/shlib_wrap.sh ./md2test | |
No MD2 support | |
../util/shlib_wrap.sh ./mdc2test | |
pad1 - ok | |
pad2 - ok | |
../util/shlib_wrap.sh ./wp_test | |
Testing Whirlpool ......... passed. | |
../util/shlib_wrap.sh ./rmdtest | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test 6 ok | |
test 7 ok | |
test 8 ok | |
../util/shlib_wrap.sh ./rc2test | |
ecb RC2 ok | |
../util/shlib_wrap.sh ./rc4test | |
test 0 ok | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test end processing ....................done | |
test multi-call ....................done | |
bulk test ok | |
../util/shlib_wrap.sh ./rc5test | |
No RC5 support | |
../util/shlib_wrap.sh ./bftest | |
testing blowfish in raw ecb mode | |
testing blowfish in ecb mode | |
testing blowfish set_key | |
testing blowfish in cbc mode | |
testing blowfish in cfb64 mode | |
testing blowfish in ofb64 | |
../util/shlib_wrap.sh ./casttest | |
ecb cast5 ok | |
This test will take some time....123456789ABCDEF ok | |
../util/shlib_wrap.sh ./randtest | |
test 1 done | |
test 2 done | |
test 3 done | |
test 4 done | |
starting big number library test, could take a while... | |
test BN_add | |
test BN_sub | |
test BN_lshift1 | |
test BN_lshift (fixed) | |
test BN_lshift | |
test BN_rshift1 | |
test BN_rshift | |
test BN_sqr | |
test BN_mul | |
test BN_div | |
test BN_div_word | |
test BN_div_recp | |
test BN_mod | |
test BN_mod_mul | |
test BN_mont | |
test BN_mod_exp | |
test BN_mod_exp_mont_consttime | |
test BN_exp | |
test BN_kronecker | |
..............++++++ | |
.................................................................................................... | |
test BN_mod_sqrt | |
..... | |
..... | |
..... | |
..... | |
..... | |
..... | |
..... | |
..... | |
...++++++++++++ | |
..... | |
.++++++++++++ | |
..... | |
.++++++++++++ | |
..... | |
......++++++++++++ | |
..... | |
.....++++++++++++ | |
..... | |
............................................++++++++++++ | |
..... | |
.............++++++++++++ | |
..... | |
..++++++++++++ | |
..... | |
test BN_GF2m_add | |
test BN_GF2m_mod | |
test BN_GF2m_mod_mul | |
test BN_GF2m_mod_sqr | |
test BN_GF2m_mod_inv | |
test BN_GF2m_mod_div | |
test BN_GF2m_mod_exp | |
test BN_GF2m_mod_sqrt | |
test BN_GF2m_mod_solve_quad | |
running bc | |
verify BN_add.................................................................................................... | |
verify BN_sub...................................................................................................................................................... | |
verify BN_lshift1.................................................................................................... | |
verify BN_lshift (fixed).................................................................................................... | |
verify BN_lshift.................................................................................................... | |
verify BN_rshift1.................................................................................................... | |
verify BN_rshift.................................................................................................... | |
verify BN_sqr.................................................................................................... | |
verify BN_mul...................................................................................................................................................... | |
verify BN_div............................................................................................................................................................................................................................................................................................................ | |
verify BN_div_word........................................................................................................................................................................................................ | |
verify BN_div_recp............................................................................................................................................................................................................................................................................................................ | |
verify BN_mod.................................................................................................... | |
verify BN_mod_mul............................................................................................................................................................................................................................................................................................................ | |
verify BN_mont..... | |
verify BN_mod_exp..... | |
verify BN_mod_exp_mont_consttime..... | |
verify BN_exp..... | |
verify BN_kronecker | |
verify BN_mod_sqrt | |
verify BN_GF2m_add | |
verify BN_GF2m_mod | |
verify BN_GF2m_mod_mul | |
verify BN_GF2m_mod_sqr | |
verify BN_GF2m_mod_inv | |
verify BN_GF2m_mod_div | |
verify BN_GF2m_mod_exp | |
verify BN_GF2m_mod_sqrt | |
verify BN_GF2m_mod_solve_quad | |
2220 tests passed | |
test a^b%c implementations | |
../util/shlib_wrap.sh ./exptest | |
........................................................................................................................................................................................................ done | |
test elliptic curves | |
../util/shlib_wrap.sh ./ectest | |
Curve defined by Weierstrass equation | |
y^2 = x^3 + a*x + b (mod 0x17) | |
a = 0x1 | |
b = 0x1 | |
A cyclic subgroup: | |
point at infinity | |
x = 0xD, y = 0x7 | |
x = 0x5, y = 0x4 | |
x = 0x11, y = 0x3 | |
x = 0x11, y = 0x14 | |
x = 0x5, y = 0x13 | |
x = 0xD, y = 0x10 | |
Generator as octet string, compressed form: | |
030D | |
Generator as octet string, uncompressed form: | |
040D07 | |
Generator as octet string, hybrid form: | |
070D07 | |
A representation of the inverse of that generator in | |
Jacobian projective coordinates: | |
X = 0xC, Y = 0xF, Z = 0xA | |
SEC2 curve secp160r1 -- Generator: | |
x = 0x4A96B5688EF573284664698968C38BB913CBFC82 | |
y = 0x23A628553168947D59DCC912042351377AC5FB32 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-192 -- Generator: | |
x = 0x188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012 | |
y = 0x7192B95FFC8DA78631011ED6B24CDD573F977A11E794811 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-224 -- Generator: | |
x = 0xB70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21 | |
y = 0xBD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-256 -- Generator: | |
x = 0x6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296 | |
y = 0x4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-384 -- Generator: | |
x = 0xAA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B9859F741E082542A385502F25DBF55296C3A545E3872760AB7 | |
y = 0x3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A147CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-521 -- Generator: | |
x = 0xC6858E06B70404E9CD9E3ECB662395B4429C648139053FB521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B3C1856A429BF97E7E31C2E5BD66 | |
y = 0x11839296A789A3BC0045C8A5FB42C7D1BD998F54449579B446817AFBD17273E662C97EE72995EF42640C550B9013FAD0761353C7086A272C24088BE94769FD16650 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
combined multiplication ..... ok | |
Curve defined by Weierstrass equation | |
y^2 + x*y = x^3 + a*x^2 + b (mod 0x13) | |
a = 0x3 | |
b = 0x1 | |
(0x... means binary polynomial) | |
A cyclic subgroup: | |
point at infinity | |
x = 0x6, y = 0x8 | |
x = 0x1, y = 0xD | |
x = 0x7, y = 0x2 | |
x = 0x0, y = 0x1 | |
x = 0x7, y = 0x5 | |
x = 0x1, y = 0xC | |
x = 0x6, y = 0xE | |
Generator as octet string, uncompressed form: | |
040608 | |
NIST curve K-163 -- Generator: | |
x = 0x2FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8 | |
y = 0x289070FB05D38FF58321F2E800536D538CCDAA3D9 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-163 -- Generator: | |
x = 0x3F0EBA16286A2D57EA0991168D4994637E8343E36 | |
y = 0xD51FBC6C71A0094FA2CDD545B11C5C0C797324F1 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-233 -- Generator: | |
x = 0x17232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126 | |
y = 0x1DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-233 -- Generator: | |
x = 0xFAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B | |
y = 0x1006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-283 -- Generator: | |
x = 0x503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836 | |
y = 0x1CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-283 -- Generator: | |
x = 0x5F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053 | |
y = 0x3676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-409 -- Generator: | |
x = 0x60F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746 | |
y = 0x1E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-409 -- Generator: | |
x = 0x15D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7 | |
y = 0x61B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-571 -- Generator: | |
x = 0x26EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA44370958493B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972 | |
y = 0x349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-571 -- Generator: | |
x = 0x303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19 | |
y = 0x37BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
combined multiplication ..... ok | |
NIST curve P-224 (optimised implementation): | |
verify degree ... ok | |
NIST test vectors ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-256 (optimised implementation): | |
verify degree ... ok | |
NIST test vectors ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-521 (optimised implementation): | |
verify degree ... ok | |
NIST test vectors ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
testing internal curves: ................................................................... ok | |
test ecdsa | |
../util/shlib_wrap.sh ./ecdsatest | |
some tests from X9.62: | |
testing prime192v1: .... ok | |
testing prime239v1: .... ok | |
testing c2tnb191v1: .... ok | |
testing c2tnb239v1: .... ok | |
testing ECDSA_sign() and ECDSA_verify() with some internal curves: | |
secp160k1: ........ ok | |
secp160r1: ........ ok | |
secp160r2: ........ ok | |
secp192k1: ........ ok | |
secp224k1: ........ ok | |
secp224r1: ........ ok | |
secp256k1: ........ ok | |
secp384r1: ........ ok | |
secp521r1: ........ ok | |
prime192v1: ........ ok | |
prime192v2: ........ ok | |
prime192v3: ........ ok | |
prime239v1: ........ ok | |
prime239v2: ........ ok | |
prime239v3: ........ ok | |
prime256v1: ........ ok | |
sect163k1: ........ ok | |
sect163r1: ........ ok | |
sect163r2: ........ ok | |
sect193r1: ........ ok | |
sect193r2: ........ ok | |
sect233k1: ........ ok | |
sect233r1: ........ ok | |
sect239k1: ........ ok | |
sect283k1: ........ ok | |
sect283r1: ........ ok | |
sect409k1: ........ ok | |
sect409r1: ........ ok | |
sect571k1: ........ ok | |
sect571r1: ........ ok | |
c2pnb163v1: ........ ok | |
c2pnb163v2: ........ ok | |
c2pnb163v3: ........ ok | |
c2pnb176v1: ........ ok | |
c2tnb191v1: ........ ok | |
c2tnb191v2: ........ ok | |
c2tnb191v3: ........ ok | |
c2pnb208w1: ........ ok | |
c2tnb239v1: ........ ok | |
c2tnb239v2: ........ ok | |
c2tnb239v3: ........ ok | |
c2pnb272w1: ........ ok | |
c2pnb304w1: ........ ok | |
c2tnb359v1: ........ ok | |
c2pnb368w1: ........ ok | |
c2tnb431r1: ........ ok | |
wap-wsg-idm-ecid-wtls3: ........ ok | |
wap-wsg-idm-ecid-wtls5: ........ ok | |
wap-wsg-idm-ecid-wtls7: ........ ok | |
wap-wsg-idm-ecid-wtls9: ........ ok | |
wap-wsg-idm-ecid-wtls10: ........ ok | |
wap-wsg-idm-ecid-wtls11: ........ ok | |
wap-wsg-idm-ecid-wtls12: ........ ok | |
ECDSA test passed | |
test ecdh | |
../util/shlib_wrap.sh ./ecdhtest | |
Testing key generation with NIST Prime-Curve P-192 .... ok | |
Testing key generation with NIST Prime-Curve P-224 .... ok | |
Testing key generation with NIST Prime-Curve P-256 .... ok | |
Testing key generation with NIST Prime-Curve P-384 .... ok | |
Testing key generation with NIST Prime-Curve P-521 .... ok | |
Testing key generation with NIST Binary-Curve K-163 .... ok | |
Testing key generation with NIST Binary-Curve B-163 .... ok | |
Testing key generation with NIST Binary-Curve K-233 .... ok | |
Testing key generation with NIST Binary-Curve B-233 .... ok | |
Testing key generation with NIST Binary-Curve K-283 .... ok | |
Testing key generation with NIST Binary-Curve B-283 .... ok | |
Testing key generation with NIST Binary-Curve K-409 .... ok | |
Testing key generation with NIST Binary-Curve B-409 .... ok | |
Testing key generation with NIST Binary-Curve K-571 .... ok | |
Testing key generation with NIST Binary-Curve B-571 .... ok | |
cat | |
base64 | |
aes-128-cbc | |
aes-128-cbc base64 | |
aes-128-ecb | |
aes-128-ecb base64 | |
aes-192-cbc | |
aes-192-cbc base64 | |
aes-192-ecb | |
aes-192-ecb base64 | |
aes-256-cbc | |
aes-256-cbc base64 | |
aes-256-ecb | |
aes-256-ecb base64 | |
base64 | |
base64 base64 | |
bf | |
bf base64 | |
bf-cbc | |
bf-cbc base64 | |
bf-cfb | |
bf-cfb base64 | |
bf-ecb | |
bf-ecb base64 | |
bf-ofb | |
bf-ofb base64 | |
camellia-128-cbc | |
camellia-128-cbc base64 | |
camellia-128-ecb | |
camellia-128-ecb base64 | |
camellia-192-cbc | |
camellia-192-cbc base64 | |
camellia-192-ecb | |
camellia-192-ecb base64 | |
camellia-256-cbc | |
camellia-256-cbc base64 | |
camellia-256-ecb | |
camellia-256-ecb base64 | |
cast | |
cast base64 | |
cast-cbc | |
cast-cbc base64 | |
cast5-cbc | |
cast5-cbc base64 | |
cast5-cfb | |
cast5-cfb base64 | |
cast5-ecb | |
cast5-ecb base64 | |
cast5-ofb | |
cast5-ofb base64 | |
des | |
des base64 | |
des-cbc | |
des-cbc base64 | |
des-cfb | |
des-cfb base64 | |
des-ecb | |
des-ecb base64 | |
des-ede | |
des-ede base64 | |
des-ede-cbc | |
des-ede-cbc base64 | |
des-ede-cfb | |
des-ede-cfb base64 | |
des-ede-ofb | |
des-ede-ofb base64 | |
des-ede3 | |
des-ede3 base64 | |
des-ede3-cbc | |
des-ede3-cbc base64 | |
des-ede3-cfb | |
des-ede3-cfb base64 | |
des-ede3-ofb | |
des-ede3-ofb base64 | |
des-ofb | |
des-ofb base64 | |
des3 | |
des3 base64 | |
desx | |
desx base64 | |
idea | |
idea base64 | |
idea-cbc | |
idea-cbc base64 | |
idea-cfb | |
idea-cfb base64 | |
idea-ecb | |
idea-ecb base64 | |
idea-ofb | |
idea-ofb base64 | |
rc2 | |
rc2 base64 | |
rc2-40-cbc | |
rc2-40-cbc base64 | |
rc2-64-cbc | |
rc2-64-cbc base64 | |
rc2-cbc | |
rc2-cbc base64 | |
rc2-cfb | |
rc2-cfb base64 | |
rc2-ecb | |
rc2-ecb base64 | |
rc2-ofb | |
rc2-ofb base64 | |
rc4 | |
rc4 base64 | |
rc4-40 | |
rc4-40 base64 | |
seed | |
seed base64 | |
seed-cbc | |
seed-cbc base64 | |
seed-cfb | |
seed-cfb base64 | |
seed-ecb | |
seed-ecb base64 | |
seed-ofb | |
seed-ofb base64 | |
zlib | |
zlib base64 | |
echo test normal x509v1 certificate | |
test normal x509v1 certificate | |
sh ./tx509 2>/dev/null | |
testing X509 conversions | |
p -> d | |
p -> n | |
p -> p | |
d -> d | |
n -> d | |
p -> d | |
d -> n | |
n -> n | |
p -> n | |
d -> p | |
n -> p | |
p -> p | |
echo test first x509v3 certificate | |
test first x509v3 certificate | |
sh ./tx509 v3-cert1.pem 2>/dev/null | |
testing X509 conversions | |
p -> d | |
p -> n | |
p -> p | |
d -> d | |
n -> d | |
p -> d | |
d -> n | |
n -> n | |
p -> n | |
d -> p | |
n -> p | |
p -> p | |
echo test second x509v3 certificate | |
test second x509v3 certificate | |
sh ./tx509 v3-cert2.pem 2>/dev/null | |
testing X509 conversions | |
p -> d | |
p -> n | |
p -> p | |
d -> d | |
n -> d | |
p -> d | |
d -> n | |
n -> n | |
p -> n | |
d -> p | |
n -> p | |
p -> p | |
rsa | |
testing rsa conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
../util/shlib_wrap.sh ./rsa_test | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
testing crl conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing session-id conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
Generate and verify a certificate request | |
generating certificate request | |
rsa | |
There should be a 2 sequences of .'s and some +'s. | |
There should not be more that at most 80 per line | |
This could take some time. | |
Generating a 1024 bit RSA private key | |
..............++++++ | |
.........++++++ | |
writing new private key to 'testkey.pem' | |
----- | |
You are about to be asked to enter information that will be incorporated | |
into your certificate request. | |
What you are about to enter is what is called a Distinguished Name or a DN. | |
There are quite a few fields but you can leave some blank | |
For some fields there will be a default value, | |
If you enter '.', the field will be left blank. | |
----- | |
Country Name (2 letter code) [AU]:AU | |
State or Province Name (full name) [Queensland]: | |
Locality Name (eg, city) []:Brisbane | |
Organization Name (eg, company) []:CryptSoft Pty Ltd | |
Organizational Unit Name (eg, section) []:. | |
Common Name (eg, YOUR name) []:Eric Young | |
Email Address []:eay@mincom.oz.au | |
verify OK | |
testing req conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing req conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing pkcs7 conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing pkcs7 conversions (2) | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
The following command should have some OK's and some failures | |
There are definitly a few expired certificates | |
../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem | |
140735284752860:error:0B06E06B:x509 certificate routines:X509_get_pubkey_parameters:unable to find parameters in chain:x509_vfy.c:1804: | |
../certs/demo/ca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test CA (1024 bit) | |
error 20 at 0 depth lookup:unable to get local issuer certificate | |
../certs/demo/dsa-ca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = CA | |
error 20 at 0 depth lookup:unable to get local issuer certificate | |
../certs/demo/dsa-pca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA | |
error 18 at 0 depth lookup:self signed certificate | |
C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA | |
error 10 at 0 depth lookup:certificate has expired | |
OK | |
../certs/demo/pca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) | |
error 18 at 0 depth lookup:self signed certificate | |
C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) | |
error 10 at 0 depth lookup:certificate has expired | |
OK | |
make[1]: *** [test_verify] Error 2 | |
make: *** [tests] Error 2 | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 3003a4776cc5d9e1ee3d7d404f31e12bb1c1986f | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP2.app/Contents/Developer | |
CLT: 5.0.0.0.1.1376620630 | |
X11: N/A | |
mutumbo:.ssh dob$ | |
mutumbo:~ dob$ brew install -v openssl 2>&1 | |
... (many thousands of lines) | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
cc -I.. -I../include -fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -Os -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o srptest.o srptest.c | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-cc}"; LDFLAGS="${LDFLAGS:--fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -Os -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=srptest} srptest.o ${LIBDEPS} ) | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
cc -I.. -I../include -fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -Os -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn1test.o asn1test.c | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-cc}"; LDFLAGS="${LDFLAGS:--fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -Os -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=asn1test} asn1test.o ${LIBDEPS} ) | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
cc -I.. -I../include -fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -Os -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dummytest.o dummytest.c | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-cc}"; LDFLAGS="${LDFLAGS:--fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -Os -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dummytest} dummytest.o ${LIBDEPS} ) | |
brew: superenv removed: -arch x86_64 -Os -Wall | |
making all in tools... | |
make[1]: Nothing to be done for `all'. | |
==> make test | |
make test | |
testing... | |
making all in apps... | |
make[3]: Nothing to be done for `all'. | |
../util/shlib_wrap.sh ./destest | |
Doing cbcm | |
Doing ecb | |
Doing ede ecb | |
Doing cbc | |
Doing desx cbc | |
Doing ede cbc | |
Doing pcbc | |
Doing cfb8 cfb16 cfb32 cfb48 cfb64 cfb64() ede_cfb64() done | |
Doing ofb | |
Doing ofb64 | |
Doing ede_ofb64 | |
Doing cbc_cksum | |
Doing quad_cksum | |
input word alignment test 0 1 2 3 | |
output word alignment test 0 1 2 3 | |
fast crypt test | |
../util/shlib_wrap.sh ./ideatest | |
ecb idea ok | |
cbc idea ok | |
cfb64 idea ok | |
../util/shlib_wrap.sh ./shatest | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
../util/shlib_wrap.sh ./sha1test | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
../util/shlib_wrap.sh ./sha256t | |
Testing SHA-256 ... passed. | |
Testing SHA-224 ... passed. | |
../util/shlib_wrap.sh ./sha512t | |
Testing SHA-512 ... passed. | |
Testing SHA-384 ... passed. | |
../util/shlib_wrap.sh ./md4test | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test 6 ok | |
test 7 ok | |
../util/shlib_wrap.sh ./md5test | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test 6 ok | |
test 7 ok | |
../util/shlib_wrap.sh ./hmactest | |
test 0 ok | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
../util/shlib_wrap.sh ./md2test | |
No MD2 support | |
../util/shlib_wrap.sh ./mdc2test | |
pad1 - ok | |
pad2 - ok | |
../util/shlib_wrap.sh ./wp_test | |
Testing Whirlpool ......... passed. | |
../util/shlib_wrap.sh ./rmdtest | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test 6 ok | |
test 7 ok | |
test 8 ok | |
../util/shlib_wrap.sh ./rc2test | |
ecb RC2 ok | |
../util/shlib_wrap.sh ./rc4test | |
test 0 ok | |
test 1 ok | |
test 2 ok | |
test 3 ok | |
test 4 ok | |
test 5 ok | |
test end processing ....................done | |
test multi-call ....................done | |
bulk test ok | |
../util/shlib_wrap.sh ./rc5test | |
No RC5 support | |
../util/shlib_wrap.sh ./bftest | |
testing blowfish in raw ecb mode | |
testing blowfish in ecb mode | |
testing blowfish set_key | |
testing blowfish in cbc mode | |
testing blowfish in cfb64 mode | |
testing blowfish in ofb64 | |
../util/shlib_wrap.sh ./casttest | |
ecb cast5 ok | |
This test will take some time....123456789ABCDEF ok | |
../util/shlib_wrap.sh ./randtest | |
test 1 done | |
test 2 done | |
test 3 done | |
test 4 done | |
starting big number library test, could take a while... | |
test BN_add | |
test BN_sub | |
test BN_lshift1 | |
test BN_lshift (fixed) | |
test BN_lshift | |
test BN_rshift1 | |
test BN_rshift | |
test BN_sqr | |
test BN_mul | |
test BN_div | |
test BN_div_word | |
test BN_div_recp | |
test BN_mod | |
test BN_mod_mul | |
test BN_mont | |
test BN_mod_exp | |
test BN_mod_exp_mont_consttime | |
test BN_exp | |
test BN_kronecker | |
.........++++++ | |
.................................................................................................... | |
test BN_mod_sqrt | |
..... | |
..... | |
..... | |
..... | |
..... | |
..... | |
..... | |
..... | |
...................++++++++++++ | |
..... | |
.................++++++++++++ | |
..... | |
............................++++++++++++ | |
..... | |
.........++++++++++++ | |
..... | |
...........++++++++++++ | |
..... | |
..++++++++++++ | |
..... | |
...............................++++++++++++ | |
..... | |
...++++++++++++ | |
..... | |
test BN_GF2m_add | |
test BN_GF2m_mod | |
test BN_GF2m_mod_mul | |
test BN_GF2m_mod_sqr | |
test BN_GF2m_mod_inv | |
test BN_GF2m_mod_div | |
test BN_GF2m_mod_exp | |
test BN_GF2m_mod_sqrt | |
test BN_GF2m_mod_solve_quad | |
running bc | |
verify BN_add.................................................................................................... | |
verify BN_sub...................................................................................................................................................... | |
verify BN_lshift1.................................................................................................... | |
verify BN_lshift (fixed).................................................................................................... | |
verify BN_lshift.................................................................................................... | |
verify BN_rshift1.................................................................................................... | |
verify BN_rshift.................................................................................................... | |
verify BN_sqr.................................................................................................... | |
verify BN_mul...................................................................................................................................................... | |
verify BN_div............................................................................................................................................................................................................................................................................................................ | |
verify BN_div_word........................................................................................................................................................................................................ | |
verify BN_div_recp............................................................................................................................................................................................................................................................................................................ | |
verify BN_mod.................................................................................................... | |
verify BN_mod_mul............................................................................................................................................................................................................................................................................................................ | |
verify BN_mont..... | |
verify BN_mod_exp..... | |
verify BN_mod_exp_mont_consttime..... | |
verify BN_exp..... | |
verify BN_kronecker | |
verify BN_mod_sqrt | |
verify BN_GF2m_add | |
verify BN_GF2m_mod | |
verify BN_GF2m_mod_mul | |
verify BN_GF2m_mod_sqr | |
verify BN_GF2m_mod_inv | |
verify BN_GF2m_mod_div | |
verify BN_GF2m_mod_exp | |
verify BN_GF2m_mod_sqrt | |
verify BN_GF2m_mod_solve_quad | |
2220 tests passed | |
test a^b%c implementations | |
../util/shlib_wrap.sh ./exptest | |
........................................................................................................................................................................................................ done | |
test elliptic curves | |
../util/shlib_wrap.sh ./ectest | |
Curve defined by Weierstrass equation | |
y^2 = x^3 + a*x + b (mod 0x17) | |
a = 0x1 | |
b = 0x1 | |
A cyclic subgroup: | |
point at infinity | |
x = 0xD, y = 0x7 | |
x = 0x5, y = 0x4 | |
x = 0x11, y = 0x3 | |
x = 0x11, y = 0x14 | |
x = 0x5, y = 0x13 | |
x = 0xD, y = 0x10 | |
Generator as octet string, compressed form: | |
030D | |
Generator as octet string, uncompressed form: | |
040D07 | |
Generator as octet string, hybrid form: | |
070D07 | |
A representation of the inverse of that generator in | |
Jacobian projective coordinates: | |
X = 0xC, Y = 0xF, Z = 0xA | |
SEC2 curve secp160r1 -- Generator: | |
x = 0x4A96B5688EF573284664698968C38BB913CBFC82 | |
y = 0x23A628553168947D59DCC912042351377AC5FB32 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-192 -- Generator: | |
x = 0x188DA80EB03090F67CBF20EB43A18800F4FF0AFD82FF1012 | |
y = 0x7192B95FFC8DA78631011ED6B24CDD573F977A11E794811 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-224 -- Generator: | |
x = 0xB70E0CBD6BB4BF7F321390B94A03C1D356C21122343280D6115C1D21 | |
y = 0xBD376388B5F723FB4C22DFE6CD4375A05A07476444D5819985007E34 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-256 -- Generator: | |
x = 0x6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296 | |
y = 0x4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-384 -- Generator: | |
x = 0xAA87CA22BE8B05378EB1C71EF320AD746E1D3B628BA79B9859F741E082542A385502F25DBF55296C3A545E3872760AB7 | |
y = 0x3617DE4A96262C6F5D9E98BF9292DC29F8F41DBD289A147CE9DA3113B5F0B8C00A60B1CE1D7E819D7A431D7C90EA0E5F | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-521 -- Generator: | |
x = 0xC6858E06B70404E9CD9E3ECB662395B4429C648139053FB521F828AF606B4D3DBAA14B5E77EFE75928FE1DC127A2FFA8DE3348B3C1856A429BF97E7E31C2E5BD66 | |
y = 0x11839296A789A3BC0045C8A5FB42C7D1BD998F54449579B446817AFBD17273E662C97EE72995EF42640C550B9013FAD0761353C7086A272C24088BE94769FD16650 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
combined multiplication ..... ok | |
Curve defined by Weierstrass equation | |
y^2 + x*y = x^3 + a*x^2 + b (mod 0x13) | |
a = 0x3 | |
b = 0x1 | |
(0x... means binary polynomial) | |
A cyclic subgroup: | |
point at infinity | |
x = 0x6, y = 0x8 | |
x = 0x1, y = 0xD | |
x = 0x7, y = 0x2 | |
x = 0x0, y = 0x1 | |
x = 0x7, y = 0x5 | |
x = 0x1, y = 0xC | |
x = 0x6, y = 0xE | |
Generator as octet string, uncompressed form: | |
040608 | |
NIST curve K-163 -- Generator: | |
x = 0x2FE13C0537BBC11ACAA07D793DE4E6D5E5C94EEE8 | |
y = 0x289070FB05D38FF58321F2E800536D538CCDAA3D9 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-163 -- Generator: | |
x = 0x3F0EBA16286A2D57EA0991168D4994637E8343E36 | |
y = 0xD51FBC6C71A0094FA2CDD545B11C5C0C797324F1 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-233 -- Generator: | |
x = 0x17232BA853A7E731AF129F22FF4149563A419C26BF50A4C9D6EEFAD6126 | |
y = 0x1DB537DECE819B7F70F555A67C427A8CD9BF18AEB9B56E0C11056FAE6A3 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-233 -- Generator: | |
x = 0xFAC9DFCBAC8313BB2139F1BB755FEF65BC391F8B36F8F8EB7371FD558B | |
y = 0x1006A08A41903350678E58528BEBF8A0BEFF867A7CA36716F7E01F81052 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-283 -- Generator: | |
x = 0x503213F78CA44883F1A3B8162F188E553CD265F23C1567A16876913B0C2AC2458492836 | |
y = 0x1CCDA380F1C9E318D90F95D07E5426FE87E45C0E8184698E45962364E34116177DD2259 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-283 -- Generator: | |
x = 0x5F939258DB7DD90E1934F8C70B0DFEC2EED25B8557EAC9C80E2E198F8CDBECD86B12053 | |
y = 0x3676854FE24141CB98FE6D4B20D02B4516FF702350EDDB0826779C813F0DF45BE8112F4 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-409 -- Generator: | |
x = 0x60F05F658F49C1AD3AB1890F7184210EFD0987E307C84C27ACCFB8F9F67CC2C460189EB5AAAA62EE222EB1B35540CFE9023746 | |
y = 0x1E369050B7C4E42ACBA1DACBF04299C3460782F918EA427E6325165E9EA10E3DA5F6C42E9C55215AA9CA27A5863EC48D8E0286B | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-409 -- Generator: | |
x = 0x15D4860D088DDB3496B0C6064756260441CDE4AF1771D4DB01FFE5B34E59703DC255A868A1180515603AEAB60794E54BB7996A7 | |
y = 0x61B1CFAB6BE5F32BBFA78324ED106A7636B9C5A7BD198D0158AA4F5488D08F38514F1FDF4B4F40D2181B3681C364BA0273C706 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve K-571 -- Generator: | |
x = 0x26EB7A859923FBC82189631F8103FE4AC9CA2970012D5D46024804801841CA44370958493B205E647DA304DB4CEB08CBBD1BA39494776FB988B47174DCA88C7E2945283A01C8972 | |
y = 0x349DC807F4FBF374F4AEADE3BCA95314DD58CEC9F307A54FFC61EFC006D8A2C9D4979C0AC44AEA74FBEBBB9F772AEDCB620B01A7BA7AF1B320430C8591984F601CD4C143EF1C7A3 | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve B-571 -- Generator: | |
x = 0x303001D34B856296C16C0D40D3CD7750A93D1D2955FA80AA5F40FC8DB7B2ABDBDE53950F4C0D293CDD711A35B67FB1499AE60038614F1394ABFA3B4C850D927E1E7769C8EEC2D19 | |
y = 0x37BF27342DA639B6DCCFFFEB73D69D78C6C27A6009CBBCA1980F8533921E8A684423E43BAB08A576291AF8F461BB2A8B3531D2F0485C19B16E2F1516E23DD3C1A4827AF1B8AC15B | |
verify degree ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
combined multiplication ..... ok | |
NIST curve P-224 (optimised implementation): | |
verify degree ... ok | |
NIST test vectors ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-256 (optimised implementation): | |
verify degree ... ok | |
NIST test vectors ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
NIST curve P-521 (optimised implementation): | |
verify degree ... ok | |
NIST test vectors ... ok | |
verify group order .... ok | |
long/negative scalar tests ... ok | |
testing internal curves: ................................................................... ok | |
test ecdsa | |
../util/shlib_wrap.sh ./ecdsatest | |
some tests from X9.62: | |
testing prime192v1: .... ok | |
testing prime239v1: .... ok | |
testing c2tnb191v1: .... ok | |
testing c2tnb239v1: .... ok | |
testing ECDSA_sign() and ECDSA_verify() with some internal curves: | |
secp160k1: ........ ok | |
secp160r1: ........ ok | |
secp160r2: ........ ok | |
secp192k1: ........ ok | |
secp224k1: ........ ok | |
secp224r1: ........ ok | |
secp256k1: ........ ok | |
secp384r1: ........ ok | |
secp521r1: ........ ok | |
prime192v1: ........ ok | |
prime192v2: ........ ok | |
prime192v3: ........ ok | |
prime239v1: ........ ok | |
prime239v2: ........ ok | |
prime239v3: ........ ok | |
prime256v1: ........ ok | |
sect163k1: ........ ok | |
sect163r1: ........ ok | |
sect163r2: ........ ok | |
sect193r1: ........ ok | |
sect193r2: ........ ok | |
sect233k1: ........ ok | |
sect233r1: ........ ok | |
sect239k1: ........ ok | |
sect283k1: ........ ok | |
sect283r1: ........ ok | |
sect409k1: ........ ok | |
sect409r1: ........ ok | |
sect571k1: ........ ok | |
sect571r1: ........ ok | |
c2pnb163v1: ........ ok | |
c2pnb163v2: ........ ok | |
c2pnb163v3: ........ ok | |
c2pnb176v1: ........ ok | |
c2tnb191v1: ........ ok | |
c2tnb191v2: ........ ok | |
c2tnb191v3: ........ ok | |
c2pnb208w1: ........ ok | |
c2tnb239v1: ........ ok | |
c2tnb239v2: ........ ok | |
c2tnb239v3: ........ ok | |
c2pnb272w1: ........ ok | |
c2pnb304w1: ........ ok | |
c2tnb359v1: ........ ok | |
c2pnb368w1: ........ ok | |
c2tnb431r1: ........ ok | |
wap-wsg-idm-ecid-wtls3: ........ ok | |
wap-wsg-idm-ecid-wtls5: ........ ok | |
wap-wsg-idm-ecid-wtls7: ........ ok | |
wap-wsg-idm-ecid-wtls9: ........ ok | |
wap-wsg-idm-ecid-wtls10: ........ ok | |
wap-wsg-idm-ecid-wtls11: ........ ok | |
wap-wsg-idm-ecid-wtls12: ........ ok | |
ECDSA test passed | |
test ecdh | |
../util/shlib_wrap.sh ./ecdhtest | |
Testing key generation with NIST Prime-Curve P-192 .... ok | |
Testing key generation with NIST Prime-Curve P-224 .... ok | |
Testing key generation with NIST Prime-Curve P-256 .... ok | |
Testing key generation with NIST Prime-Curve P-384 .... ok | |
Testing key generation with NIST Prime-Curve P-521 .... ok | |
Testing key generation with NIST Binary-Curve K-163 .... ok | |
Testing key generation with NIST Binary-Curve B-163 .... ok | |
Testing key generation with NIST Binary-Curve K-233 .... ok | |
Testing key generation with NIST Binary-Curve B-233 .... ok | |
Testing key generation with NIST Binary-Curve K-283 .... ok | |
Testing key generation with NIST Binary-Curve B-283 .... ok | |
Testing key generation with NIST Binary-Curve K-409 .... ok | |
Testing key generation with NIST Binary-Curve B-409 .... ok | |
Testing key generation with NIST Binary-Curve K-571 .... ok | |
Testing key generation with NIST Binary-Curve B-571 .... ok | |
cat | |
base64 | |
aes-128-cbc | |
aes-128-cbc base64 | |
aes-128-ecb | |
aes-128-ecb base64 | |
aes-192-cbc | |
aes-192-cbc base64 | |
aes-192-ecb | |
aes-192-ecb base64 | |
aes-256-cbc | |
aes-256-cbc base64 | |
aes-256-ecb | |
aes-256-ecb base64 | |
base64 | |
base64 base64 | |
bf | |
bf base64 | |
bf-cbc | |
bf-cbc base64 | |
bf-cfb | |
bf-cfb base64 | |
bf-ecb | |
bf-ecb base64 | |
bf-ofb | |
bf-ofb base64 | |
camellia-128-cbc | |
camellia-128-cbc base64 | |
camellia-128-ecb | |
camellia-128-ecb base64 | |
camellia-192-cbc | |
camellia-192-cbc base64 | |
camellia-192-ecb | |
camellia-192-ecb base64 | |
camellia-256-cbc | |
camellia-256-cbc base64 | |
camellia-256-ecb | |
camellia-256-ecb base64 | |
cast | |
cast base64 | |
cast-cbc | |
cast-cbc base64 | |
cast5-cbc | |
cast5-cbc base64 | |
cast5-cfb | |
cast5-cfb base64 | |
cast5-ecb | |
cast5-ecb base64 | |
cast5-ofb | |
cast5-ofb base64 | |
des | |
des base64 | |
des-cbc | |
des-cbc base64 | |
des-cfb | |
des-cfb base64 | |
des-ecb | |
des-ecb base64 | |
des-ede | |
des-ede base64 | |
des-ede-cbc | |
des-ede-cbc base64 | |
des-ede-cfb | |
des-ede-cfb base64 | |
des-ede-ofb | |
des-ede-ofb base64 | |
des-ede3 | |
des-ede3 base64 | |
des-ede3-cbc | |
des-ede3-cbc base64 | |
des-ede3-cfb | |
des-ede3-cfb base64 | |
des-ede3-ofb | |
des-ede3-ofb base64 | |
des-ofb | |
des-ofb base64 | |
des3 | |
des3 base64 | |
desx | |
desx base64 | |
idea | |
idea base64 | |
idea-cbc | |
idea-cbc base64 | |
idea-cfb | |
idea-cfb base64 | |
idea-ecb | |
idea-ecb base64 | |
idea-ofb | |
idea-ofb base64 | |
rc2 | |
rc2 base64 | |
rc2-40-cbc | |
rc2-40-cbc base64 | |
rc2-64-cbc | |
rc2-64-cbc base64 | |
rc2-cbc | |
rc2-cbc base64 | |
rc2-cfb | |
rc2-cfb base64 | |
rc2-ecb | |
rc2-ecb base64 | |
rc2-ofb | |
rc2-ofb base64 | |
rc4 | |
rc4 base64 | |
rc4-40 | |
rc4-40 base64 | |
seed | |
seed base64 | |
seed-cbc | |
seed-cbc base64 | |
seed-cfb | |
seed-cfb base64 | |
seed-ecb | |
seed-ecb base64 | |
seed-ofb | |
seed-ofb base64 | |
zlib | |
zlib base64 | |
echo test normal x509v1 certificate | |
test normal x509v1 certificate | |
sh ./tx509 2>/dev/null | |
testing X509 conversions | |
p -> d | |
p -> n | |
p -> p | |
d -> d | |
n -> d | |
p -> d | |
d -> n | |
n -> n | |
p -> n | |
d -> p | |
n -> p | |
p -> p | |
echo test first x509v3 certificate | |
test first x509v3 certificate | |
sh ./tx509 v3-cert1.pem 2>/dev/null | |
testing X509 conversions | |
p -> d | |
p -> n | |
p -> p | |
d -> d | |
n -> d | |
p -> d | |
d -> n | |
n -> n | |
p -> n | |
d -> p | |
n -> p | |
p -> p | |
echo test second x509v3 certificate | |
test second x509v3 certificate | |
sh ./tx509 v3-cert2.pem 2>/dev/null | |
testing X509 conversions | |
p -> d | |
p -> n | |
p -> p | |
d -> d | |
n -> d | |
p -> d | |
d -> n | |
n -> n | |
p -> n | |
d -> p | |
n -> p | |
p -> p | |
rsa | |
testing rsa conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
../util/shlib_wrap.sh ./rsa_test | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
PKCS #1 v1.5 encryption/decryption ok | |
OAEP encryption/decryption ok | |
testing crl conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing session-id conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
Generate and verify a certificate request | |
generating certificate request | |
rsa | |
There should be a 2 sequences of .'s and some +'s. | |
There should not be more that at most 80 per line | |
This could take some time. | |
Generating a 1024 bit RSA private key | |
...............................++++++ | |
..............++++++ | |
writing new private key to 'testkey.pem' | |
----- | |
You are about to be asked to enter information that will be incorporated | |
into your certificate request. | |
What you are about to enter is what is called a Distinguished Name or a DN. | |
There are quite a few fields but you can leave some blank | |
For some fields there will be a default value, | |
If you enter '.', the field will be left blank. | |
----- | |
Country Name (2 letter code) [AU]:AU | |
State or Province Name (full name) [Queensland]: | |
Locality Name (eg, city) []:Brisbane | |
Organization Name (eg, company) []:CryptSoft Pty Ltd | |
Organizational Unit Name (eg, section) []:. | |
Common Name (eg, YOUR name) []:Eric Young | |
Email Address []:eay@mincom.oz.au | |
verify OK | |
testing req conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing req conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing pkcs7 conversions | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
testing pkcs7 conversions (2) | |
p -> d | |
p -> p | |
d -> d | |
p -> d | |
d -> p | |
p -> p | |
The following command should have some OK's and some failures | |
There are definitly a few expired certificates | |
../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem | |
../certs/demo/ca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test CA (1024 bit) | |
error 20 at 0 depth lookup:unable to get local issuer certificate | |
../certs/demo/dsa-ca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = CA | |
error 20 at 0 depth lookup:unable to get local issuer certificate | |
140735284752860:error:0B06E06B:x509 certificate routines:X509_get_pubkey_parameters:unable to find parameters in chain:x509_vfy.c:1804: | |
../certs/demo/dsa-pca.pem: C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA | |
error 18 at 0 depth lookup:self signed certificate | |
C = AU, ST = Some-State, O = Internet Widgits Pty Ltd, CN = PCA | |
error 10 at 0 depth lookup:certificate has expired | |
OK | |
../certs/demo/pca-cert.pem: C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) | |
error 18 at 0 depth lookup:self signed certificate | |
C = AU, ST = Queensland, O = CryptSoft Pty Ltd, CN = Test PCA (1024 bit) | |
error 10 at 0 depth lookup:certificate has expired | |
OK | |
make[1]: *** [test_verify] Error 2 | |
make: *** [tests] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 3003a4776cc5d9e1ee3d7d404f31e12bb1c1986f | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 5.0 => /Applications/Xcode5-DP2.app/Contents/Developer | |
CLT: 5.0.0.0.1.1376620630 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /private/tmp/openssl-W96n/openssl-1.0.1e/brew:/usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: openssl did not build | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/pull/21448 | |
https://github.com/mxcl/homebrew/pull/21449 | |
https://github.com/mxcl/homebrew/issues/21579 | |
https://github.com/mxcl/homebrew/pull/19429 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment