Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: aws-c-cal-devel | Distribution: openSUSE Tumbleweed |
Version: 0.8.1 | Vendor: openSUSE |
Release: 1.2 | Build date: Thu Nov 21 11:41:52 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 45799 | Source RPM: aws-c-cal-0.8.1-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/awslabs/aws-c-cal | |
Summary: Development files for aws-c-cal library |
AWS Crypto Abstraction Layer, a C99 wrapper for cryptography primitives. This package contains the development files.
Apache-2.0
* Thu Nov 21 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.8.1 * chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in (#199) * RSA PKCS1.5 SHA1 signing by @DmitriyMusatkin in (#201) * Thu Oct 24 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.8.0 * Update CMake to 3.9 by @waahm7 in (#200) * Mon Aug 26 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.7.4 * OpenSSL Runtime and Compile Time Mismatch Fix by @waahm7 in (#198) - from version 0.7.3 * Update MacOS CI to arm64 by @waahm7 in (#196) * Use prebuilt aws-lc by @sfod in (#197) * Fri Jul 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.7.2 * CI for AWS-LC-FIPS by @graebm in (#192) * Fix FreeBSD CI to install default python packages by @TingDaoK in (#193) * Revert "Revert "Implement runtime check on libcrypto linkage (#186)" by @TingDaoK in (#195) * Thu Jul 04 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.7.1 * Revert lc pin by @DmitriyMusatkin in (#190) * Revert "Implement runtime check on libcrypto linkage (#186)" by @graebm in (#191) * Wed Jun 26 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.7.0 * clang-format 18 by @graebm in (#187) * Implement runtime check on libcrypto linkage by @WillChilds-Klein in (#186) * Pin AWS-LC until it's fixed for manylinux1 by @graebm in (#188) * Make AES GCM more consistent cross platform by @DmitriyMusatkin in (#189) * Fri May 31 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.15 * Fix inccorect export of aws_symmetric_cipher_get_state by @sbiscigl in (#185) * Wed May 22 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.14 - Fix inccorect export of aws_symmetric_cipher_get_state by @sbiscigl in (#185) * Mon May 13 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.13 * Fix handling of empty plaintext for AES by @DmitriyMusatkin in (#183) * Adds a way to keep a more detailed state of a symetric cipher by @sbiscigl in (#184) - from version 0.6.12 * CI test: Apple: explicitly include & link to CoreFoundation by @jmklix in (#181) * Move aws-lc shutdown to destructor from cleanup by @DmitriyMusatkin in (#182) * Mon Apr 15 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.11 * Not install tests stuff by @TingDaoK in (#177) * chore(ci): Performance boost to OpenBSD CI jobs by @knightjoel in (#179) * CI job for FreeBSD by @knightjoel in (#178) * Fix: Use buffer without memory allocation by @alfred2g in (#180) - Drop aws-c-cal package as upstream no longer installs the binaries * Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. * Mon Feb 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.10 * Update bot permissions by @jmklix in (#172) * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#176) * Consistently use lowercase for Windows libraries by @giordano in (#161) * Allows cmake to force crypto linkage. by @sbiscigl in (#175) * Tue Nov 21 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.9 * Use AWS_APPSTORE_SAFE cflag to gate access to private APIs by @graebm in (#171) - from version 0.6.8 * Stop using private CommonCrypto APIs on iOS by @graebm in (#170) - from version 0.6.7 * Fix OpenSSL 3 tests by @DmitriyMusatkin in (#169) * Tue Oct 17 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.6 * More consistent signature mismatch error on mac by @DmitriyMusatkin in (#167) * Consistent signature validation for short signatures by @DmitriyMusatkin in (#168) - from version 0.6.5 * Missing salt define by @DmitriyMusatkin in (#165) - from version 0.6.4 * Fix build against openssl 1.0.2 by @DmitriyMusatkin in (#164) - from version 0.6.3 * Added workflow for handling answerable discussion by @yasminetalby in (#156) * Fix aws-c-cal-config.cmake by @graebm in (#158) * Be more explicit on int format in DER by @DmitriyMusatkin in (#160) * RSA support by @DmitriyMusatkin in (#159) * Fix for byo crypto compile and add ci for it by @TingDaoK in (#162) * Use fake pub key by @TingDaoK in (#163) * Wed Aug 30 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.2 * Minor CMakelists.txt cleanup by @graebm in (#155) * Explicit Private for target_link_libraries by @waahm7 in (#157) * Tue Jul 25 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.1 * Stop using memset(), use byte-buf helper function instead. by @graebm in (#154) * Mon Jul 03 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.6.0 * Update time to ancient (#150) * Cleanup aws-lc thread locals and thread local key on library shutdown (#152) * Tue May 16 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.27 * Support BoringSSL by @DmitriyMusatkin in (#148) * Fix warnings in public headers by @waahm7 in (#149) * Wed Apr 26 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.26 * Fixed CTR mode on OpenSSL not generating an empty counter by @JonathanHenson in (#147) - from version 0.5.25 * Add Github templates and bots by @jmklix in (#143) * Unpin awslc by @TingDaoK in (#144) * Fix for osx deployment target 10.9 by @waahm7 in (#145) * Added validation for key and iv sizes. by @JonathanHenson in (#146) * Tue Apr 18 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.24 * Correctly detect macOS version by @JonathanHenson in (#140) * Handle OpenSSL 1.0 on cipher reset correctly by @JonathanHenson in (#141) - from version 0.5.23 * Minor Bug fix in keywrap buffer management that broke on statically allocated buffers by @JonathanHenson in (#139) - from version 0.5.22 * CI job for OpenBSD by @knightjoel in (#134) * Pull in aws-lc during builder builds on OpenBSD by @knightjoel in (#135) * Remove sanitizer blacklist by @DmitriyMusatkin in (#137) * Pin version of aws-lc by @DmitriyMusatkin in (#138) * Added 256-bit AES with CBC, CTR, GCM, and Keywrap Modes by @JonathanHenson in (#136) * Fri Mar 03 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.21 * Fix build on OpenBSD by @knightjoel in (#133) * Fri Oct 14 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.20 * Fix dynamic loading of AWS-LC by @jeking3 in (#129) * Thu Sep 01 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.19 * Double fallback for load target by @TingDaoK in (#123) - from version 0.5.18 * CI to run ECC signature verifier tool on cross-platform data set by @bretambrose in (#118) * Apple assert fix by @graebm in (#121) * Wed May 18 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.17 * Find OpenSSL package from system by @serzhick in (#114) - from version 0.5.16 * Remove AWS:: prefix from crypto module used from cmake path in case of IN_SOURCE_BUILD by @serzhick in (#112) - from version 0.5.15 * Fix an issue where windows implementations of ecdsa wasn't properly trimming padding from sha256 signature. * Tue Mar 01 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to version 0.5.14 + Fixed build failure from previous release. * Fixed memory leak in unit test. (#106) - from version 0.5.13 + Fix aws-lc targets. * Properly use cmake target exports for libcrypto. (#104)
/usr/include/aws /usr/include/aws/cal /usr/include/aws/cal/cal.h /usr/include/aws/cal/ecc.h /usr/include/aws/cal/exports.h /usr/include/aws/cal/hash.h /usr/include/aws/cal/hmac.h /usr/include/aws/cal/rsa.h /usr/include/aws/cal/symmetric_cipher.h /usr/lib/cmake /usr/lib/cmake/aws-c-cal /usr/lib/cmake/aws-c-cal/aws-c-cal-config.cmake /usr/lib/cmake/aws-c-cal/modules /usr/lib/cmake/aws-c-cal/modules/Findcrypto.cmake /usr/lib/cmake/aws-c-cal/shared /usr/lib/cmake/aws-c-cal/shared/aws-c-cal-targets-release.cmake /usr/lib/cmake/aws-c-cal/shared/aws-c-cal-targets.cmake /usr/lib/libaws-c-cal.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 02:11:34 2025