tracker issue : CF-3043161

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 85964:Having the ability to send encrypted email from ColdFusion programatically would be a hugely helpful enterprise feature and would help DoD and other government customers get the security features they

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Jason Dean / Jason Dean (Jason Dean)

Created: 01/21/2011

Components: Security, General

Versions: 10.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: 0000 / 284732

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

Having the ability to send encrypted email from ColdFusion programatically would be a hugely helpful enterprise feature and would help DoD and other government customers get the security features they need.  http://en.wikipedia.org/wiki/E-mail_encryption
Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3043161

Keywords:
FixTested


External Customer Info:
External Company:  
External Customer Name: Jason Dean
External Customer Email: 4EF2503348075808992015A9
External Test Config: 01/21/2011

Attachments:

Comments:

Bug History Timestamp|name|field|from value|to value| 21 Jan 2011 02:46:21 GMT | System System | Class Type | | Enhancement | 21 Jan 2011 02:46:21 GMT | System System | Severity | | 8-Not Applicable | 21 Jan 2011 02:47:23 GMT | Jason Dean | Bug Submitted | | | 23 Jan 2011 19:29:42 GMT | Sankaram Tata | Priority | | B | 23 Jan 2011 19:29:42 GMT | Sankaram Tata | Queue Transfer | | gaurav | 23 Jan 2011 19:29:42 GMT | Sankaram Tata | Target Fix Milestone | | Beta 1 | 23 Jan 2011 19:29:42 GMT | Sankaram Tata | Target Fix Release | | ColdFusion 10.0 | 9 Sep 2011 23:04:17 GMT | Vamseekrishna Manneboina | Verified | No | Yes |
Comment by Kunal S.
21215 | November 11, 2011 06:24:15 AM GMT
[hkhandel]: Target for 10.0.1 ----- Changes: state=Closed, status=Deferred, reason=NotEnoughTime (Comment added from ex-user id:wooster)
Comment by Adobe D.
21216 | December 09, 2011 01:45:49 AM GMT
CFMail Bug Number:CF-3043161 Reviewer:Paul Description: Adding capability to send encrypted email using cfmail tag. 3 new attributes are added with this change. encrypt="true/false" -> decides if email should be encrypted or not. recipientCert = " path to public key certificate of recipient" encryptionAlgorithm = "encryption algorithm to use" -> one of the followiing is allowed.DES_EDE3_CBC, RC2_CBC, AES128_CBC,AES192_CBC, AES256_CBC. If nothing is specified it defaults to RC2_CBC. Wrap related alogirthm are right now not working. woith OEM upgrade of Bouncy Castle it should work. We will try at that time. Right now those algotihms are commented. for my testing i generated pkcs7 certificate from adobe id using seneca server. the details are listed at https://kc.corp.adobe.com/kc/article.cfm?id=IT01539.xml For security reasons i am not adding that certificate here. Smokes Passed: N/A Note for QA: yes, please test different type of message and try encrypting them. Note for Doc: yes, new attributes are there Note for IDE: yes (Comment added from ex-user id:shilpik)
Comment by Adobe D.
21217 | April 24, 2013 12:17:45 AM GMT