Skip to content

Commit b8b8f74

Browse files
committed
Ruby/OpenSSL 2.1.0
1 parent 4aa1dbd commit b8b8f74

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

History.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 2.1.0.beta2
2-
===================
1+
Version 2.1.0
2+
=============
33

44
Notable changes
55
---------------
@@ -50,6 +50,9 @@ Notable changes
5050
[[GitHub #169]](https://github.com/ruby/openssl/pull/169)
5151
* OpenSSL::SSL::SSLContext#add_certificate is added.
5252
[[GitHub #167]](https://github.com/ruby/openssl/pull/167)
53+
* OpenSSL::PKey::EC::Point#to_octet_string is added.
54+
OpenSSL::PKey::EC::Point.new can now take String as the second argument.
55+
[[GitHub #177]](https://github.com/ruby/openssl/pull/177)
5356

5457

5558
Version 2.0.7

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "2.1.0.beta2"
3+
spec.version = "2.1.0"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["ruby-core@ruby-lang.org"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}

0 commit comments

Comments
 (0)