1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
rhe a55320b093 openssl: import v2.1.0.beta2
Import Ruby/OpenSSL 2.1.0.beta2. The full commit log since commit
e72d960db262 which was imported by r60013 can be found at:

	https://github.com/ruby/openssl/compare/e72d960db262...v2.1.0.beta2

----------------------------------------------------------------
Kazuki Yamaguchi (26):
      bn: use ALLOCV() macro instead of xmalloc()
      appveyor.yml: remove 'openssl version' line
      test/test_ssl_session: skip tests for session_remove_cb
      x509ext: implement X509::Extension#==
      x509attr: implement X509::Attribute#==
      x509cert: implement X509::Certificate#==
      x509revoked: add missing X509::Revoked#to_der
      x509crl, x509revoked: implement X509::{CRL,Revoked}#==
      x509req: implement X509::Request#==
      ssl: extract rb_intern("call")
      cipher: disallow setting AAD for non-AEAD ciphers
      test/test_cipher: fix test_non_aead_cipher_set_auth_data failure
      ssl: fix conflict of options in SSLContext#set_params
      buffering: let #write accept multiple arguments
      pkey: make pkey_check_public_key() non-static
      x509cert, x509crl, x509req, ns_spki: check sanity of public key
      test/envutil: port assert_warning from Ruby trunk
      test/utils: remove a pointless .public_key call in issue_cert
      ssl: add SSLContext#add_certificate
      test/test_ssl: fix test_security_level
      Drop support for LibreSSL 2.4
      kdf: add HKDF support
      test/test_x509cert: fix flaky test
      test/test_x509crl: fix random failure
      History.md: fix a typo
      Ruby/OpenSSL 2.1.0.beta2

Mark Wright (1):
      Fix build failure against OpenSSL 1.1 built with no-deprecated Thanks rhenium for the code review and fixes.

Peter Karman (1):
      Add RSA sign_pss() and verify_pss() methods

aeris (1):
      TLS Fallback Signaling Cipher Suite Value

kazu (1):
      Use caller with length to reduce unused strings

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-11-25 14:12:08 +00:00
..
-test- load.c: fix rb_load_protect condition 2017-09-24 05:22:23 +00:00
bigdecimal ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
cgi/escape cgi/util.rb: Don't escape tilde in #escape 2017-05-17 12:34:59 +00:00
continuation Update dependencies 2016-07-06 05:48:13 +00:00
coverage Add a last location to branch coverage 2017-11-16 03:36:20 +00:00
date ext/date/extconf.rb: check for timezone and altzone 2017-09-17 04:26:51 +00:00
dbm gdbm, dbm, sdbm: remove unnecessary conditions 2017-10-22 07:18:55 +00:00
digest Added gemspec of digest library. 2017-08-16 09:37:03 +00:00
etc etc.c: improve docs for sysconfdir 2017-11-07 20:08:34 +00:00
fcntl Fixed misspelling words. 2017-10-22 11:27:06 +00:00
fiber Update dependencies 2016-07-06 05:48:13 +00:00
fiddle Added explicitly require to example code. 2017-10-21 14:55:22 +00:00
gdbm gdbm, dbm, sdbm: remove unnecessary conditions 2017-10-22 07:18:55 +00:00
io Fix typos in rdoc 2017-11-08 03:57:54 +00:00
json Merge json-2.1.0 from https://github.com/flori/json 2017-06-16 03:04:46 +00:00
nkf ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
objspace Remove RNODE cast from NODE utility functions 2017-11-04 11:37:19 +00:00
openssl openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
pathname pathname.c: improve docs for Pathname 2017-11-07 20:14:46 +00:00
psych null byte at Psych::Emitter. 2017-10-31 07:24:29 +00:00
pty Replace to_a[1..-1] on a MatchData with captures 2017-10-21 05:18:40 +00:00
racc/cparse Update dependencies 2016-07-06 05:48:13 +00:00
rbconfig/sizeof configure.ac 2017-09-29 13:21:17 +00:00
readline ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
ripper lexer.rb: Ripper::Lexer::State 2017-11-05 21:13:18 +00:00
rubyvm get rid of test failures introduced at r56848 2016-11-20 06:19:05 +00:00
sdbm gdbm, dbm, sdbm: remove unnecessary conditions 2017-10-22 07:18:55 +00:00
socket socket.c,tcpsocket.c: improve deprecation notices 2017-11-07 20:13:00 +00:00
stringio stringio.c: write multiple arguments 2017-10-23 06:25:39 +00:00
strscan To use github url for gemspec. 2017-09-15 23:46:46 +00:00
syslog ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
win32 Fixed misspelling words. 2017-10-22 11:27:06 +00:00
win32ole * ext/win32ole/win32ole.c: use WIN32OLEQueryInterfaceError when failed 2017-11-18 02:53:39 +00:00
zlib zlib.c: multiple arguments to write 2017-10-23 07:06:12 +00:00
.document ext/.document: follow-up r59734 2017-09-03 13:31:34 +00:00
extmk.rb ext/extmk.rb: colorize notes [Feature #13302] 2017-04-21 03:01:12 +00:00
Setup Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.atheos * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
Setup.nacl Removed deprecated extensions of mathn. 2017-04-20 08:21:24 +00:00
Setup.nt * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00