File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ Sat Feb 22 14:52:55 2014 Zachary Scott <e@zzak.io>
2
+
3
+ * ext/openssl/ossl_pkey_dh.c: Fixed typo by Sandor Szuecs [Bug #9243]
4
+
1
5
Sat Feb 22 14:45:36 2014 Zachary Scott <e@zzak.io>
2
6
3
7
* lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ Init_ossl_dh()
621
621
*
622
622
* === Example of a key exchange
623
623
* dh1 = OpenSSL::PKey::DH.new(2048)
624
- * params = dh1.public_key.to_der #you may send this publicly to the participating party
624
+ * der = dh1.public_key.to_der #you may send this publicly to the participating party
625
625
* dh2 = OpenSSL::PKey::DH.new(der)
626
626
* dh2.generate_key! #generate the per-session key pair
627
627
* symm_key1 = dh1.compute_key(dh2.pub_key)
@@ -664,4 +664,3 @@ Init_ossl_dh()
664
664
{
665
665
}
666
666
#endif /* NO_DH */
667
-
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "2.1.1"
2
2
#define RUBY_RELEASE_DATE "2014-02-22"
3
- #define RUBY_PATCHLEVEL 57
3
+ #define RUBY_PATCHLEVEL 58
4
4
5
5
#define RUBY_RELEASE_YEAR 2014
6
6
#define RUBY_RELEASE_MONTH 2
You can’t perform that
10E9
action at this time.
0 commit comments