Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a565151
[nrf noup] Remove duplicated legacy Mbed TLS header files
frkv Aug 22, 2024
a1ae168
[nrf toup] library: Add _Static_assert in common.h
Vge0rge Mar 7, 2025
64f7610
[nrf noup] Remove redefinition ECC_MAX_CURVE_BITS
Vge0rge Jul 11, 2025
9d56fa9
[nrf noup] Add missing brainpool key sizes
Vge0rge Mar 3, 2025
8200edd
[nrf noup] Remove oberon_config.h inclusion
Vge0rge Feb 6, 2024
846f2fe
[nrf noup] Turn the repo into a Zephyr module
SebastianBoe Mar 8, 2024
0f3b46c
[nrf toup] Support builtin keys with CMAC KDF
vlilleboe Apr 8, 2024
6fff796
[nrf noup] keys: Add plausibility checks for ECC keys
mswarowsky Mar 19, 2024
d0898f6
[nrf noup] library: psa_crypto_storage.c error
Vge0rge Apr 17, 2024
ccb3a47
[nrf noup] testspec: Add test spec to run crypto and TF-M tests
stephen-nordic Mar 8, 2024
f83e081
[nrf noup] Adjust range for builtin keys
vlilleboe Apr 19, 2024
4bbc0e1
[nrf noup] Allow import and destroy of builtin keys
vlilleboe Apr 3, 2024
69028a8
[nrf noup] Don't ignore error code
vlilleboe Jun 14, 2024
6210742
[nrf noup] PSA key attribute ABI compliance
frkv Aug 22, 2024
34b2895
[nrf noup] psa: Using simpler initialization for operation structs
frkv Aug 23, 2024
5a19781
[nrf noup] Do not use generic header names
krish2718 Sep 26, 2024
323a133
[nrf noup] added skip in ecdsa verify if eddsaph
PFnord Nov 11, 2024
1251218
[nrf noup] ed448 key size 456 bits
Vge0rge Jul 11, 2025
57bea3f
[nrf noup] Update unsupported algs header
Vge0rge Jul 11, 2025
04490a4
[nrf noup] Add mbedtls config headers build_info.h
Vge0rge Mar 6, 2025
2127b5f
[nrf toup] fix unused variable warning
tomi-font Apr 4, 2025
975ee63
[nrf toup] fix unused function warning
tomi-font Jul 21, 2025
93c0e6e
[nrf noup] ci: Adding yamllint aciton
DatGizmo Apr 16, 2025
bd4fd82
[nrf noup] ci: fix yaml files
DatGizmo Aug 14, 2025
d682b30
[nrf toup] drivers: Align RSA OAEP with the Cracen driver
Vge0rge Aug 13, 2025
180fa1b
[nrf noup] library: fix psa_destroy_key
AntonZma Sep 24, 2025
c79b47b
[nrf toup] don't try to find volatile/builtin keys from wrong sources
tomi-font Oct 1, 2025
ee0cdb0
[nrf noup] drivers: key_derivation: Fix ifdefs for WPA3-SAE
AntonZma Oct 30, 2025
4e6a8b9
[nrf fromlist] Fix ECDSA secp521r1 padding issue in oberon driver
frkv Nov 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/test-spec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"CI-crypto-test":
- "**/*"

"CI-tfm-test":
- "**/*"
11 changes: 11 additions & 0 deletions .github/workflows/lint-yaml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Lint yaml files

on:
pull_request:

jobs:
lint_yaml:
runs-on: ubuntu-24.04
name: Execute yamllint
steps:
- uses: nrfconnect/action-yamllint@main
7 changes: 7 additions & 0 deletions Kconfig.oberon_psa_crypto
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# File left intentionally blank for the Zephyr module infrastructure
631 changes: 0 additions & 631 deletions include/mbedtls/aes.h

This file was deleted.

Loading