notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
fizz C++14 implementation of the TLS-1.3 standard
2025.05.05.00 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2025.03.24.00Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-05-29 03:46:58
Last Update: 2025-05-06 05:49:08
Commit Hash: 1e0335e
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/facebookincubator/fizz
Description:
Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (215 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fizz-2025.05.05.00/catalog.mk
  3. /usr/local/share/licenses/fizz-2025.05.05.00/LICENSE
  4. /usr/local/share/licenses/fizz-2025.05.05.00/BSD3CLAUSE
  5. include/fizz/backend/libaegis/LibAEGIS.h
  6. include/fizz/backend/liboqs/LibOQS.h
  7. include/fizz/backend/liboqs/OQSKeyExchange.h
  8. include/fizz/backend/libsodium/LibSodium.h
  9. include/fizz/backend/libsodium/crypto/exchange/X25519.h
  10. include/fizz/backend/openssl/Hasher.h
  11. include/fizz/backend/openssl/OpenSSL.h
  12. include/fizz/backend/openssl/Properties.h
  13. include/fizz/backend/openssl/certificate/CertUtils-inl.h
  14. include/fizz/backend/openssl/certificate/CertUtils.h
  15. include/fizz/backend/openssl/certificate/OpenSSLPeerCertImpl-inl.h
  16. include/fizz/backend/openssl/certificate/OpenSSLPeerCertImpl.h
  17. include/fizz/backend/openssl/certificate/OpenSSLSelfCertImpl-inl.h
  18. include/fizz/backend/openssl/certificate/OpenSSLSelfCertImpl.h
  19. include/fizz/backend/openssl/crypto/ECCurve.h
  20. include/fizz/backend/openssl/crypto/OpenSSL.h
  21. include/fizz/backend/openssl/crypto/OpenSSLKeyUtils.h
  22. include/fizz/backend/openssl/crypto/Sha.h
  23. include/fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher-inl.h
  24. include/fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher.h
  25. include/fizz/backend/openssl/crypto/exchange/OpenSSLKeyExchange.h
  26. include/fizz/backend/openssl/crypto/signature/Signature-inl.h
  27. include/fizz/backend/openssl/crypto/signature/Signature.h
  28. include/fizz/client/Actions.h
  29. include/fizz/client/AsyncFizzClient-inl.h
  30. include/fizz/client/AsyncFizzClient.h
  31. include/fizz/client/CertManager.h
  32. include/fizz/client/ClientExtensions.h
  33. include/fizz/client/ClientProtocol.h
  34. include/fizz/client/ECHPolicy.h
  35. include/fizz/client/EarlyDataRejectionPolicy.h
  36. include/fizz/client/FizzClient-inl.h
  37. include/fizz/client/FizzClient.h
  38. include/fizz/client/FizzClientContext.h
  39. include/fizz/client/MultiClientExtensions.h
  40. include/fizz/client/PskCache.h
  41. include/fizz/client/PskSerializationUtils.h
  42. include/fizz/client/State.h
  43. include/fizz/client/SynchronizedLruPskCache.h
  44. include/fizz/client/test/Mocks.h
  45. include/fizz/client/test/Utilities.h
  46. include/fizz/compression/BrotliCertificateCompressor.h
  47. include/fizz/compression/BrotliCertificateDecompressor.h
  48. include/fizz/compression/CertDecompressionManager.h
  49. include/fizz/compression/CertificateCompressor.h
  50. include/fizz/compression/ZlibCertificateCompressor.h
  51. include/fizz/compression/ZlibCertificateDecompressor.h
  52. include/fizz/compression/ZstdCertificateCompressor.h
  53. include/fizz/compression/ZstdCertificateDecompressor.h
  54. include/fizz/compression/test/Mocks.h
  55. include/fizz/crypto/Crypto.h
  56. include/fizz/crypto/Hasher.h
  57. include/fizz/crypto/Hkdf.h
  58. include/fizz/crypto/Hmac.h
  59. include/fizz/crypto/KeyDerivation.h
  60. include/fizz/crypto/RandomGenerator.h
  61. include/fizz/crypto/Utils.h
  62. include/fizz/crypto/aead/Aead.h
  63. include/fizz/crypto/aead/CryptoUtil.h
  64. include/fizz/crypto/aead/IOBufUtil.h
  65. include/fizz/crypto/aead/test/Data.h
  66. include/fizz/crypto/aead/test/Mocks.h
  67. include/fizz/crypto/aead/test/TestUtil.h
  68. include/fizz/crypto/exchange/AsyncKeyExchange.h
  69. include/fizz/crypto/exchange/HybridKeyExchange.h
  70. include/fizz/crypto/exchange/KeyExchange.h
  71. include/fizz/crypto/exchange/test/Mocks.h
  72. include/fizz/crypto/hpke/Context.h
  73. include/fizz/crypto/hpke/DHKEM.h
  74. include/fizz/crypto/hpke/Hkdf.h
  75. include/fizz/crypto/hpke/Hpke.h
  76. include/fizz/crypto/hpke/Types.h
  77. include/fizz/crypto/hpke/Utils.h
  78. include/fizz/crypto/hpke/test/Mocks.h
  79. include/fizz/crypto/test/HashTest.h
  80. include/fizz/crypto/test/HmacTest.h
  81. include/fizz/crypto/test/Mocks.h
  82. include/fizz/crypto/test/Signature.h
  83. include/fizz/crypto/test/SignatureTestData.h
  84. include/fizz/crypto/test/TestKeys.h
  85. include/fizz/crypto/test/TestUtil.h
  86. include/fizz/experimental/ktls/AsyncFizzBaseKTLS.h
  87. include/fizz/experimental/ktls/AsyncKTLSSocket.h
  88. include/fizz/experimental/ktls/FizzKTLSCallback.h
  89. include/fizz/experimental/ktls/KTLS.h
  90. include/fizz/experimental/ktls/LinuxKTLS.h
  91. include/fizz/experimental/util/CertExtraction.h
  92. include/fizz/extensions/clientpadding/PaddingClientExtension.h
  93. include/fizz/extensions/clientpadding/Types.h
  94. include/fizz/extensions/delegatedcred/DelegatedCredentialCertManager.h
  95. include/fizz/extensions/delegatedcred/DelegatedCredentialClientCertManager.h
  96. include/fizz/extensions/delegatedcred/DelegatedCredentialClientExtension.h
  97. include/fizz/extensions/delegatedcred/DelegatedCredentialFactory.h
  98. include/fizz/extensions/delegatedcred/DelegatedCredentialUtils.h
  99. include/fizz/extensions/delegatedcred/PeerDelegatedCredential-inl.h
  100. include/fizz/extensions/delegatedcred/PeerDelegatedCredential.h
  101. include/fizz/extensions/delegatedcred/SelfDelegatedCredential-inl.h
  102. include/fizz/extensions/delegatedcred/SelfDelegatedCredential.h
  103. include/fizz/extensions/delegatedcred/Serialization.h
  104. include/fizz/extensions/delegatedcred/Types.h
  105. include/fizz/extensions/exportedauth/ExportedAuthenticator.h
  106. include/fizz/extensions/exportedauth/Util.h
  107. include/fizz/extensions/tokenbinding/TokenBindingClientExtension.h
  108. include/fizz/extensions/tokenbinding/TokenBindingConstructor.h
  109. include/fizz/extensions/tokenbinding/TokenBindingContext.h
  110. include/fizz/extensions/tokenbinding/TokenBindingServerExtension.h
  111. include/fizz/extensions/tokenbinding/Types.h
  112. include/fizz/extensions/tokenbinding/Utils.h
  113. include/fizz/extensions/tokenbinding/Validator.h
  114. include/fizz/fizz-config.h
  115. include/fizz/protocol/Actions.h
  116. include/fizz/protocol/AsyncFizzBase.h
  117. include/fizz/protocol/CertManagerBase.h
  118. include/fizz/protocol/Certificate.h
  119. include/fizz/protocol/CertificateVerifier.h
  120. include/fizz/protocol/DefaultCertificateVerifier.h
  121. include/fizz/protocol/DefaultFactory.h
  122. include/fizz/protocol/Events.h
  123. include/fizz/protocol/Exporter.h
  124. include/fizz/protocol/Factory.h
  125. include/fizz/protocol/FizzBase-inl.h
  126. include/fizz/protocol/FizzBase.h
  127. include/fizz/protocol/HandshakeContext.h
  128. include/fizz/protocol/KeyScheduler.h
  129. include/fizz/protocol/MultiBackendFactory.h
  130. include/fizz/protocol/Params.h
  131. include/fizz/protocol/Protocol.h
  132. include/fizz/protocol/StateMachine-inl.h
  133. include/fizz/protocol/StateMachine.h
  134. include/fizz/protocol/Types.h
  135. include/fizz/protocol/clock/Clock.h
  136. include/fizz/protocol/clock/SystemClock.h
  137. include/fizz/protocol/clock/test/Mocks.h
  138. include/fizz/protocol/ech/Decrypter.h
  139. include/fizz/protocol/ech/ECHExtensions-inl.h
  140. include/fizz/protocol/ech/ECHExtensions.h
  141. include/fizz/protocol/ech/Encryption.h
  142. include/fizz/protocol/ech/GreaseECH.h
  143. include/fizz/protocol/ech/GreaseECHSetting.h
  144. include/fizz/protocol/ech/Types-inl.h
  145. include/fizz/protocol/ech/Types.h
  146. include/fizz/protocol/test/CertTestTypes.h
  147. include/fizz/protocol/test/CertUtil.h
  148. include/fizz/protocol/test/Matchers.h
  149. include/fizz/protocol/test/Mocks.h
  150. include/fizz/protocol/test/ProtocolTest.h
  151. include/fizz/protocol/test/TestUtil.h
  152. include/fizz/record/BufAndPaddingPolicy.h
  153. include/fizz/record/EncryptedRecordLayer.h
  154. include/fizz/record/Extensions-inl.h
  155. include/fizz/record/Extensions.h
  156. include/fizz/record/PlaintextRecordLayer.h
  157. include/fizz/record/RecordLayer.h
  158. include/fizz/record/RecordLayerUtils-inl.h
  159. include/fizz/record/RecordLayerUtils.h
  160. include/fizz/record/Types-inl.h
  161. include/fizz/record/Types.h
  162. include/fizz/record/test/ExtensionTestsBase.h
  163. include/fizz/record/test/Mocks.h
  164. include/fizz/server/Actions.h
  165. include/fizz/server/AeadCookieCipher.h
  166. include/fizz/server/AeadTicketCipher.h
  167. include/fizz/server/AeadTokenCipher.h
  168. include/fizz/server/AsyncFizzServer-inl.h
  169. include/fizz/server/AsyncFizzServer.h
  170. include/fizz/server/AsyncSelfCert.h
  171. include/fizz/server/CertManager.h
  172. include/fizz/server/CookieCipher.h
  173. include/fizz/server/CookieTypes.h
  174. include/fizz/server/DualTicketCipher.h
  175. include/fizz/server/FizzServer-inl.h
  176. include/fizz/server/FizzServer.h
  177. include/fizz/server/FizzServerContext.h
  178. include/fizz/server/HandshakeLogging.h
  179. include/fizz/server/MultiServerExtensions.h
  180. include/fizz/server/Negotiator.h
  181. include/fizz/server/ReplayCache.h
  182. include/fizz/server/ResumptionState.h
  183. include/fizz/server/ServerExtensions.h
  184. include/fizz/server/ServerProtocol.h
  185. include/fizz/server/SlidingBloomReplayCache.h
  186. include/fizz/server/State.h
  187. include/fizz/server/TicketCipher.h
  188. include/fizz/server/TicketCodec-inl.h
  189. include/fizz/server/TicketCodec.h
  190. include/fizz/server/TicketPolicy.h
  191. include/fizz/server/TicketTypes.h
  192. include/fizz/server/TokenCipher.h
  193. include/fizz/server/test/Mocks.h
  194. include/fizz/server/test/Utils.h
  195. include/fizz/test/HandshakeTest.h
  196. include/fizz/test/LocalTransport.h
  197. include/fizz/tool/CertificateVerifiers.h
  198. include/fizz/tool/Commands.h
  199. include/fizz/tool/FizzCommandCommon.h
  200. include/fizz/util/FizzUtil.h
  201. include/fizz/util/KeyLogWriter.h
  202. include/fizz/util/Parse-inl.h
  203. include/fizz/util/Parse.h
  204. include/fizz/util/Tracing.h
  205. include/fizz/util/Variant.h
  206. include/fizz/util/Workarounds.h
  207. lib/cmake/fizz/fizz-config.cmake
  208. lib/cmake/fizz/fizz-targets-release.cmake
  209. lib/cmake/fizz/fizz-targets.cmake
  210. lib/libfizz.so
  211. lib/libfizz.so.1.0.0
  212. lib/libfizz_test_support.so
  213. @owner
  214. @group
  215. @mode
Collapse this list.
Dependency lines:
  • fizz>0:security/fizz
To install the port:
cd /usr/ports/security/fizz/ && make install clean
To add the package, run one of these commands:
  • pkg install security/fizz
  • pkg install fizz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fizz
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1746504537 SHA256 (facebookincubator-fizz-v2025.05.05.00_GH0.tar.gz) = 424c8bfb229ff3e46ab878cb7fb91b79ce785f9b61d85d4dc0eb5a0cd370cda6 SIZE (facebookincubator-fizz-v2025.05.05.00_GH0.tar.gz) = 754049

Packages (timestamps in pop-ups are UTC):
fizz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-------2024.01.01.00
FreeBSD:14:latest2025.04.07.002025.05.05.00-2025.03.10.00---2023.06.12.00
FreeBSD:14:quarterly2024.12.30.002025.03.31.00-2024.12.30.00---2024.01.01.00
FreeBSD:15:latest2025.03.31.002025.04.07.00n/a2025.03.31.00n/a--2024.02.19.00
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libboost_filesystem.so : devel/boost-libs
  2. libbzip2.so : misc/vxl
  3. libdouble-conversion.so : devel/double-conversion
  4. libevent.so : devel/libevent
  5. libfmt.so : devel/libfmt
  6. libfolly.so : devel/folly
  7. libgflags.so : devel/gflags
  8. libglog.so : devel/glog
  9. libicui18n.so : devel/icu
  10. liblz4.so : archivers/liblz4
  11. libsnappy.so : archivers/snappy
  12. libsodium.so : security/libsodium
  13. libunwind.so : devel/libunwind
  14. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. devel/fbthrift
  2. net/fb303
  3. net/mvfst
  4. net/wangle
  5. www/proxygen

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/fbzmq*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
security_fizz
USES:
cmake:testing compiler:c++14-lang ssl cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebookincubator/fizz/tar.gz/v2025.05.05.00?dummy=/
Collapse this list.

Number of commits found: 238 (showing only 38 on this page)

«  1 | 2 | 3 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2021.03.01.00
01 Mar 2021 18:37:37
Revision:566878Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:27:00
Revision:566327Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:53:54
Revision:565358Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.08.00 -> 2021.02.15.00
2021.02.08.00
09 Feb 2021 20:11:53
Revision:564808Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.02.01.00 -> 2021.02.08.00
2021.02.01.00
02 Feb 2021 17:06:25
Revision:563822Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.01.25.00 -> 2021.02.01.00
2021.01.25.00
26 Jan 2021 02:39:34
Revision:562631Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.01.18.00 -> 2021.01.25.00
2021.01.18.00
19 Jan 2021 17:53:12
Revision:562060Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.01.11.00 -> 2021.01.18.00
2021.01.11.00
11 Jan 2021 21:03:05
Revision:561264Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2021.01.04.00 -> 2021.01.11.00
2021.01.04.00
04 Jan 2021 18:59:24
Revision:560324Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.12.28.00 -> 2021.01.04.00
2020.12.28.00
28 Dec 2020 20:35:44
Revision:559518Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.12.21.00 -> 2020.12.28.00
2020.12.21.00
22 Dec 2020 18:29:42
Revision:558935Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.12.14.00 -> 2020.12.21.00
2020.12.14.00
15 Dec 2020 04:37:21
Revision:558128Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.12.07.00 -> 2020.12.14.00
2020.12.07.00
08 Dec 2020 23:28:47
Revision:557308Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.11.30.00 -> 2020.12.07.00
2020.11.30.00
01 Dec 2020 03:37:39
Revision:556698Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.11.23.00 -> 2020.11.30.00
2020.11.23.00
24 Nov 2020 23:41:37
Revision:556230Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.11.16.00 -> 2020.11.23.00
2020.11.16.00
20 Nov 2020 07:19:31
Revision:555741Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.11.02.00 -> 2020.11.16.00
2020.11.02.00
03 Nov 2020 18:07:06
Revision:554004Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.10.26.00 -> 2020.11.02.00

Reported by:	portscout
2020.10.26.00
27 Oct 2020 19:49:12
Revision:553478Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.10.12.00 -> 2020.10.26.00

Reported by:	portscout
2020.10.12.00
15 Oct 2020 05:42:05
Revision:552377Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.09.14.00 -> 2020.10.12.00

Reported by:	portscout
2020.09.14.00
15 Sep 2020 08:27:45
Revision:548711Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.09.07.00 -> 2020.09.14.00

Reported by:	portscout
2020.09.07.00
08 Sep 2020 17:11:31
Revision:547997Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.08.31.00 -> 2020.09.07.00

Reported by:	portscout
2020.08.31.00_1
07 Sep 2020 21:19:41
Revision:547943Original commit files touched by this commit
tobik search for other commits by this committer
devel/libfmt: Update to 7.0.3

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020.08.31.00
03 Sep 2020 09:17:07
Revision:547432Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.08.24.00 -> 2020.08.31.00

Reported by:	portscout
2020.08.24.00
27 Aug 2020 07:07:42
Revision:546326Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.08.17.00 -> 2020.08.24.00

Reported by:	portscout
2020.08.17.00
19 Aug 2020 19:02:42
Revision:545450Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.08.10.00 -> 2020.08.17.00

Reported by:	portscout
2020.08.10.00
11 Aug 2020 20:53:42
Revision:544714Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.08.03.00 -> 2020.08.10.00

Reported by:	portscout
2020.08.03.00
05 Aug 2020 00:38:51
Revision:544193Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.07.27.00 -> 2020.08.03.00

Reported by:	portscout
2020.07.27.00_1
31 Jul 2020 17:07:19
Revision:543873Original commit files touched by this commit
tobik search for other commits by this committer
devel/libfmt: Update to 7.0.2

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.2
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020.07.27.00
28 Jul 2020 16:11:50
Revision:543611Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.07.20.00 -> 2020.07.27.00

Reported by:	portscout
2020.07.20.00
21 Jul 2020 18:28:04
Revision:542775Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.07.13.00 -> 2020.07.20.00

Reported by:	portscout
2020.07.13.00_1
20 Jul 2020 16:27:43
Revision:542655Original commit files touched by this commit
tobik search for other commits by this committer
devel/libfmt: Update to 7.0.1

Changes:	https://github.com/fmtlib/fmt/releases/tag/7.0.1
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2020.07.13.00
15 Jul 2020 15:48:26
Revision:542268Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.07.06.00 -> 2020.07.13.00

Reported by:	portscout
2020.07.06.00
07 Jul 2020 09:00:24
Revision:541395Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.06.29.00 -> 2020.07.06.00

Reported by:	portscout
2020.06.29.00
30 Jun 2020 06:55:39
Revision:540862Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.06.15.00 -> 2020.06.29.00

Reported by:	portscout
2020.06.15.00
15 Jun 2020 20:37:18
Revision:539280Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.06.08.00 -> 2020.06.15.00
2020.06.08.00
09 Jun 2020 05:56:39
Revision:538283Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.06.01.00 -> 2020.06.08.00

Reported by:	portscout
2020.06.01.00
05 Jun 2020 20:09:46
Revision:538053Original commit files touched by this commit
yuri search for other commits by this committer
security/fizz: Update 2020.05.25.00 -> 2020.06.01.00

Reported by:	portscout
2020.05.25.00
29 May 2020 03:46:52
Revision:536921Original commit files touched by this commit
yuri search for other commits by this committer
New port: security/fizz: C++14 implementation of the TLS-1.3 standard

Number of commits found: 238 (showing only 38 on this page)

«  1 | 2 | 3