mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-03 20:29:30 -05:00
added non-backward compatible flag change for v0.7 about sha1 certs
This commit is contained in:
parent
b2d05d7d8e
commit
e18bb74a5e
@ -286,7 +286,7 @@ isEmpty(RS_THREAD_LIB):RS_THREAD_LIB = pthread
|
|||||||
#
|
#
|
||||||
# V07_NON_BACKWARD_COMPATIBLE_CHANGE_002:
|
# V07_NON_BACKWARD_COMPATIBLE_CHANGE_002:
|
||||||
#
|
#
|
||||||
# What: Use RSA+SHA256 instead of RSA+SHA1 for PGP certificate signatures
|
# What: Use RSA+SHA256 instead of RSA+SHA1 for SSL certificates
|
||||||
#
|
#
|
||||||
# Why: Sha1 is likely to be prone to primary collisions anytime soon, so it is urgent to turn to a more secure solution.
|
# Why: Sha1 is likely to be prone to primary collisions anytime soon, so it is urgent to turn to a more secure solution.
|
||||||
#
|
#
|
||||||
@ -303,9 +303,19 @@ isEmpty(RS_THREAD_LIB):RS_THREAD_LIB = pthread
|
|||||||
# V07_NON_BACKWARD_COMPATIBLE_CHANGE_004:
|
# V07_NON_BACKWARD_COMPATIBLE_CHANGE_004:
|
||||||
#
|
#
|
||||||
# What: Do not probe that GXS tunnels accept fast items. Just assume they do.
|
# What: Do not probe that GXS tunnels accept fast items. Just assume they do.
|
||||||
|
#
|
||||||
# Why: Avoids sending probe packets
|
# Why: Avoids sending probe packets
|
||||||
|
#
|
||||||
# BackwardCompat: old RS before Mai 2019 will not be able to distant chat.
|
# BackwardCompat: old RS before Mai 2019 will not be able to distant chat.
|
||||||
#
|
#
|
||||||
|
# V07_NON_BACKWARD_COMPATIBLE_CHANGE_005:
|
||||||
|
#
|
||||||
|
# What: Stop accepting certificates signed with sha1 algorithm
|
||||||
|
#
|
||||||
|
# Why: Sha1 has been declared insecure and shouldn't be used anymore.
|
||||||
|
#
|
||||||
|
# BackwardCompat: Retroshare profiles generated before Nov.2024 with openpgp-sdk may still use sha1
|
||||||
|
#
|
||||||
###########################################################################################################################################################
|
###########################################################################################################################################################
|
||||||
|
|
||||||
###########################################################################################################################################################
|
###########################################################################################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user