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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
*`X500Name`
18
18
* Dependency update:
19
19
* Add `com.eygraber:uri-kmp:0.0.20` (for URI parsing)
20
-
* Add `at.asitplus:cidre:0.2.0` (CIDR math)
20
+
* Add `at.asitplus:cidre:0.3.0` (CIDR math)
21
21
* Changed `AttributeTypeAndValue` from sealed to open and removed the `Other` subclass. Unknown OIDs now fall back to a plain `AttributeTypeAndValue` instance
22
22
* Add stricter length checks to be more resilient towards adversarial inputs
23
23
* Correct serialization logic for symmetric `CoseKey` in `CoseKeySerializer`
Copy file name to clipboardExpand all lines: indispensable/src/jvmTest/kotlin/at/asitplus/signum/indispensable/pki/generalNames/GeneralNamesConstrainsTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ class GeneralNamesConstrainsTest : FreeSpec ({
72
72
val testEmailIsNotConstraint = arrayOf(".abc.test.com", "www.test.com", "test1@abc.test.com", "bc.test.com")
73
73
val widenNames = arrayOf(".test.com")
74
74
val narrowNames = arrayOf(".test.com")
75
-
val dummyOtherDNS = DNSName(Asn1String.IA5(""), allowWildcard = true, performValidation = false)
75
+
val dummyOtherDNS = DNSName(Asn1String.IA5("example.com"), allowWildcard = true, performValidation = false)
0 commit comments