Bearer token in header as Basic token? – Does that violate the RFC6749 spec?

In a header you can have—for example—"Authorization: Basic " xor "Authorization: Bearer ".
If I use my Bearer token as Basic, then can this endpoint double as a give me fresh tokens for this access token"?
https://… Continue reading Bearer token in header as Basic token? – Does that violate the RFC6749 spec?

In TLS 1.2 why are certificate signature algorithms not limited by supported cipher suites?

TLS 1.2 clients and servers are typically configured to support a limited set of cipher suites. These suites include signature algorithms that are typically used for the ephemeral key exchanges during the handshake. Additionally, the Clien… Continue reading In TLS 1.2 why are certificate signature algorithms not limited by supported cipher suites?

Should I house my organization’s root CA certificate in public github repostiory?

We have a public repository of a software that uses Docker container. Any thing that runs within the organization sees certificates signed by our org’s root CA. For the container to run properly within our org, the root CA certificate need… Continue reading Should I house my organization’s root CA certificate in public github repostiory?