index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wundef warnings in core extensions
Benoit Daloze
2021-05-04
1
-1
/
+1
*
[ci skip] Fix a typo s/certificiate/certificate/
wonda-tea-coffee
2021-04-25
1
-1
/
+1
*
dependency updates
卜部昌平
2021-04-13
1
-32
/
+0
*
[ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFE
Tom Stuart
2021-03-31
2
-3
/
+3
*
[ruby/openssl] Fix OpenSSL::Engine build on Debian
Tom Stuart
2021-03-31
1
-14
/
+14
*
[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFO
Kazuki Yamaguchi
2021-03-31
1
-48
/
+33
*
Enclose the code that was accidentally a link in "tt"
aycabta
2021-03-31
1
-1
/
+1
*
[ruby/openssl] bn: check -1 return from BIGNUM functions
Kazuki Yamaguchi
2021-03-16
1
-12
/
+22
*
[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_info
Nobuyoshi Nakada
2021-03-16
1
-11
/
+11
*
[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3
Jeremy Evans
2021-03-16
1
-0
/
+6
*
[ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) form
Kazuki Yamaguchi
2021-03-16
1
-42
/
+2
*
[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callback
Kazuki Yamaguchi
2021-03-16
2
-70
/
+3
*
[ruby/openssl] ssl: retry write on EPROTOTYPE on macOS
Kazuki Yamaguchi
2021-03-16
1
-0
/
+15
*
[ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContext
Kazuki Yamaguchi
2021-03-16
1
-13
/
+111
*
[ruby/openssl] x509store: fix memory leak in X509::StoreContext.new
Kazuki Yamaguchi
2021-03-16
1
-5
/
+16
*
[ruby/openssl] x509store: avoid ossl_raise() calls with NULL message
Kazuki Yamaguchi
2021-03-16
1
-19
/
+14
*
[ruby/openssl] x509store: refactor X509::StoreContext#chain
Kazuki Yamaguchi
2021-03-16
1
-18
/
+5
*
[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.new
Kazuki Yamaguchi
2021-03-16
1
-1
/
+2
*
[ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...
Kazuki Yamaguchi
2021-03-16
1
-16
/
+12
*
[ruby/openssl] [DOC] Fix RDoc markup
Nobuhiro IMAI
2021-03-16
1
-1
/
+1
*
[ruby/openssl] Fix typo in documentation
Claus Lensbøl
2021-03-16
1
-3
/
+3
*
[ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...
Kazuki Yamaguchi
2021-03-16
1
-0
/
+2
*
[ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.
Colton Jenkins
2021-03-16
1
-0
/
+39
*
[ruby/openssl] User lower case cipher names for maximum compatibility
Bart de Water
2021-03-16
2
-13
/
+13
*
[ruby/openssl] hmac: implement base64digest methods
Kazuki Yamaguchi
2021-03-16
1
-0
/
+25
*
[ruby/openssl] hmac: migrate from the low-level HMAC API to the EVP API
Kazuki Yamaguchi
2021-03-16
6
-170
/
+89
*
[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])
Kazuki Yamaguchi
2021-03-16
1
-0
/
+8
*
[ruby/openssl] digest, hmac, ts, x509: use IO.binread in examples where appro...
Kazuki Yamaguchi
2021-03-16
4
-18
/
+18
*
[ruby/openssl] pkey: reimplement PKey::DH#compute_key and PKey::EC#dh_compute...
Kazuki Yamaguchi
2021-03-16
3
-67
/
+33
*
[ruby/openssl] pkey: add PKey::PKey#derive
Kazuki Yamaguchi
2021-03-16
1
-0
/
+52
*
[ruby/openssl] pkey: support 'one-shot' signing and verification
Kazuki Yamaguchi
2021-03-16
1
-0
/
+30
*
[ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...
Kazuki Yamaguchi
2021-03-16
1
-39
/
+51
*
[ruby/openssl] pkey: add PKey.generate_parameters and .generate_key
Kazuki Yamaguchi
2021-03-16
1
-0
/
+222
*
[ruby/openssl] pkey: assume generic PKeys contain private components
Kazuki Yamaguchi
2021-03-16
1
-4
/
+11
*
[ruby/openssl] pkey: refactor #export/#to_pem and #to_der
Kazuki Yamaguchi
2021-03-16
5
-173
/
+114
*
[ruby/openssl] pkey: refactor DER/PEM-encoded string parsing code
Kazuki Yamaguchi
2021-03-16
5
-77
/
+73
*
[ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docs
Kazuki Yamaguchi
2021-03-16
1
-3
/
+3
*
[ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameter
Kazuki Yamaguchi
2021-03-16
1
-0
/
+3
*
[ruby/openssl] pkey: inline {rsa,dsa,dh,ec}_instance()
Kazuki Yamaguchi
2021-03-16
4
-156
/
+76
*
[ruby/openssl] pkey: simplify ossl_pkey_new()
Kazuki Yamaguchi
2021-03-16
6
-100
/
+9
*
[ruby/openssl] config: replace DupConfigPtr() with GetConfig()
Kazuki Yamaguchi
2021-03-16
3
-40
/
+3
*
[ruby/openssl] config: revert to C implementation of OpenSSL::Config
Kazuki Yamaguchi
2021-03-16
4
-442
/
+434
*
[ruby/openssl] config: remove deprecated methods
Kazuki Yamaguchi
2021-03-16
1
-90
/
+0
*
[ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphers
Spencer McIntyre
2021-03-16
1
-0
/
+26
*
support Ruby 2.x for openssl
Koichi Sasada
2020-12-19
2
-2
/
+35
*
[openssl] Fix dependencies
Kenta Murata
2020-12-18
1
-448
/
+449
*
openssl is ractor-safe
Koichi Sasada
2020-12-18
3
-10
/
+37
*
Use rb_intern_const instead of rb_intern in Init functions
Nobuyoshi Nakada
2020-10-21
1
-13
/
+13
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-34
/
+32
*
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
1
-32
/
+0
[next]