Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004268 [Quercus] minor always 10-21-10 17:53 10-21-10 17:53
Reporter javajman View Status public  
Assigned To
Priority normal Resolution open Platform
Status new   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.11
  Product Build
Summary 0004268: Security Algorithm Issue.
Description Let me know if you need more information:

OS: Mac Snow Leopard
Java: 1.6
Servers tested on: Resin and Tomcat.

Problem: ERROR: hash_init: HmacSHA-256 is an unknown algorithm

Fix:

Changed HashModule static Map loading to fix finding algorithm.

  static {
    _algorithmMap.put("md2", "MD2");
    _algorithmMap.put("md5", "MD5");
    _algorithmMap.put("sha1", "SHA");
    _algorithmMap.put("sha256", "SHA256"); // Fix for not found algorythm
    _algorithmMap.put("sha384", "SHA-384");
    _algorithmMap.put("sha512", "SHA-512");
  }
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-21-10 17:53 javajman New Issue


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker