You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2020/12/10 16:54:53 UTC

[nifi] branch main updated (8e49483 -> 7bff64b)

This is an automated email from the ASF dual-hosted git repository.

thenatog pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 8e49483  NIFI-8074 Switched ReplaceText to use line by line evaluation as its default evaluation mode.
     add 7bff64b  NIFI-7913 Added getEnabledProtocols() to TlsConfiguration and updated ListenSMTP to set enabled protocols on SSL Sockets

No new revisions were added by this update.

Summary of changes:
 .../nifi/security/util/TlsConfiguration.java       |  14 ++
 .../security/util/StandardTlsConfiguration.java    |  26 +++
 .../util/StandardTlsConfigurationTest.groovy       |  39 +++++
 .../apache/nifi/processors/email/ListenSMTP.java   |   4 +
 .../nifi/processors/email/TestListenSMTP.java      | 178 +++++++++++----------
 .../ssl/StandardRestrictedSSLContextService.java   |   2 +-
 .../org/apache/nifi/ssl/SSLContextService.java     |   4 +-
 7 files changed, 181 insertions(+), 86 deletions(-)