On 9/15/2019 8:29 AM, Kyle Hamilton wrote:
> OpenSSL is a toolkit, not a full implementation. More importantly, it
> is a library, so anyone who can link against it can perform all
> operations that the library can support, and the library has no
> concept of role separation built in.
Still more
On 16/09/2019 16:26, Peter Sui wrote:
> Hi Matt,
> I said " It does not work" means, after I build the open-ssl1.1.1d with
> or without the "enable-deprecated" configuration, then use the library, header
> files in my application as before with the older version(1.0.2t), then my
> build
Hi Matt,
I said " It does not work" means, after I build the open-ssl1.1.1d
with or without the "enable-deprecated" configuration, then use the
library, header files in my application as before with the older
version(1.0.2t), then my build failed, the errors are like:
Error C3861 'HMAC_CTX_i
Matt has answered the main question, but as an aside:
-D"_CRT_SECURE_NO_DEPRECATE" suppresses warning messages from Microsoft's
Visual C compiler for using various standard C library functions, rather than
using the optional "secure" ones (a misnomer, as they are at best somewhat
easier to use
On 16/09/2019 16:09, Peter Sui wrote:
> Hi Matt,
> So you are saying configuring with "enable-deprecated" or not won't
> make
> the build different, they are all actually support the deprecated functions,
> right ?
Right.
> If yes, then in my application , if I have "OPENSSL_USE_DEPR
Hi Matt,
So you are saying configuring with "enable-deprecated" or not won't
make the build different, they are all actually support the deprecated
functions, right ? If yes, then in my application , if I have
"OPENSSL_USE_DEPRECATED"
defined, the depecated functions in my application shou
On 16/09/2019 15:44, Peter Sui wrote:
> Hi,
> From the openssl website, I got the folloeing instruction:
> "
> Access to deprecated functions/macros has been removed by default. To enable
> access you must do two things. 1) Build OpenSSL with deprecation support (pass
> "enable-deprecated
Hi,
From the openssl website, I got the folloeing instruction:
"
Access to deprecated functions/macros has been removed by default. To
enable access you must do two things. 1) Build OpenSSL with deprecation
support (pass "enable-deprecated" as an argument to config) 2) Applications
must defi
Did you read my previous response, where I listed the relevant Configure
options? Be sure to expand included text, if you're using one of those
braindead MUAs which hide it.
On Friday, 13 September 2019 16:37:23 CEST Manish Patidar wrote:
> Hi
>
> Is truncated hmac extension is supported in openssl1.1.1 ?
no
> is TLS1. 2 and lower TLS version supports supported group extension for
> Finite Field GROUPS (DHE) ?
I'm assuming the question is still about openssl 1.1.
On 14/09/2019 22:28, Bhuvan Sharma wrote:
> Hey all,
> I'm new to openssl community and I don't know much about it. I tried to use
> openssl on my linux machine. I clone openssl git repo and executed these
> commands as mentioned in the file "INSTALL": "./config", "make", "make test",
> "make in
11 matches
Mail list logo