aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-02-06 13:46:37 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-02-06 13:46:37 +0000
commit1ad093352e953cabd70c851989ce06edc233d5f4 (patch)
tree7828040d485eb993b6557affe2aeae4bbb266066 /README
parent2e5c51bb92e24bf8c97cc2210bcd610ae7bfd2b0 (diff)
downloadruby-openssl-history-1ad093352e953cabd70c851989ce06edc233d5f4.tar.gz
* ossl-0.1.1 released
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 2 insertions, 6 deletions
diff --git a/README b/README
index e7dacbf..f10b52a 100644
--- a/README
+++ b/README
@@ -91,10 +91,6 @@ Integer
.to_bn() => BN.new
OpenSSL::
- .seed(sSeed) => sSeed
- .load_random_file(sFilename) => bResult
- .write_random_file(sFilename) => bResult
-
BN - Doc TODO!
::new(...)
--- PRIVATE ----------------------
@@ -267,12 +263,12 @@ OpenSSL::
RSAError
Random
- .new is default
- ----------------------------------
.seed(sSeed) => sSeed
.load_random_file(sFilename) => bResult
.write_random_file(sFilename) => bResult
.random_bytes(fLen) => sRandom
+ .egd(sUNIXSocketPath) => bResult
+ .egd_bytes(sUNIXSocketPath, fLen) => bResult
RandomError