index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/openssl/extconf.rb: should check <openssl/conf_api.h> instead
gotoyuzo
2004-01-20
1
-9
/
+1
*
* ext/openssl/extconf.rb: add check for OpenSSL version.
gotoyuzo
2004-01-19
1
-0
/
+11
*
* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns
gotoyuzo
2004-01-08
4
-22
/
+75
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for error
gotoyuzo
2003-12-24
1
-12
/
+31
*
* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
usa
2003-12-15
1
-3
/
+5
*
* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
gotoyuzo
2003-12-11
5
-0
/
+174
*
no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.
gotoyuzo
2003-12-06
1
-4
/
+1
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap
gotoyuzo
2003-12-06
1
-6
/
+25
*
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
gotoyuzo
2003-12-04
1
-3
/
+1
*
* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):
gotoyuzo
2003-11-15
1
-2
/
+5
*
* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for
gotoyuzo
2003-11-13
1
-0
/
+21
*
* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add
gotoyuzo
2003-11-11
3
-6
/
+86
*
* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
gotoyuzo
2003-11-10
1
-3
/
+7
*
* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.
gotoyuzo
2003-11-04
1
-0
/
+1
*
* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method
gotoyuzo
2003-11-01
4
-5
/
+42
*
* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):
gotoyuzo
2003-10-29
4
-3
/
+28
*
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add
gotoyuzo
2003-10-09
2
-7
/
+6
*
* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate
gotoyuzo
2003-10-06
1
-1
/
+47
*
* lib/ext/openssl/extconf.rb: add check for some engine functions
gotoyuzo
2003-10-05
2
-0
/
+28
*
* ext/openssl/ossl_asn1.h: global symbols should be declared
gotoyuzo
2003-10-04
1
-18
/
+18
*
* marshal.c (w_object): instance variable dump do not cause error
matz
2003-10-04
1
-0
/
+1
*
* ext/openssl/extconf.rb: add check for X509V3_set_nconf.
gotoyuzo
2003-10-03
2
-0
/
+5
*
ossl_asn1.h was included twice.
gotoyuzo
2003-10-03
1
-1
/
+0
*
* ext/openssl/ossl_asn1.c: add DER encoder and decoder.
gotoyuzo
2003-10-03
6
-14
/
+1017
*
ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7
gotoyuzo
2003-10-02
1
-1
/
+1
*
ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7
gotoyuzo
2003-10-02
1
-1
/
+1
*
* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.
gotoyuzo
2003-10-02
9
-5
/
+357
*
* ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for
usa
2003-09-25
2
-2
/
+2
*
* ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c,
nobu
2003-09-24
2
-2
/
+2
*
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument
gotoyuzo
2003-09-20
3
-0
/
+5
*
should check retuen value of rb_protect.
gotoyuzo
2003-09-17
1
-1
/
+1
*
fix command line in 'dep'.
gotoyuzo
2003-09-17
1
-1
/
+1
*
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
gotoyuzo
2003-09-17
24
-592
/
+560
*
OpenSSL update
michal
2003-09-12
16
-335
/
+385
*
* ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.
gotoyuzo
2003-09-10
1
-0
/
+1
*
* eval.c (win32_get_exception_list): avoid VC7 warning.
usa
2003-09-10
2
-0
/
+9
*
* ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.
gotoyuzo
2003-09-08
1
-0
/
+18
*
* ext/openssl/ossl_config.c (ext/openssl/ossl_config.c): typofix (ossl_raise).
eban
2003-09-08
1
-1
/
+1
*
* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.
gotoyuzo
2003-09-08
5
-58
/
+313
*
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-09-06
1
-2
/
+0
*
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-09-06
16
-37
/
+88
*
* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.
gotoyuzo
2003-09-05
5
-1
/
+44
*
* MANIFEST: add and remove entries for the previous ext/openssl/sample move.
nahi
2003-09-04
1
-12
/
+0
*
* ext/io/wait/.cvsignore: added.
nahi
2003-09-04
1
-0
/
+4
*
* sample/openssl: added. Sample of standard distribution library should be
nahi
2003-09-04
12
-1650
/
+0
*
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning
gotoyuzo
2003-09-02
1
-0
/
+4
*
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
gotoyuzo
2003-08-19
1
-5
/
+10
*
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
gotoyuzo
2003-08-18
6
-38
/
+77
*
* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.
nobu
2003-08-17
1
-1
/
+1
*
* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a
gotoyuzo
2003-08-17
3
-2
/
+16
[next]