Add a first draft Getting OpenSSL chapter#3
Open
mattcaswell wants to merge 1 commit into
Open
Conversation
levitte
reviewed
Dec 13, 2017
| OpenSSL version (but never new features). To ensure that you always have the | ||
| latest fixes you should always try to use the latest letter release that is | ||
| available for the OpenSSL version that you are using. Letter releases for a | ||
| version are always fully backward compatible. |
Member
There was a problem hiding this comment.
Oooooh! The distinction between version and release, I never caught on to that! Handy!
levitte
reviewed
Dec 13, 2017
|
|
||
| The OpenSSL project has not defined what it means if the first number changes, | ||
| but we should assume that this would signal some very significant change. The | ||
| project has no current plans for a version that changes this number. |
Member
There was a problem hiding this comment.
I'd expect that to be a complete rewrite...
levitte
reviewed
Dec 13, 2017
|
|
||
| \begin{verbatim} | ||
| $ sudo apt-get install binutils | ||
| \end{verbatim} |
Member
There was a problem hiding this comment.
You do know that you get this when installing build-essential, right?
|
|
||
| \begin{verbatim} | ||
| $ sudo yum install binutils | ||
| \end{verbatim} |
Member
There was a problem hiding this comment.
Doesn't the gcc package drag binutils along? I hardly see gcc linking anything without having ld around in the background, etc...
FdaSilvaYY
reviewed
Feb 11, 2018
| will still need to compile from the command line. VisualStudio provides the ability to | ||
| start a Developer Command Prompt, which sets up various environment variables to | ||
| correctly use the command line build tools. Start the version of the Developer | ||
| Command Prompt that matches the architecture for the platform you are targetting. For |
| On Windows everything you need should be included in your MSYS or VisualStudio | ||
| environment with the exception of an assembler. You will need to download and | ||
| install the NASM assembler for this (\url{http://www.nasm.us/}). Select the | ||
| appropriate Windows installer for dowload and then run it. Ensure that the |
ghost
approved these changes
Mar 8, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.