You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/04/17 14:06:15 UTC

[Bug 56423] New: Implement "fipsModeGet" method stub in case TCN is compiled without OpenSSL

https://issues.apache.org/bugzilla/show_bug.cgi?id=56423

            Bug ID: 56423
           Summary: Implement "fipsModeGet" method stub in case TCN is
                    compiled without OpenSSL
           Product: Tomcat Native
           Version: 1.1.30
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Library
          Assignee: dev@tomcat.apache.org
          Reporter: knst.kolinko@gmail.com

In native/src/ssl.c there is #else part, where each of java methods is
implemented as a stub. That is for the case when the library is compiled
without OpenSSL.

There is no stub for the new "fipsModeGet" method.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56423] Implement "fipsModeGet" method stub in case TCN is compiled without OpenSSL

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56423

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> ---
The patch was applied to native trunk and 1.1.x (r1607264).
It will be in 1.1.31 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56423] Implement "fipsModeGet" method stub in case TCN is compiled without OpenSSL

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56423

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Created attachment 31537
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31537&action=edit
2014-04-17_tcn_56423_fipsModeStub.patch

A patch that
a) implements fipsModeGet
b) changes fipsModeSet to throw an exception

(There exist other stub methods that throw exceptions: see
TCN_IMPLEMENT_CALL(jint, SSL, initialize))

The patch is untested.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org