pkgsrc/security
taca 7e10308b7c Update ruby-openssl package to 0.1.1. Changes from 0.0.9 is below.
$Id: ChangeLog,v 1.28 2002/02/06 13:36:15 majkl Exp $
'OpenSSL for Ruby' project
Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.

$Log: ChangeLog,v $
Revision 1.28  2002/02/06 13:36:15  majkl
	* Dropped Random class
	* Added Random module
	* Added egd interface to Random module

Revision 1.27  2002/01/16 14:49:52  majkl
	* really fixed strptime.c (silly me, thanks Hynek)

Revision 1.26  2002/01/16 13:52:24  majkl
	* fixed missing/strptime.c (Hynek)
	* more strict format for UTC time (ossl.c - 'Z' in the end)

Revision 1.25  2002/01/16 12:12:50  majkl
	* selfdipatch BN implementation (test only)
	* removed strncasecmp (for WIN32 made alias to _strnicmp)
	* fixed missing/strptime.c (Hynek Rostinsky)

Revision 1.24  2002/01/12 11:49:17  majkl
	* fixed callbacks in ossl_(ssl|x509store).c
	* added method X509::Store#verify_status=

Revision 1.23  2002/01/10 19:32:23  majkl
	* fixed and improved verify_callbacks in ossl_(ssl|x509store).c
	* enhanced ossl_x509store.rb examples

Revision 1.22  2002/01/10 17:33:16  majkl
	* OpenSSL::Cipher::BITx constant == x (so BIT40 = 40,...)

Revision 1.21  2002/01/10 13:46:09  majkl
	* added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)
	* added AES cipher when compiled under OpenSSL-SNAPSHOT
	* added warnings if the OpenSSL is compiled without some feature
	* handle NO_RSA, NO_DSA in openssl.rb
	* incremented version in ossl_version.h

Revision 1.20  2002/01/10 00:44:17  majkl
	* OpenSSL 0.9.6c support (BN)
	* MS_CALLBACK to ossl_pkey_*.c
	* Memory checking with OSSL_DEBUG
	* API doc style change

Revision 1.19  2002/01/06 16:18:32  majkl
	* ossl-0.1.0 released

Revision 1.18  2002/01/06 16:10:37  majkl
	* BN is (somewhat) full imp. now
	* Config reworked (get_value, get_section)

Revision 1.17  2002/01/04 11:27:45  majkl
	* API doc in README (but still not completed)
	* missing str(ncasecmp|strptime).c files moved to missing/
	* ifdef NO_* handled

Revision 1.16  2002/01/04 11:22:55  majkl
	* SelfDispatching used for X509:: Name, Extension, Attribute
		def XXX.new(arg)
			XXX.send("new_from_#{arg.type.name.downcase}", arg)
		end

	* RSA,DSA - 'new_from_pem', 'generate' singleton methods defined
		'new' - implemented in Ruby space

Revision 1.15  2002/01/04 11:12:45  majkl
	* Further checking (Check_SafeStr, memory leaks)

Revision 1.14  2001/12/21 20:10:24  majkl
*** empty log message ***

Revision 1.13  2001/12/21 20:10:12  majkl
	* Memory checking

Revision 1.12  2001/12/21 19:21:35  gotoyuzo
	* fixed unusual usage of ## preprocessing token sequence.

Revision 1.11  2001/12/13 18:08:58  majkl
	* added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>)
	* simplify ossl_digest sources

Revision 1.10  2001/11/29 13:17:24  majkl
	* Make work under MS Windows (strptime added) + doc in README

Revision 1.9  2001/11/26 11:48:36  majkl
	* Just forgot to add stuff to changelog...

2001/11/21 majkl
	* BN added (only proof of concept)
	* indent changed
	* rand.h to ossl.h added

Revision 1.8  2001/11/21 09:37:03  gotoyuzo
	* buffering.rb went under ``openssl'' directory.

Revision 1.7  2001/11/20 19:39:37  majkl
	* HMAC added
	* Config came back
	* API changed in PKCS7 (param. order)
	* API changed in Cipher (can't add data in .new)
	* indentation changed (only half of files, 2nd half to do)
	* some API doc added to README

Revision 1.6  2001/11/19 12:44:57  majkl
	* added X509::Certificate .to_der
2002-02-07 15:50:07 +00:00
..
AiCA Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
aide Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
AiSSLtelnet Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
amavis Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
amavis-perl Fixed MASTER_SITES 2001-11-02 07:33:00 +00:00
apg Adjust format a bit: 2001-11-11 06:17:26 +00:00
audit-packages Make sure this package installs properly. Pointed out in mail by 2002-02-06 13:05:48 +00:00
cfs Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
crack Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
cyrus-sasl Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f". 2002-02-05 06:04:36 +00:00
ddos-scan Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
dsniff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
egd Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
fortify Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
fressh Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
fsh use python buildlink 2002-01-18 13:29:29 +00:00
gnupg Fix for sparc64, provided in pkg/15168. 2002-01-07 21:29:34 +00:00
gpa Remove illegal optimizatioon breaking on all platforms where va_list is 2002-01-18 09:23:58 +00:00
isakmpd Updated isakmpd to 20020203. 2002-02-03 15:11:53 +00:00
john Adjust format a bit: 2001-11-11 06:17:26 +00:00
keychain Updated to 1.8 2002-01-03 14:29:53 +00:00
kth-krb4 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libbf Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libcrack Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libdes Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libidea Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libident Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
libmcrypt Update to 2.4.18, provided by Shell Hung in pkg/14707. 2001-11-28 12:50:05 +00:00
libnasl Update libnasl, nessus{-core,-plugins,-libraries} to 1.0.10. 2001-12-30 18:38:53 +00:00
logcheck Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
mcrypt Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
mhash Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
mirrordir Initial import of mirrordir-0.10.49 into the NetBSD packages collection. 2001-12-19 14:44:07 +00:00
nessus Update libnasl, nessus{-core,-plugins,-libraries} to 1.0.10. 2001-12-30 18:38:53 +00:00
nessus-core /bin/mkdir -> ${MKDIR}. 2002-02-05 22:39:00 +00:00
nessus-libraries Update libnasl, nessus{-core,-plugins,-libraries} to 1.0.10. 2001-12-30 18:38:53 +00:00
nessus-plugins Update libnasl, nessus{-core,-plugins,-libraries} to 1.0.10. 2001-12-30 18:38:53 +00:00
netramet Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
nfsbug Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
openssh Bump package version to 3.0.2.1nb1 since the config file location changed. 2002-02-05 04:26:27 +00:00
openssl Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
p0f Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Crypt-Blowfish Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Crypt-CBC Updated p5-Crypt-CBC to 2.02 (provided by Shell Hung in pkg/15354) 2002-01-28 14:19:14 +00:00
p5-Crypt-DES Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Crypt-DES_EDE3 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Crypt-DSA Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Crypt-IDEA Initial import of p5-Crypt-IDEA, provided by Sen Nagata in pkg/14158. 2001-12-30 14:28:04 +00:00
p5-Crypt-OpenPGP Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Crypt-Primes Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Crypt-Random Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Crypt-Rijndael Updated to 0.05 (provided by Shell Hung in pkg/14803) 2001-12-10 15:34:40 +00:00
p5-Crypt-RIPEMD160 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Crypt-RSA Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Crypt-Twofish Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Digest-HMAC Oops. Correct leftover SHA1 -> HMAC 2001-11-30 15:20:45 +00:00
p5-Digest-MD2 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Digest-MD4 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Digest-MD5 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Digest-SHA1 Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-IO-Socket-SSL Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-Net-SSLeay Remove non-existing patch-aa from distinfo. 2002-01-10 14:17:54 +00:00
p5-SHA Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
p5-SSLeay Update p5-Crypt-SSLeay to 0.35 2002-01-19 03:19:12 +00:00
p5-Tie-EncryptedHash Buildlinkify, in the sense that only the perl headers are found in 2001-11-26 06:49:36 +00:00
pakemon Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
PAM "This should just be -fPIC" from someone who knows more than I do. 2002-01-29 22:20:54 +00:00
pam-ldap Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pam-smbpass Initial import of security/pam-smbpass: 2002-01-29 22:35:59 +00:00
pgp2 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pgp5 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
pgpdump Update pgpdump to 0.16 . 2001-12-10 09:26:03 +00:00
php4-mcrypt Update security/php4-mcrypt to 4.1.1. Changes from version 4.1.0 include: 2002-01-06 19:56:49 +00:00
pks Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f". 2002-02-05 06:04:36 +00:00
portsentry Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
priv Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
py-amkCrypto use python extension buildlink, 2002-01-17 13:02:44 +00:00
py-cryptkit initial import of py-cryptkit-0.9, a python Cryptographic Toolkit, 2002-01-29 16:23:31 +00:00
py-gnupg initial import of py-gnupg-0.3.2, a python interface to GnuPG, 2002-01-29 16:15:47 +00:00
qident Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
racoon upgrade to 20011215a. 2001-12-14 17:09:49 +00:00
rats Don't override CONFIGURE_ARGS but append it. 2002-01-30 11:52:43 +00:00
rc5des Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rid Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rsaref Mark as USE_BUILDLINK_ONLY. 2001-11-19 20:13:23 +00:00
ruby-acl Simplify document arrangement. 2002-01-03 15:21:38 +00:00
ruby-digest Make ruby-digest module need ruby 1.6.6 or later. 2002-01-15 16:43:50 +00:00
ruby-md5 Make ruby-md5 package for ruby 1.4 package only. 2001-12-31 04:18:14 +00:00
ruby-openssl Update ruby-openssl package to 0.1.1. Changes from 0.0.9 is below. 2002-02-07 15:50:07 +00:00
ruby-sha1 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ruby-tcpwrap Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
scanssh Updated to 1.6b. List of changes is unknown as there is no ChangeLog file. 2001-12-06 11:32:47 +00:00
smimemsg Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
smtpd Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sniff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
srp_client Use gmp's buildlink.mk (Makefile). 2002-01-20 01:30:36 +00:00
ssh Bump the package version number to 1.2.27nb2 since the config file location 2002-02-05 04:26:56 +00:00
ssh-askpass Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ssh-ip-tunnel Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ssldump Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sslwrap Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
stunnel Update "stunnel" package to version 3.22. Changes sinc version 3.21c: 2001-12-28 07:22:29 +00:00
sudo Correct PKGNAME not sudo-1.6.5p2 but sudo-1.6.5.2. 2002-01-28 15:38:37 +00:00
tcp_wrappers Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
tct Changes instances where BSD_INSTALL_* were used by targets in the Makefile 2002-02-06 16:58:11 +00:00
tripwire /bin/mkdir -> ${MKDIR}. 2002-02-05 22:39:00 +00:00
uvscan suse_compat is built from emulators/suse_compat, not emulators/suse_base. 2001-12-27 14:12:46 +00:00
uvscan-dat Updated uvscan-dat to 4181 (new worms and viruses detected) 2002-01-21 11:58:06 +00:00
xdm-krb4 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zebedee Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
Makefile Note addition of pam-smbpass. 2002-01-29 22:37:44 +00:00