eagleas / webmoney

Interface library for WebMoney Transfer payment system. Gem.
http://www.wmtransfer.com
44 stars 31 forks source link

OpenSSL 1.0.0: New CApath hashes #7

Closed eagleas closed 12 years ago

eagleas commented 12 years ago

http://southbrain.com/south/2012/01/openssl-100-new-capath-hashes.html

Solution: in console:

cd lib/certs && for i in *.crt; do ln -s $i openssl x509 -noout -subject_hash -in $i.0; done

eagleas commented 12 years ago

TODO: