libp2p/autotls/acme/utils

    Dark Mode
Search:
Group by:
  Source   Edit

Types

ACMEError = object of LPError
  Source   Edit

Procs

proc base64UrlEncode(data: seq[byte]): string {....raises: [], tags: [].}
Encodes data using base64url (RFC 4648 §5) — no padding, URL-safe   Source   Edit
proc createCSR(domain: string): string {....raises: [ACMEError], tags: [].}
  Source   Edit
proc getResponseBody(response: HttpClientResponseRef): InternalRaisesFuture[
    JsonNode, (ACMEError, CancelledError)] {.stackTrace: false, ...raises: [],
    gcsafe, tags: [RootEffect].}
  Source   Edit
proc keyOrError(table: HttpTable; key: string): string {....raises: [ValueError],
    tags: [].}
  Source   Edit
proc thumbprint(key: KeyPair): string {....raises: [], tags: [].}
  Source   Edit