You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/authority
Derrick Lyndon Pallas 7a5c4a1112 authority/provisioners: fix overflow on 32-bit systems
In Go, len returns signed ints, not unsigned ints; consequently, this code
comparison overflows on 32-bit systems, like ARM.
5 years ago
..
testdata/secrets first commit 6 years ago
authority.go Add support for multiple roots. 6 years ago
authority_test.go Add support for multiple roots. 6 years ago
authorize.go Strip ports on audience check. 6 years ago
authorize_test.go Strip ports on audience check. 6 years ago
claims.go change sign + authorize authority api | add provisioners 6 years ago
claims_test.go change sign + authorize authority api | add provisioners 6 years ago
config.go remove dead code 6 years ago
config_test.go Add support for multiple roots. 6 years ago
error.go first commit 6 years ago
provisioner.go make Duration public 6 years ago
provisioner_test.go Use name instead of issuer in error message. 6 years ago
provisioners.go authority/provisioners: fix overflow on 32-bit systems 5 years ago
provisioners_test.go Use name instead of issuer in error message. 6 years ago
root.go Add comment to differentiate GetRootCertificates and GetRoots. 6 years ago
root_test.go Remove mTLS client requirement in /roots and /federation 6 years ago
tls.go Add provisioner option to disable renewal. 6 years ago
tls_test.go Add provisioner option to disable renewal. 6 years ago
types.go make Duration public 6 years ago
types_test.go make Duration public 6 years ago