Skip to content

Commit d6a5191

Browse files
Update mbedtls submodule (#119)
1 parent c4c517f commit d6a5191

File tree

50 files changed

+84
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+84
-60
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
-DCMAKE_BUILD_TYPE=Debug \
2121
-DBUILD_CLONE_SUBMODULES=ON \
2222
-DSYSTEM_TESTS=1 \
23-
-DCMAKE_C_FLAGS='-Wall -Wextra -DNDEBUG'
23+
-DCMAKE_C_FLAGS='-Wall -Wextra -DNDEBUG -DLIBRARY_LOG_LEVEL=LOG_DEBUG'
2424
make -C build/ all
2525
- name: System Tests
2626
run: |

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "corePKCS11"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "v3.0.2"
41+
PROJECT_NUMBER = "v3.1.0"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name : "corePKCS11"
2-
version: "v3.0.2"
2+
version: "v3.1.0"
33
description: |
44
"Software implementation of the PKCS #11 standard.\n"
55
dependencies:
66
- name : "mbedtls"
7-
version: "v2.16.8"
7+
version: "v2.26.0"
88
repository:
99
type: "git"
1010
url: "https://github.com/ARMmbed/mbedtls/"

source/core_pkcs11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.0.2
2+
* corePKCS11 v3.1.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

source/core_pki_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.0.2
2+
* corePKCS11 v3.1.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

source/dependency/3rdparty/mbedtls

source/include/core_pkcs11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.0.2
2+
* corePKCS11 v3.1.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

source/include/core_pkcs11_pal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* corePKCS11 v3.0.2
2+
* corePKCS11 v3.1.0
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)