自动回复: (OpenSSL bug please fix) Re: Need Replacement for Deprecated function.

2021-12-03 Thread 562430030 via openssl-users
您好,您的邮件我已收到,我会尽快阅读,谢谢!

(OpenSSL bug please fix) Re: Need Replacement for Deprecated function.

2021-12-03 Thread Viktor Dukhovni
On Fri, Dec 03, 2021 at 07:05:43PM +, Jeremy Harris wrote: > > EVP_PKEY_get_bits() should be equivalent to DH_bits() (for a DH > > file). I would definitely double-check that you are not mis-loading > > something. > > OK; this was indeed my fault. Actually, no, not your fault at all. The im

Re: Need Replacement for Deprecated function.

2021-12-03 Thread Jeremy Harris
On 02/12/2021 11:07, Matt Caswell wrote: EVP_PKEY_get_bits() should be equivalent to DH_bits() (for a DH file). I would definitely double-check that you are not mis-loading something. OK; this was indeed my fault. One minor docs item: https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set

Re: New Blog Post

2021-12-03 Thread Jakob Bohm via openssl-users
On 2021-11-25 15:00, Matt Caswell wrote: Please see the new blog post by Tim Hudson giving an update on the OpenSSL Project. https://www.openssl.org/blog/blog/2021/11/25/openssl-update/ Followup: While the OpenSSL leadership may think they have made things easier for algorithm developers, th

Re: Starting the QUIC Design

2021-12-03 Thread Matt Caswell
Oops. Thanks Matthias. Fixed now. Matt On 03/12/2021 13:04, Dr. Matthias St. Pierre wrote: Sorry, the links to the pull requests are broken. This will be fixed as soon as possible. Here the correct links: #17184 - QUIC API Design https://github.com/openssl/openssl/pull/17184 #17185 - QUIC E

Re: Starting the QUIC Design

2021-12-03 Thread Jakob Bohm via openssl-users
Please note that the embedded github links don't work for me, as all I get is an error page with a log in form. One major issue with any QUIC implementation is how closely that protocol is tied to Google and their desire to have web browsers quickly load elements from 3rd part webservers, such as

RE: Starting the QUIC Design

2021-12-03 Thread Dr. Matthias St. Pierre
Second attempt 😉 > #17184 - QUIC API Design > https://github.com/openssl/openssl/pull/17184 > > #17185 - QUIC Event Loop Design > https://github.com/openssl/openssl/pull/17185 > > -Original Message- > > From: openssl-users On Behalf Of Matt > > Caswell > > Sent: Friday, December 3, 202

RE: Starting the QUIC Design

2021-12-03 Thread Dr. Matthias St. Pierre
Sorry, the links to the pull requests are broken. This will be fixed as soon as possible. Here the correct links: #17184 - QUIC API Design https://github.com/openssl/openssl/pull/17184 #17185 - QUIC Event Loop Design https://github.com/openssl/pull/17185 > -Original Message- > From: o

Re: OpenSSL 1.1 on OSX

2021-12-03 Thread Jakob Bohm via openssl-users
Which is indeed what I do in our notarized MacOsX and iOS applications.  However to do so, I have historically needed to clean up OpenSSL source code to actually behave as a proper static library where only used functions are linked in.  Most notably, the source files named xxx_lib.c tend to ca

Starting the QUIC Design

2021-12-03 Thread Matt Caswell
Please see my blog post on starting the QUIC design here: https://www.openssl.org/blog/blog/2021/12/03/starting-the-quic-design/ Matt