Skip to content

Commit

Permalink
Merge pull request #55 from bandi13/fixRelease
Browse files Browse the repository at this point in the history
Add ChangeLog and README to release archive
  • Loading branch information
dgarske authored Oct 31, 2024
2 parents 28ed8f3 + a81a4ae commit 609f7dc
Show file tree
Hide file tree
Showing 74 changed files with 845 additions and 176 deletions.
28 changes: 14 additions & 14 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# wolfProvider version 1.0.1 (Sept 10, 2024)
Add test-sanity script
Add FIPS testing
Add a sanity check to make sure we can connect to external servers
Fix for openssl denying connections
Add more logging of calls
Add helpful failure messages
Fix 'make check' failures
Fix wp_corebio_get_bio
Add in simple logging for wolfProvider
Use custom list of supported settable parameters
Explicit ignore of generated content
Add simple Github Action
Add in declarations and calls to tests
Add AES CFB encryption/decryption + tests
* Add test-sanity script
* Add FIPS testing
* Add a sanity check to make sure we can connect to external servers
* Fix for openssl denying connections
* Add more logging of calls
* Add helpful failure messages
* Fix 'make check' failures
* Fix wp_corebio_get_bio
* Add in simple logging for wolfProvider
* Use custom list of supported settable parameters
* Explicit ignore of generated content
* Add simple Github Action
* Add in declarations and calls to tests
* Add AES CFB encryption/decryption + tests

# wolfProvider version 1.0.0 (July 17, 2024)

Expand Down
13 changes: 6 additions & 7 deletions IDE/XCODE/build-openssl-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

# build-openssl-framework.sh
#
# Copyright (C) 2006-2023 wolfSSL Inc.
# Copyright (C) 2006-2024 wolfSSL Inc.
#
# This file is part of wolfSSL.
# This file is part of wolfProvider.
#
# wolfSSL is free software; you can redistribute it and/or modify
# wolfProvider is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# wolfSSL is distributed in the hope that it will be useful,
# wolfProvider is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
# along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.

set -euo pipefail

Expand Down
13 changes: 6 additions & 7 deletions IDE/XCODE/build-wolfprovider-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

# build-wolfprov-framework.sh
#
# Copyright (C) 2006-2023 wolfSSL Inc.
# Copyright (C) 2006-2024 wolfSSL Inc.
#
# This file is part of wolfSSL.
# This file is part of wolfProvider.
#
# wolfSSL is free software; you can redistribute it and/or modify
# wolfProvider is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# wolfSSL is distributed in the hope that it will be useful,
# wolfProvider is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
# along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.

set -euo pipefail

Expand Down
13 changes: 6 additions & 7 deletions IDE/XCODE/build-wolfssl-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

# build-wolfssl-framework.sh
#
# Copyright (C) 2006-2023 wolfSSL Inc.
# Copyright (C) 2006-2024 wolfSSL Inc.
#
# This file is part of wolfSSL.
# This file is part of wolfProvider.
#
# wolfSSL is free software; you can redistribute it and/or modify
# wolfProvider is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# wolfSSL is distributed in the hope that it will be useful,
# wolfProvider is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
# along with wolfProvider. If not, see <http://www.gnu.org/licenses/>.

set -euo pipefail

Expand Down
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include

lib_LTLIBRARIES = libwolfprov.la

EXTRA_DIST+=ChangeLog.md
EXTRA_DIST+=README.md

include src/include.am
include include/include.am
include test/include.am
Expand Down
Loading

0 comments on commit 609f7dc

Please sign in to comment.