1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/openssl/*: Remove svn commit id macros to make sync easier

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2015-09-22 16:12:15 +00:00
parent f213f5044e
commit 0ecc3688ed
58 changed files with 4 additions and 122 deletions

View file

@ -1,3 +1,7 @@
Wed Sep 23 01:11:28 2015 Zachary Scott <zzak@ruby-lang.org>
* ext/openssl/*: Remove svn commit id macros to make sync easier
Tue Sep 22 04:20:01 2015 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> Tue Sep 22 04:20:01 2015 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027] * test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]

View file

@ -1,7 +1,5 @@
# -*- coding: us-ascii -*- # -*- coding: us-ascii -*-
=begin =begin
= $RCSfile$ -- Generator for Makefile
= Info = Info
'OpenSSL for Ruby 2' project 'OpenSSL for Ruby 2' project
Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz> Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz>
@ -10,9 +8,6 @@
= Licence = Licence
This program is licensed under the same licence as Ruby. This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.) (See the file 'LICENCE'.)
= Version
$Id$
=end =end
require "mkmf" require "mkmf"

View file

@ -1,6 +1,4 @@
=begin =begin
= $RCSfile$ -- Loader for all OpenSSL C-space and Ruby-space definitions
= Info = Info
'OpenSSL for Ruby 2' project 'OpenSSL for Ruby 2' project
Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz> Copyright (C) 2002 Michal Rokos <m.rokos@sh.cvut.cz>
@ -9,9 +7,6 @@
= Licence = Licence
This program is licensed under the same licence as Ruby. This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.) (See the file 'LICENCE'.)
= Version
$Id$
=end =end
require 'openssl.so' require 'openssl.so'

View file

@ -1,7 +1,5 @@
#-- #--
# #
# $RCSfile$
#
# = Ruby-space definitions that completes C-space funcs for BN # = Ruby-space definitions that completes C-space funcs for BN
# #
# = Info # = Info
@ -12,10 +10,6 @@
# = Licence # = Licence
# This program is licensed under the same licence as Ruby. # This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.) # (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++ #++
module OpenSSL module OpenSSL
@ -42,4 +36,3 @@ class Integer
OpenSSL::BN::new(self) OpenSSL::BN::new(self)
end end
end # Integer end # Integer

View file

@ -1,7 +1,5 @@
# coding: binary # coding: binary
#-- #--
#= $RCSfile$ -- Buffering mix-in module.
#
#= Info #= Info
# 'OpenSSL for Ruby 2' project # 'OpenSSL for Ruby 2' project
# Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> # Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
@ -10,9 +8,6 @@
#= Licence #= Licence
# This program is licensed under the same licence as Ruby. # This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.) # (See the file 'LICENCE'.)
#
#= Version
# $Id$
#++ #++
## ##

View file

@ -1,7 +1,4 @@
#-- #--
#
# $RCSfile$
#
# = Ruby-space predefined Cipher subclasses # = Ruby-space predefined Cipher subclasses
# #
# = Info # = Info
@ -12,10 +9,6 @@
# = Licence # = Licence
# This program is licensed under the same licence as Ruby. # This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.) # (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++ #++
module OpenSSL module OpenSSL

View file

@ -1,7 +1,4 @@
#-- #--
#
# $RCSfile$
#
# = Ruby-space predefined Digest subclasses # = Ruby-space predefined Digest subclasses
# #
# = Info # = Info
@ -12,10 +9,6 @@
# = Licence # = Licence
# This program is licensed under the same licence as Ruby. # This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.) # (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++ #++
module OpenSSL module OpenSSL
@ -85,4 +78,3 @@ module OpenSSL
module_function :Digest module_function :Digest
end # OpenSSL end # OpenSSL

View file

@ -1,6 +1,4 @@
=begin =begin
= $RCSfile$ -- Ruby-space definitions that completes C-space funcs for SSL
= Info = Info
'OpenSSL for Ruby 2' project 'OpenSSL for Ruby 2' project
Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org> Copyright (C) 2001 GOTOU YUUZOU <gotoyuzo@notwork.org>
@ -9,9 +7,6 @@
= Licence = Licence
This program is licensed under the same licence as Ruby. This program is licensed under the same licence as Ruby.
(See the file 'LICENCE'.) (See the file 'LICENCE'.)
= Version
$Id$
=end =end
require "openssl/buffering" require "openssl/buffering"

View file

@ -1,7 +1,4 @@
#-- #--
#
# $RCSfile$
#
# = Ruby-space definitions that completes C-space funcs for X509 and subclasses # = Ruby-space definitions that completes C-space funcs for X509 and subclasses
# #
# = Info # = Info
@ -12,10 +9,6 @@
# = Licence # = Licence
# This program is licensed under the same licence as Ruby. # This program is licensed under the same licence as Ruby.
# (See the file 'LICENCE'.) # (See the file 'LICENCE'.)
#
# = Version
# $Id$
#
#++ #++
module OpenSSL module OpenSSL

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -353,4 +352,3 @@ ASN1_put_eoc(unsigned char **pp)
return 2; return 2;
} }
#endif #endif

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -195,4 +194,3 @@ int ASN1_put_eoc(unsigned char **pp);
#endif /* _OSSL_OPENSSL_MISSING_H_ */ #endif /* _OSSL_OPENSSL_MISSING_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -1179,4 +1178,3 @@ main(int argc, char *argv[])
return 0; return 0;
} }
#endif /* OSSL_DEBUG */ #endif /* OSSL_DEBUG */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -247,4 +246,3 @@ void Init_openssl(void);
#endif #endif
#endif /* _OSSL_H_ */ #endif /* _OSSL_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' team members * 'OpenSSL for Ruby' team members
* Copyright (C) 2003 * Copyright (C) 2003
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' team members * 'OpenSSL for Ruby' team members
* Copyright (C) 2003 * Copyright (C) 2003
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' team members * 'OpenSSL for Ruby' team members
* Copyright (C) 2003 * Copyright (C) 2003
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' team members * 'OpenSSL for Ruby' team members
* Copyright (C) 2003 * Copyright (C) 2003
* All rights reserved. * All rights reserved.
@ -18,4 +17,3 @@ VALUE ossl_membio2str(BIO*);
VALUE ossl_protect_membio2str(BIO*,int*); VALUE ossl_protect_membio2str(BIO*,int*);
#endif #endif

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Technorama team <oss-ruby@technorama.net> * Copyright (C) 2001-2002 Technorama team <oss-ruby@technorama.net>
* All rights reserved. * All rights reserved.
@ -1051,4 +1050,3 @@ Init_ossl_bn(void)
*/ */
rb_define_method(cBN, "prime_fasttest?", ossl_bn_is_prime_fasttest, -1); rb_define_method(cBN, "prime_fasttest?", ossl_bn_is_prime_fasttest, -1);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -22,4 +21,3 @@ void Init_ossl_bn(void);
#endif /* _OSS_BN_H_ */ #endif /* _OSS_BN_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -1010,4 +1009,3 @@ Init_ossl_cipher(void)
rb_define_method(cCipher, "block_size", ossl_cipher_block_size, 0); rb_define_method(cCipher, "block_size", ossl_cipher_block_size, 0);
rb_define_method(cCipher, "padding=", ossl_cipher_set_padding, 1); rb_define_method(cCipher, "padding=", ossl_cipher_set_padding, 1);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -19,4 +18,3 @@ VALUE ossl_cipher_new(const EVP_CIPHER *);
void Init_ossl_cipher(void); void Init_ossl_cipher(void);
#endif /* _OSSL_CIPHER_H_ */ #endif /* _OSSL_CIPHER_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -19,4 +18,3 @@ CONF* DupConfigPtr(VALUE obj);
void Init_ossl_config(void); void Init_ossl_config(void);
#endif /* _OSSL_CONFIG_H_ */ #endif /* _OSSL_CONFIG_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -19,4 +18,3 @@ VALUE ossl_digest_new(const EVP_MD *);
void Init_ossl_digest(void); void Init_ossl_digest(void);
#endif /* _OSSL_DIGEST_H_ */ #endif /* _OSSL_DIGEST_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -404,4 +403,3 @@ Init_ossl_ns_spki(void)
rb_define_method(cSPKI, "challenge", ossl_spki_get_challenge, 0); rb_define_method(cSPKI, "challenge", ossl_spki_get_challenge, 0);
rb_define_method(cSPKI, "challenge=", ossl_spki_set_challenge, 1); rb_define_method(cSPKI, "challenge=", ossl_spki_set_challenge, 1);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -18,4 +17,3 @@ extern VALUE eSPKIError;
void Init_ossl_ns_spki(void); void Init_ossl_ns_spki(void);
#endif /* _OSSL_NS_SPKI_H_ */ #endif /* _OSSL_NS_SPKI_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>

View file

@ -12,4 +12,3 @@ extern VALUE ePKCS12Error;
void Init_ossl_pkcs12(void); void Init_ossl_pkcs12(void);
#endif /* _OSSL_PKCS12_H_ */ #endif /* _OSSL_PKCS12_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* Copyright (C) 2007 Technorama Ltd. <oss-ruby@technorama.net> * Copyright (C) 2007 Technorama Ltd. <oss-ruby@technorama.net>
*/ */
#include "ossl.h" #include "ossl.h"

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -19,4 +18,3 @@ extern VALUE ePKCS7Error;
void Init_ossl_pkcs7(void); void Init_ossl_pkcs7(void);
#endif /* _OSSL_PKCS7_H_ */ #endif /* _OSSL_PKCS7_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -451,4 +450,3 @@ Init_ossl_pkey(void)
Init_ossl_dh(); Init_ossl_dh();
Init_ossl_ec(); Init_ossl_ec();
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -700,4 +699,3 @@ Init_ossl_rsa(void)
{ {
} }
#endif /* NO_RSA */ #endif /* NO_RSA */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* *
@ -227,4 +226,3 @@ Init_ossl_rand(void)
#endif /* HAVE_RAND_EGD */ #endif /* HAVE_RAND_EGD */
rb_define_module_function(mRandom, "status?", ossl_rand_status, 0); rb_define_module_function(mRandom, "status?", ossl_rand_status, 0);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -17,4 +16,3 @@ extern VALUE eRandomError;
void Init_ossl_rand(void); void Init_ossl_rand(void);
#endif /* _OSSL_RAND_H_ */ #endif /* _OSSL_RAND_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2000-2002 GOTOU Yuuzou <gotoyuzo@notwork.org> * Copyright (C) 2000-2002 GOTOU Yuuzou <gotoyuzo@notwork.org>
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -39,4 +38,3 @@ void Init_ossl_ssl(void);
void Init_ossl_ssl_session(void); void Init_ossl_ssl_session(void);
#endif /* _OSSL_SSL_H_ */ #endif /* _OSSL_SSL_H_ */

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -101,4 +100,3 @@ Init_ossl_x509(void)
DefX509Default(CERT_FILE_ENV, cert_file_env); DefX509Default(CERT_FILE_ENV, cert_file_env);
DefX509Default(PRIVATE_DIR, private_dir); DefX509Default(PRIVATE_DIR, private_dir);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -861,4 +860,3 @@ Init_ossl_x509cert(void)
rb_define_method(cX509Cert, "add_extension", ossl_x509_add_extension, 1); rb_define_method(cX509Cert, "add_extension", ossl_x509_add_extension, 1);
rb_define_method(cX509Cert, "inspect", ossl_x509_inspect, 0); rb_define_method(cX509Cert, "inspect", ossl_x509_inspect, 0);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -552,4 +551,3 @@ Init_ossl_x509crl(void)
rb_define_method(cX509CRL, "extensions=", ossl_x509crl_set_extensions, 1); rb_define_method(cX509CRL, "extensions=", ossl_x509crl_set_extensions, 1);
rb_define_method(cX509CRL, "add_extension", ossl_x509crl_add_extension, 1); rb_define_method(cX509CRL, "add_extension", ossl_x509crl_add_extension, 1);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -483,4 +482,3 @@ Init_ossl_x509req(void)
rb_define_method(cX509Req, "attributes=", ossl_x509req_set_attributes, 1); rb_define_method(cX509Req, "attributes=", ossl_x509req_set_attributes, 1);
rb_define_method(cX509Req, "add_attribute", ossl_x509req_add_attribute, 1); rb_define_method(cX509Req, "add_attribute", ossl_x509req_add_attribute, 1);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.
@ -244,4 +243,3 @@ Init_ossl_x509revoked(void)
rb_define_method(cX509Rev, "extensions=", ossl_x509revoked_set_extensions, 1); rb_define_method(cX509Rev, "extensions=", ossl_x509revoked_set_extensions, 1);
rb_define_method(cX509Rev, "add_extension", ossl_x509revoked_add_extension, 1); rb_define_method(cX509Rev, "add_extension", ossl_x509revoked_add_extension, 1);
} }

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.

View file

@ -1,5 +1,4 @@
/* /*
* $Id$
* 'OpenSSL for Ruby' project * 'OpenSSL for Ruby' project
* Copyright (C) 2001-2003 Michal Rokos <m.rokos@sh.cvut.cz> * Copyright (C) 2001-2003 Michal Rokos <m.rokos@sh.cvut.cz>
* All rights reserved. * All rights reserved.