1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
gotoyuzo 049c3927ff * ext/openssl/ossl_x509store.c
(ossl_x509store_set_time): add OpenSSL::X509::Store#time=.
  (ossl_x509stctx_set_time): add OpenSSL::X509::StoreContext#time=.

* test/openssl/ossl_x509store.rb: test certificate validity times.

* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional
  second argument to specify the output format (see also
  X509_NAME_print_ex).

* ext/openssl/ossl_x509name.c (ossl_x509name_init): new constants:
  OpenSSL::X509::Name::COMPAT, OpenSSL::X509::Name::RFC2253,
  OpenSSL::X509::ONELINE, OpenSSL::X509::MULTILINE.

* ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name::RFC2253DN):
  new module to provide the parse for RFC2253 DN format.

* ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name.parse_rfc2253):
  new method to parse RFC2253 DN format.

* test/openssl/ossl_x509name.rb: add tests about RFC2253 DN.

* text/openssl/ssl_server.rb: try to listen ports from 20443 to 20542
  while EADDRINUSE is raised.

* all changes in this entry are backport from 1.9.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-19 08:28:33 +00:00
..
bigdecimal * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
curses * ext/curses/curses.c (window_subwin): call NUM2INT() before 2004-12-15 09:57:05 +00:00
dbm * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132] 2004-12-09 02:35:29 +00:00
digest * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
dl devided the method DL::Types#encode_type into three methods. 2004-12-14 12:43:41 +00:00
enumerator * gc.c (gc_mark): enable GC stack checking. 2004-11-04 01:20:51 +00:00
etc * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
fcntl * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
gdbm * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132] 2004-12-09 02:35:29 +00:00
iconv * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
io/wait * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
nkf * original nkf2 revision 1.47 2004-12-03 18:04:38 +00:00
openssl * ext/openssl/ossl_x509store.c 2004-12-19 08:28:33 +00:00
pty * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
racc/cparse * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
readline * ext/readline/readline.c: check $SAFE. (backported from CVS HEAD) 2004-12-03 18:36:23 +00:00
sdbm * ext/sdbm/init.c (GetDBM): typo. 2004-12-09 07:31:22 +00:00
socket * eval.c (run_trap_eval): prototype; avoid VC++ warnings. 2004-12-11 03:44:40 +00:00
stringio * ext/stringio/stringio.c (strio_write): insufficiently filled string 2004-11-29 07:06:21 +00:00
strscan * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
syck * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
syslog * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
tcltklib * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" when 2004-12-08 18:14:15 +00:00
tk * ext/tk/lib/tk.rb: fix bug on setting up system encoding 2004-12-17 07:31:51 +00:00
Win32API * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
win32ole * MANIFEST, ext/**/MANIFEST: removed. 2004-11-01 10:19:37 +00:00
zlib * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): 2004-12-18 07:37:01 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
.document This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-10-19 19:25:59 +00:00
extmk.rb * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead. 2004-11-01 08:21:06 +00:00
Setup Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.atheos Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.dj * ext/etc/extconf.rb: check for pw_passwd in struct passwd and 2003-11-24 10:42:17 +00:00
Setup.emx Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.nt Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
Setup.x68 Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00