Skip to content

Commit

Permalink
Minor Updates
Browse files Browse the repository at this point in the history
- Updated the OID for SecP384r1MLKEM1024
- Modified the upstream commit hash in the README.md
- Bumped the version number

Signed-off-by: PI <[email protected]>
  • Loading branch information
pi-314159 committed Jan 20, 2025
1 parent b0483dc commit 910ef95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Both liboqs and this fork are part of the **Open Quantum Safe (OQS) project**, w

## Status

This fork is built on top of [commit be21ef7](https://github.com/google/boringssl/commit/be21ef7012f0812bb1c0c8fc226979fa6c301e8d), and adds:
This fork is built on top of [commit d4b6eb5](https://github.com/open-quantum-safe/boringssl/commit/d4b6eb542d4fd109baacd550935efd00c521e674), and adds:

- quantum-safe key exchange
- hybrid (quantum-safe + elliptic curve) key exchange
Expand Down
2 changes: 1 addition & 1 deletion include/openssl/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ OPENSSL_EXPORT size_t FIPS_read_counter(enum fips_counter_t counter);
// OPENSSL_VERSION_TEXT contains a string the identifies the version of
// “OpenSSL”. node.js requires a version number in this text.

#define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 (compatible; BoringSSL; OQS 2023-06)"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 (compatible; BoringSSL; OQS 2025-01)"

#define OPENSSL_VERSION 0
#define OPENSSL_CFLAGS 1
Expand Down
2 changes: 1 addition & 1 deletion include/openssl/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@ OPENSSL_EXPORT size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
#define SSL_GROUP_P256_MLKEM768 4587
#define SSL_GROUP_P384_MLKEM768 12108
#define SSL_GROUP_MLKEM1024 514
#define SSL_GROUP_P384_MLKEM1024 12110
#define SSL_GROUP_P384_MLKEM1024 4589
#define SSL_GROUP_P521_MLKEM1024 12109
#define SSL_GROUP_FRODO640AES 65024
#define SSL_GROUP_P256_FRODO640AES 12032
Expand Down
2 changes: 1 addition & 1 deletion oqs_template/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kems:
family: 'ML-KEM'
name: 'mlkem1024'
nid: '0x0202'
mix_with: [{'name': 'p384', 'mix_nid':'0x2F4E', 'nid':'SSL_GROUP_SECP384R1'}, {'name': 'p521', 'mix_nid':'0x2F4D', 'nid':'SSL_GROUP_SECP521R1'}]
mix_with: [{'name': 'p384', 'mix_nid':'0x11ED', 'nid':'SSL_GROUP_SECP384R1'}, {'name': 'p521', 'mix_nid':'0x2F4D', 'nid':'SSL_GROUP_SECP521R1'}]
oqs_meth: 'OQS_KEM_alg_ml_kem_1024'
-
family: 'FrodoKEM'
Expand Down

0 comments on commit 910ef95

Please sign in to comment.