From: "davidbalbert (David Albert)" Date: 2012-06-05T07:16:17+09:00 Subject: [ruby-core:45425] [ruby-trunk - Bug #6475] Fix decryption example in OpenSSL docs Issue #6475 has been updated by davidbalbert (David Albert). Is there anything I can do to speed up this process a little bit? I'm trying to learn how to contribute to Ruby, and I'd like to know if there's something I should be doing to make it easier for this patch to get accepted. ---------------------------------------- Bug #6475: Fix decryption example in OpenSSL docs https://bugs.ruby-lang.org/issues/6475#change-27017 Author: davidbalbert (David Albert) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: DOC Target version: ruby -v: 1.9.3p194 The code example in the "Decryption" section of the OpenSSL docs shows ciphertext being decrypted with the same key used to encrypt it. Instead, decryption should be done with the other key in the pair. I've verified that the sample code in trunk does not work, and the sample code in the attached patch does work. -- http://bugs.ruby-lang.org/