@@ -9,6 +9,101 @@ Changelog - nrf_oberon
9
9
10
10
All notable changes to this project are documented in this file.
11
11
12
+ nrf_oberon - 3.0.16
13
+ *******************
14
+
15
+ New version of the nrf_oberon library with the following changes.
16
+
17
+ Added
18
+ =====
19
+
20
+ * Add support for LMS verify and HSS verify (PQC signature algorithms). Based on NIST SP 800-208. With support for SHA256 and SHAKE256 hashing.
21
+ * Add AES key wrap algorithms with and without padding based on NIST standard Methods for Key Wrapping.
22
+ * Add support for XChaCha20 and XChaCha20-Poly1305. Based on XChaCha.
23
+ * Add support for secp256k1 (Koblitz curves). Based on NIST SP 800-56A Rev. 3 and FIPS 186-5.
24
+ * Add AES key wrap algorithms with and without padding based on NIST standard Methods for Key Wrapping.
25
+ * Add experimental support for WPA3-SAE/WPA3-SAE-H2E based on IEEE standard P802.11-REVme/D7.0, Part 11.
26
+ * Add experimental support for Ascon-Hash256 (fixed size, XOF, CXOF) and Ascon-AEAD128. Based on NIST SP 800-232.
27
+
28
+ Library built against Mbed TLS version 3.6.2.
29
+
30
+ Added the following Oberon crypto libraries for nRF91, nRF53, nRF52, and nRF51 Series.
31
+
32
+ .. note ::
33
+ The *short-wchar * libraries are compiled with a wchar_t size of 16 bits.
34
+
35
+ * nrf_oberon, nRF91 and nRF53 Series application core variants
36
+
37
+ * :file: `cortex-m33/hard-float/liboberon_3.0.16.a `
38
+ * :file: `cortex-m33/hard-float/liboberon_mbedtls_3.0.16.a `
39
+ * :file: `cortex-m33/soft-float/liboberon_3.0.16.a `
40
+ * :file: `cortex-m33/soft-float/liboberon_mbedtls_3.0.16.a `
41
+
42
+ * short-wchar
43
+
44
+ * :file: `cortex-m33/hard-float/short-wchar/liboberon_3.0.16.a `
45
+ * :file: `cortex-m33/hard-float/short-wchar/liboberon_mbedtls_3.0.16.a `
46
+ * :file: `cortex-m33/soft-float/short-wchar/liboberon_3.0.16.a `
47
+ * :file: `cortex-m33/soft-float/short-wchar/liboberon_mbedtls_3.0.16.a `
48
+
49
+ * Keil
50
+
51
+ * :file: `cortex-m33/hard-float/short-wchar/oberon_3.0.16.lib` `
52
+ * :file: `cortex-m33/hard-float/short-wchar/oberon_mbedtls_3.0.16.lib` `
53
+ * :file: `cortex-m33/soft-float/short-wchar/oberon_3.0.16.lib` `
54
+ * :file: `cortex-m33/soft-float/short-wchar/oberon_mbedtls_3.0.16.lib` `
55
+
56
+ * nrf_oberon, nRF53 Series network core variants
57
+
58
+ * :file: `cortex-m33+nodsp/soft-float/liboberon_3.0.16.a `
59
+ * :file: `cortex-m33+nodsp/soft-float/liboberon_mbedtls_3.0.16.a `
60
+
61
+ * short-wchar
62
+
63
+ * :file: `cortex-m33+nodsp/soft-float/short-wchar/liboberon_3.0.16.a `
64
+ * :file: `cortex-m33+nodsp/soft-float/short-wchar/liboberon_mbedtls_3.0.16.a `
65
+
66
+ * Keil
67
+
68
+ * :file: `cortex-m33/soft-float/short-wchar/oberon_3.0.16.lib` `
69
+ * :file: `cortex-m33/soft-float/short-wchar/oberon_mbedtls_3.0.16.lib` `
70
+
71
+ * nrf_oberon, nRF52 Series variants
72
+
73
+ * :file: `cortex-m4/hard-float/liboberon_3.0.16.a `
74
+ * :file: `cortex-m4/hard-float/liboberon_mbedtls_3.0.16.a `
75
+ * :file: `cortex-m4/soft-float/liboberon_3.0.16.a `
76
+ * :file: `cortex-m4/soft-float/liboberon_mbedtls_3.0.16.a.a `
77
+
78
+ * short-wchar
79
+
80
+ * :file: `cortex-m4/hard-float/short-wchar/liboberon_3.0.16.a `
81
+ * :file: `cortex-m4/hard-float/short-wchar/liboberon_mbedtls_3.0.16.a `
82
+ * :file: `cortex-m4/soft-float/short-wchar/liboberon_3.0.16.a `
83
+ * :file: `cortex-m4/soft-float/short-wchar/liboberon_mbedtls_3.0.16.a `
84
+
85
+ * Keil
86
+
87
+ * :file: `cortex-m4/soft-float/short-wchar/oberon_3.0.16.lib` `
88
+ * :file: `cortex-m4/soft-float/short-wchar/oberon_mbedtls_3.0.16.lib` `
89
+ * :file: `cortex-m4/hard-float/short-wchar/oberon_3.0.16.lib` `
90
+ * :file: `cortex-m4/hard-float/short-wchar/oberon_mbedtls_3.0.16.lib` `
91
+
92
+ * nrf_oberon, nRF51 Series variants
93
+
94
+ * :file: `cortex-m0/soft-float/liboberon_3.0.16.a `
95
+ * :file: `cortex-m0/soft-float/liboberon_mbedtls_3.0.16.a `
96
+
97
+ * short-wchar
98
+
99
+ * :file: `cortex-m0/soft-float/short-wchar/liboberon_3.0.16.a `
100
+ * :file: `cortex-m0/soft-float/short-wchar/liboberon_mbedtls_3.0.16.a `
101
+
102
+ * Keil
103
+
104
+ * :file: `cortex-m0/soft-float/short-wchar/oberon_3.0.16.lib` `
105
+ * :file: `cortex-m0/soft-float/short-wchar/oberon_mbedtls_3.0.16.lib` `
106
+
12
107
nrf_oberon - 3.0.15
13
108
*******************
14
109
0 commit comments