You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// P256 key and no metadata/extensions are expected to be honored by the CA.
75
75
constexprsize_tkMIN_CSR_Buffer_Size = 255;
76
76
77
-
[[deprecated("This constant is no longer used by common code and should be replaced by kMIN_CSR_Buffer_Size. Checks that a CSR is <= kMAX_CSR_Buffer_size must be updated. This remains to keep valid buffers working from previous public API usage.")]]
78
-
constexprsize_tkMAX_CSR_Buffer_Size = 255;
77
+
[[deprecated("This constant is no longer used by common code and should be replaced by kMIN_CSR_Buffer_Size. Checks that a CSR is "
78
+
"<= kMAX_CSR_Buffer_size must be updated. This remains to keep valid buffers working from previous public API "
0 commit comments