Online docs for OpenSSL

Hello.

The official OpenSSL documentation seems to be incomplete:
http://www.ruby-doc.org/stdlib/libdoc/openssl/rdoc/index.html

I don’t see any usefull methods:

RSA.new([size | encoded_key] [, pass]) → rsa
rsa.public_encrypt(string [, padding]) → aString
etc.

But documentation generated locally from ‘ext\openssl’ sources is ok.

So, am I looking at wrong place online? Or it should be updated, and if
so, who is responsible for this?

  • Alex