Skip to content

Commit

Permalink
Fix comments that refer to old draft of HPKE.
Browse files Browse the repository at this point in the history
Bug: 275
Change-Id: I4879459fceade79a0d646cb394f42af55e12236d
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/45144
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
  • Loading branch information
dmcardle authored and CQ bot account: commit-bot@chromium.org committed Jan 21, 2021
1 parent c47bfce commit 39093c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crypto/hpke/hpke.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "internal.h"


// This file implements draft-irtf-cfrg-hpke-05.
// This file implements draft-irtf-cfrg-hpke-07.

#define KEM_CONTEXT_LEN (2 * X25519_PUBLIC_VALUE_LEN)

Expand Down
2 changes: 1 addition & 1 deletion crypto/hpke/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
// receiver with a public key. Optionally, the sender may authenticate its
// possession of a pre-shared key to the recipient.
//
// See https://tools.ietf.org/html/draft-irtf-cfrg-hpke-05.
// See https://tools.ietf.org/html/draft-irtf-cfrg-hpke-07.

// EVP_HPKE_AEAD_* are AEAD identifiers.
#define EVP_HPKE_AEAD_AES_GCM_128 0x0001
Expand Down
2 changes: 1 addition & 1 deletion ssl/test/runner/hpke/hpke.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Package hpke implements Hybrid Public Key Encryption (HPKE).
//
// See https://tools.ietf.org/html/draft-irtf-cfrg-hpke-05.
// See https://tools.ietf.org/html/draft-irtf-cfrg-hpke-07.
package hpke

import (
Expand Down

0 comments on commit 39093c1

Please sign in to comment.