GithubHelp home page GithubHelp logo

openssl-for-windows's People

openssl-for-windows's Issues

\

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Mar 2014 at 11:05

Unable to load config info from c:openssl/ssl/openssl.cnf [Temporary workaround included]

What steps will reproduce the problem?
1. From a console. I would run this command:
$> openssl req -new -key server.key -out server.csr


What is the expected output? What do you see instead?
Should be: Enter pass phrase for server.key:
What it does: Unable to load config info from c:openssl/ssl/openssl.cnf

What version of the product are you using? On what operating system?
openssl-0.9.8k_X64 on Windows 8

Please provide any additional information below.
I solved the issue temporarily by copying openssl.cnf into the /bin folder 
where openssl.exe is. Then, when calling the command I appended as such:
-config openssl.cnf

Example:
$> openssl req -new -key server.key -out server.csr -config openssl.cnf

Original issue reported on code.google.com by [email protected] on 21 Aug 2013 at 10:53

openssl sha1 -binary produces different results under Windows 7 64bit and Ubuntu with binary file

0. Install Android SDK (keytool) and openssl 

1. Under Windows 7 64 bit:
keytool -export -alias androiddebugkey -keystore ~/.android/debug.keystore | 
openssl sha1 -binary > key_windows

2. Under Ubuntu (or any other Unix familty)
keytool -export -alias androiddebugkey -keystore ~/.android/debug.keystore | 
openssl sha1 -binary > key_linux

3. diff key_windows key_linux
It reports differences when files must be identical.

Since Ubuntu version works find and Windows doesn't the conclusion is that 
Windows 7 version of openssl is broken.

Original issue reported on code.google.com by [email protected] on 23 Jun 2011 at 4:38

need newer build to address Heartbleed bug

What steps will reproduce the problem?
1. Don't have precise steps but a buffer overflow issue was found recently
2.
3.

What is the expected output? What do you see instead?
should not reveal keys

What version of the product are you using? On what operating system?


Please provide any additional information below.
Google about it

Original issue reported on code.google.com by [email protected] on 30 May 2014 at 2:24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.