-
| Any plans to support OpenSSL 1.0.2t(FIPS supported) release in Node.JS v14.X or onwards? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mhdawson
          
      
      
        Jan 14, 2021 
      
    
    Replies: 0 comments 1 reply
-
| 8.x was the last version that supported the 1.0.2 series. At this point all streams use the 1.1.1 series. There are people looking how we integrate the 3 once its available and that is the next one that "may" have public FIPS support that we can incorporate. Some linux distros build Node.js differently and can provide FIPS support but that requires changes to the code and there is no option to do that from the code in the public repo today. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        avivkeller
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
8.x was the last version that supported the 1.0.2 series. At this point all streams use the 1.1.1 series.
There are people looking how we integrate the 3 once its available and that is the next one that "may" have public FIPS support that we can incorporate.
Some linux distros build Node.js differently and can provide FIPS support but that requires changes to the code and there is no option to do that from the code in the public repo today.