Skip to content

Commit

Permalink
[v3.6.2] Update changelog, version numbers and .md files for release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws authored Oct 21, 2024
1 parent 470ccc3 commit 25f89f8
Show file tree
Hide file tree
Showing 63 changed files with 65 additions and 62 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log for corePKCS11 Library

## v3.6.2 (October 2024)
* [#202](https://github.com/FreeRTOS/corePKCS11/pull/202) Export RSA key attributes from mbedtls context to support TLSv1.3

## v3.6.1 (June 2024)
* Fix doxygen deployment on Github.

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = corePKCS11
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v3.6.1
PROJECT_NUMBER = v3.6.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "corePKCS11"
version: "v3.6.1"
version: "v3.6.2"
description: "Software implementation of the PKCS #11 standard."
license: "MIT"

Expand Down
2 changes: 1 addition & 1 deletion source/core_pkcs11.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/core_pki_utils.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/dependency/3rdparty/mbedtls_utils/mbedtls_utils.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/dependency/3rdparty/mbedtls_utils/mbedtls_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/core_pkcs11.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/core_pkcs11_config_defaults.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/core_pkcs11_pal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/include/core_pki_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/portable/mbedtls/core_pkcs11_mbedtls.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/portable/os/core_pkcs11_pal_utils.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/portable/os/core_pkcs11_pal_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/portable/os/freertos_winsim/core_pkcs11_pal.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion source/portable/os/posix/core_pkcs11_pal.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/core_pkcs11_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/include/pkcs11_interface_stubs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_CloseSession/C_CloseSession_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_CreateObject/C_CreateObject_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_DestroyObject/C_DestroyObject_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_DigestFinal/C_DigestFinal_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_DigestInit/C_DigestInit_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_DigestUpdate/C_DigestUpdate_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_Finalize/C_Finalize_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_FindObjects/C_FindObjects_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_GetSlotList/C_GetSlotList_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_Initialize/C_Initialize_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_OpenSession/C_OpenSession_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_Sign/C_Sign_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_SignInit/C_SignInit_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_Verify/C_Verify_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/C_VerifyInit/C_VerifyInit_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/proofs/xGetSlotList/xGetSlotList_harness.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/core_pkcs11_pal_stubs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/core_pki_utils_stubs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/mbedtls_stubs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/cbmc/stubs/pkcs11_interface_stubs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/include/core_pkcs11_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/include/logging_levels.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/include/logging_stack.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion test/include/malloc_stub.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* corePKCS11 v3.6.1
* corePKCS11 v3.6.2
* Copyright (C) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* SPDX-License-Identifier: MIT
Expand Down
Loading

0 comments on commit 25f89f8

Please sign in to comment.