diff options
author | taca <taca@pkgsrc.org> | 2002-01-04 16:35:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-04 16:35:49 +0000 |
commit | d009a2136c24bca555550e99322c92819143961e (patch) | |
tree | 3dd63d6078a21b886b4a6fe0397c705ca6218ebe /security/ruby-openssl/distinfo | |
parent | 350f63106de9b8d40e6fd5eef0490b7d4cbfad21 (diff) | |
download | pkgsrc-d009a2136c24bca555550e99322c92819143961e.tar.gz |
Importing ruby-openssl package, which replace ruby-ssl package.
Here is quote from README.
$Id: README,v 1.3 2001/11/18 19:00:06 majkl Exp $
'OpenSSL for Ruby' project
Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
This program is licenced under the same licence as Ruby.
(See the file 'LICENCE'.)
[Done] (but not fully tested)
= OpenSSL config file parser (part) --- TO BE DROPPED? (any idea?)
= PKey:: RSA,DSA keys - new, load, export
= X509::Certificate - generating new certs, load, looking inside
= X509::CRL - load, new, looking inside
= X509::Name - new, export to_str, to_a, to_h (hash)
= X509::Revoked - new, looking inside (on parameters)
= X509::Store - new, import trusted certs and CRL, verifiing certs
= Digest::... - various hashes
= X509::Request - Cert requests
= X509::Attribute - as X509Request extensions (not tested)
= X509::Extension - to Certs, CRLs...
= X509::ExtensionMaker - for easy creating new Extensions
= Netscape::SPKI - for requests from NetscapeCommunicators
= Cipher::... - various ciphers
= basic PRNG functions (random generator) for OpenSSL module and class Random
= SSLSocket (merged Gotou Yuuzou's SSLsocket-Ruby project)
= PKCS7 (signing&data_verify is working, rest needs some testing)
[To-Do]
= check for memory leaking :-))
= cleaner code
= examples
= RubyUnit to be used!
= API documentation
= comments to sources!!!
= further functionality to existing
= Std. Extensions, Attributes to be made as Classes?
= AttributeFactory?
= add aliases to to_pem as s_dump s_load to support Marshal module
= CipherFactory?
= autogen random IVs for Ciphers
= safe BigNums
= PKCS12
= PKCS8
= HMAC
= ASN.1 ???
= BIO ???
= compat tests for RSA/DSA sign/encrypt
Diffstat (limited to 'security/ruby-openssl/distinfo')
-rw-r--r-- | security/ruby-openssl/distinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo new file mode 100644 index 00000000000..6fce326d9c0 --- /dev/null +++ b/security/ruby-openssl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/04 16:35:49 taca Exp $ + +SHA1 (ruby/ossl-0.0.9.tgz) = c148c68b50256b438309c982de73da044dfe84cc +Size (ruby/ossl-0.0.9.tgz) = 73816 bytes |