All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fix compilation with OpenSSL 1.1.0-pre4
@ 2016-04-08 16:22 Kazuki Yamaguchi
  2016-04-08 16:22 ` [PATCH 1/4] imap-send: use HMAC() function provided by OpenSSL Kazuki Yamaguchi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kazuki Yamaguchi @ 2016-04-08 16:22 UTC (permalink / raw)
  To: git; +Cc: Kazuki Yamaguchi

OpenSSL 1.1.0 is not released yet, but the first beta 1.1.0-pre4 was
released on Mar 16[1]. According to the OpenSSL's web site[2], only bug
fixes will be applied after beta release, and 1.1.0 final will be in a
month or two.

Thanks,

[1] https://mta.openssl.org/pipermail/openssl-announce/2016-March/000067.html
[2] https://www.openssl.org/policies/releasestrat.html

Kazuki Yamaguchi (4):
  imap-send: use HMAC() function provided by OpenSSL
  imap-send: check NULL return of SSL_CTX_new()
  imap-send: avoid deprecated TLSv1_method()
  configure: remove checking for HMAC_CTX_cleanup

 Makefile                     |  6 ------
 compat/apple-common-crypto.h | 16 +++++++++++-----
 configure.ac                 |  4 ----
 git-compat-util.h            |  3 ---
 imap-send.c                  | 20 ++++++++++----------
 5 files changed, 21 insertions(+), 28 deletions(-)

-- 
2.8.1.104.g0d1aca6

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-08 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08 16:22 [PATCH 0/4] fix compilation with OpenSSL 1.1.0-pre4 Kazuki Yamaguchi
2016-04-08 16:22 ` [PATCH 1/4] imap-send: use HMAC() function provided by OpenSSL Kazuki Yamaguchi
2016-04-08 16:22 ` [PATCH 2/4] imap-send: check NULL return of SSL_CTX_new() Kazuki Yamaguchi
2016-04-08 16:22 ` [PATCH 3/4] imap-send: avoid deprecated TLSv1_method() Kazuki Yamaguchi
2016-04-08 16:22 ` [PATCH 4/4] configure: remove checking for HMAC_CTX_cleanup Kazuki Yamaguchi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.