Recent Releases of https://github.com/awslabs/aws-c-cal
https://github.com/awslabs/aws-c-cal - [FIX] heap use after free on aws_ecc_key_pair_new_from_asn1
What's Changed
- FIX -- heap use after free by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/219
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.9.1...v0.9.2
- C
Published by TingDaoK about 1 year ago
https://github.com/awslabs/aws-c-cal - FIX: dlopen(NULL) returns NULL on static linked executable
What's Changed
- dlopen(NULL) returns NULL on static linked executable by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/215
- Fix casing on Windows header files by @ianbotsf in https://github.com/awslabs/aws-c-cal/pull/217
- Remove clang-3 from CI by @sbSteveK in https://github.com/awslabs/aws-c-cal/pull/218
New Contributors
- @ianbotsf made their first contribution in https://github.com/awslabs/aws-c-cal/pull/217
- @sbSteveK made their first contribution in https://github.com/awslabs/aws-c-cal/pull/218
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.9.0...v0.9.1
- C
Published by TingDaoK about 1 year ago
https://github.com/awslabs/aws-c-cal - drop support for MacOS <10.15 and IOS<11
What's Changed
- Mac10.15+ by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/214
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.9...v0.9.0
- C
Published by TingDaoK over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.9
What's Changed
- RSA PKCS8 support by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/212
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.8...v0.8.9
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.8
What's Changed
- Fix module export to respect ed25519 flag by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/210
- Fix FindCrypto behavior on win by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/211
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.7...v0.8.8
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.7
What's Changed
- Fix missed define in the code by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/209
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.6...v0.8.7
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.6
What's Changed
- Fix ed25519 builds against openssl 1.0.2 by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/208
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.5...v0.8.6
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.5
What's Changed
- do not include crypto when doing byo_crypto by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/207
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.4...v0.8.5
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.4
What's Changed
- Ed25519 support. by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/206
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.3...v0.8.4
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - Fix missing Findcrypto.cmake
What's Changed
- Fix Findcrypto.cmake by @graebm in https://github.com/awslabs/aws-c-cal/pull/205
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.2...v0.8.3
- C
Published by graebm over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.2
What's Changed
- Switch CI to use roles by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/202
- A bunch of CMake fixes by @graebm in https://github.com/awslabs/aws-c-cal/pull/203
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.1...v0.8.2
- C
Published by sfod over 1 year ago
https://github.com/awslabs/aws-c-cal - v0.8.1
What's Changed
- chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in https://github.com/awslabs/aws-c-cal/pull/199
- RSA PKCS1.5 SHA1 signing by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/201
New Contributors
- @ashishdhingra made their first contribution in https://github.com/awslabs/aws-c-cal/pull/199
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.8.0...v0.8.1
- C
Published by DmitriyMusatkin over 1 year ago
https://github.com/awslabs/aws-c-cal - Update Minimum CMake to 3.9
What's Changed
- Update CMake to 3.9 by @waahm7 in https://github.com/awslabs/aws-c-cal/pull/200
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.7.4...v0.8.0
- C
Published by waahm7 over 1 year ago
https://github.com/awslabs/aws-c-cal - OpenSSL Runtime and Compile Time Mismatch Fix
What's Changed
- OpenSSL Runtime and Compile Time Mismatch Fix by @waahm7 in https://github.com/awslabs/aws-c-cal/pull/198
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.7.3...v0.7.4
- C
Published by waahm7 almost 2 years ago
https://github.com/awslabs/aws-c-cal - Use prebuilt aws-lc
What's Changed
- Update MacOS CI to arm64 by @waahm7 in https://github.com/awslabs/aws-c-cal/pull/196
- Use prebuilt aws-lc by @sfod in https://github.com/awslabs/aws-c-cal/pull/197
New Contributors
- @sfod made their first contribution in https://github.com/awslabs/aws-c-cal/pull/197
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.7.2...v0.7.3
- C
Published by sfod almost 2 years ago
https://github.com/awslabs/aws-c-cal - Bring back runtime check on libcrypto linkage
What's Changed
- CI for AWS-LC-FIPS by @graebm in https://github.com/awslabs/aws-c-cal/pull/192
- fix FreeBSD CI to install default python packages by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/193
- Revert "Revert "Implement runtime check on libcrypto linkage (#186)" by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/195
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.7.1...v0.7.2
- C
Published by graebm almost 2 years ago
https://github.com/awslabs/aws-c-cal - Revert "Implement runtime check on libcrypto linkage
What's Changed
- revert lc pin by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/190
- Revert "Implement runtime check on libcrypto linkage (#186)" by @graebm in https://github.com/awslabs/aws-c-cal/pull/191
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.7.0...v0.7.1
- C
Published by graebm about 2 years ago
https://github.com/awslabs/aws-c-cal - v0.7.0
What's Changed
- clang-format 18 by @graebm in https://github.com/awslabs/aws-c-cal/pull/187
- Implement runtime check on libcrypto linkage by @WillChilds-Klein in https://github.com/awslabs/aws-c-cal/pull/186
- Pin AWS-LC until it's fixed for manylinux1 by @graebm in https://github.com/awslabs/aws-c-cal/pull/188
- Make AES GCM more consistent cross platform by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/189
New Contributors
- @WillChilds-Klein made their first contribution in https://github.com/awslabs/aws-c-cal/pull/186
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.14...v0.7.0
- C
Published by DmitriyMusatkin about 2 years ago
https://github.com/awslabs/aws-c-cal - Fix inccorect export of aws_symmetric_cipher_get_state
What's Changed
- fix inccorect export of awssymmetricciphergetstate by @sbiscigl in https://github.com/awslabs/aws-c-cal/pull/185
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.13...v0.6.15
- C
Published by waahm7 about 2 years ago
https://github.com/awslabs/aws-c-cal - v0.6.14
What's Changed
- fix inccorect export of awssymmetricciphergetstate by @sbiscigl in https://github.com/awslabs/aws-c-cal/pull/185
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.13...v0.6.14
- C
Published by DmitriyMusatkin about 2 years ago
https://github.com/awslabs/aws-c-cal - v0.6.13
What's Changed
- Fix handling of empty plaintext for AES by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/183
- Adds a way to keep a more detailed state of a symetric cipher by @sbiscigl in https://github.com/awslabs/aws-c-cal/pull/184
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.12...v0.6.13
- C
Published by DmitriyMusatkin about 2 years ago
https://github.com/awslabs/aws-c-cal - v0.6.12
What's Changed
- CI test: Apple: explicitly include & link to CoreFoundation by @jmklix in https://github.com/awslabs/aws-c-cal/pull/181
- Move aws-lc shutdown to destructor from cleanup by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/182
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.11...v0.6.12
- C
Published by DmitriyMusatkin about 2 years ago
https://github.com/awslabs/aws-c-cal - v0.6.11
Bug fixes
What's Changed
- Not install tests stuff by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/177
- chore(ci): Performance boost to OpenBSD CI jobs by @knightjoel in https://github.com/awslabs/aws-c-cal/pull/179
- CI job for FreeBSD by @knightjoel in https://github.com/awslabs/aws-c-cal/pull/178
- Fix: Use buffer without memory allocation by @alfred2g in https://github.com/awslabs/aws-c-cal/pull/180
New Contributors
- @alfred2g made their first contribution in https://github.com/awslabs/aws-c-cal/pull/180
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.10...0.6.11
- C
Published by alfred2g over 2 years ago
https://github.com/awslabs/aws-c-cal - v0.6.10
What's Changed
- update bot permissions by @jmklix in https://github.com/awslabs/aws-c-cal/pull/172
- Fix a bunch of places we forget to awsraiseerror() by @graebm in https://github.com/awslabs/aws-c-cal/pull/176
- Consistently use lowercase for Windows libraries by @giordano in https://github.com/awslabs/aws-c-cal/pull/161
- allows cmake to force crypto linkage. by @sbiscigl in https://github.com/awslabs/aws-c-cal/pull/175
New Contributors
- @giordano made their first contribution in https://github.com/awslabs/aws-c-cal/pull/161
- @sbiscigl made their first contribution in https://github.com/awslabs/aws-c-cal/pull/175
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.9...v0.6.10
- C
Published by DmitriyMusatkin over 2 years ago
https://github.com/awslabs/aws-c-cal - AWS_APPSTORE_SAFE
What's Changed
- use AWSAPPSTORESAFE cflag to gate access to private APIs by @graebm in https://github.com/awslabs/aws-c-cal/pull/171
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.8...v0.6.9
- C
Published by graebm over 2 years ago
https://github.com/awslabs/aws-c-cal - Stop using private CommonCrypto APIs on iOS
What's Changed
- Stop using private CommonCrypto APIs on iOS by @graebm in https://github.com/awslabs/aws-c-cal/pull/170
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.7...v0.6.8
- C
Published by graebm over 2 years ago
https://github.com/awslabs/aws-c-cal - Fix tests on OpenSSL 3, add ci for it
What's Changed
- Fix Openssl 3 tests by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/169
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.6...v0.6.7
- C
Published by DmitriyMusatkin over 2 years ago
https://github.com/awslabs/aws-c-cal - Make RSA signature errors more consistent
What's Changed
- more consistent signature mismatch error on mac by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/167
- Consistent signature validation for short signatures by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/168
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.5...v0.6.6
- C
Published by DmitriyMusatkin almost 3 years ago
https://github.com/awslabs/aws-c-cal - Missing salt define
What's Changed
- Missing salt define by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/165
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.4...v0.6.5
- C
Published by TingDaoK almost 3 years ago
https://github.com/awslabs/aws-c-cal - Fix build against openssl 1.0.2
What's Changed
- Fix build against openssl 1.0.2 by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/164
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.3...v0.6.4
- C
Published by TingDaoK almost 3 years ago
https://github.com/awslabs/aws-c-cal - RSA support and Fix MacOS 14+
What's Changed
- added workflow for handling answerable discussion by @yasminetalby in https://github.com/awslabs/aws-c-cal/pull/156
- Fix aws-c-cal-config.cmake by @graebm in https://github.com/awslabs/aws-c-cal/pull/158
- Be more explicit on int format in DER by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/160
- RSA support by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/159
- fix for byo crypto compile and add ci for it by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/162
- Use fake pub key by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/163
New Contributors
- @yasminetalby made their first contribution in https://github.com/awslabs/aws-c-cal/pull/156
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.2...v0.6.3
- C
Published by TingDaoK almost 3 years ago
https://github.com/awslabs/aws-c-cal - v0.6.2
What's Changed
- Minor CMakelists.txt cleanup. by @graebm in https://github.com/awslabs/aws-c-cal/pull/155
- Explicit Private for targetlinklibraries by @waahm7 in https://github.com/awslabs/aws-c-cal/pull/157
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.1...v0.6.2
- C
Published by waahm7 almost 3 years ago
https://github.com/awslabs/aws-c-cal - v0.6.1
What's Changed
- Stop using memset(), use byte-buf helper function instead. by @graebm in https://github.com/awslabs/aws-c-cal/pull/154
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.6.0...v0.6.1
- C
Published by graebm almost 3 years ago
https://github.com/awslabs/aws-c-cal - v0.6.0
What's Changed
- update time to ancient by @jmklix in https://github.com/awslabs/aws-c-cal/pull/150
- Cleanup aws-lc thread locals and thread local key on library shutdown by @bretambrose in https://github.com/awslabs/aws-c-cal/pull/152
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.27...v0.6.0
- C
Published by bretambrose about 3 years ago
https://github.com/awslabs/aws-c-cal - v0.5.27
What's Changed
- Support BoringSSL by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/148
- Fix warnings in public headers by @waahm7 in https://github.com/awslabs/aws-c-cal/pull/149
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.26...v0.5.27
- C
Published by waahm7 about 3 years ago
https://github.com/awslabs/aws-c-cal - Make sure unix initialization vectors for aes ctr mode are generated with 1 as the counter value.
What's Changed
- Fixed CTR mode on openssl not generating an empty counter. This wasn'… by @JonathanHenson in https://github.com/awslabs/aws-c-cal/pull/147
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.25...v0.5.26
- C
Published by JonathanHenson about 3 years ago
https://github.com/awslabs/aws-c-cal - Add validation checks to AES algorithms. Fix some apple framework version checks.
What's Changed
- add github templates and bots by @jmklix in https://github.com/awslabs/aws-c-cal/pull/143
- Unpin awslc by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/144
- Fix for osx deployment target 10.9 by @waahm7 in https://github.com/awslabs/aws-c-cal/pull/145
- Added validation for key and iv sizes. by @JonathanHenson in https://github.com/awslabs/aws-c-cal/pull/146
New Contributors
- @jmklix made their first contribution in https://github.com/awslabs/aws-c-cal/pull/143
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.24...v0.5.25
- C
Published by JonathanHenson about 3 years ago
https://github.com/awslabs/aws-c-cal - Fix legacy openssl builds and handle ios versions correctly
What's Changed
- Correctly detect mac os version. by @JonathanHenson in https://github.com/awslabs/aws-c-cal/pull/140
- Handle openssl 1.0 on cipher reset correctly. by @JonathanHenson in https://github.com/awslabs/aws-c-cal/pull/141
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.23...v0.5.24
- C
Published by JonathanHenson over 3 years ago
https://github.com/awslabs/aws-c-cal - Minor Bug fix in keywrap buffer management that broke on statically allocated buffers.
What's Changed
- Minor Bug fix in keywrap buffer management that broke on statically allocated buffers.. by @JonathanHenson in https://github.com/awslabs/aws-c-cal/pull/139
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.22...v0.5.23
- C
Published by JonathanHenson over 3 years ago
https://github.com/awslabs/aws-c-cal - aes 256 with CBC, GCM, CTR, and keywrap modes.
What's Changed
- CI job for OpenBSD by @knightjoel in https://github.com/awslabs/aws-c-cal/pull/134
- Pull in aws-lc during builder builds on OpenBSD by @knightjoel in https://github.com/awslabs/aws-c-cal/pull/135
- remove sanitizer blacklist by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/137
- Pin version of aws-lc by @DmitriyMusatkin in https://github.com/awslabs/aws-c-cal/pull/138
- Added 256-bit AES with CBC, CTR, GCM, and Keywrap Modes by @JonathanHenson in https://github.com/awslabs/aws-c-cal/pull/136
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.21...v0.5.22
- C
Published by JonathanHenson over 3 years ago
https://github.com/awslabs/aws-c-cal - fix build on OpenBSD
What's Changed
- fix build on OpenBSD by @knightjoel in https://github.com/awslabs/aws-c-cal/pull/133
New Contributors
- @knightjoel made their first contribution in https://github.com/awslabs/aws-c-cal/pull/133
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.20...v0.5.21
- C
Published by graebm over 3 years ago
https://github.com/awslabs/aws-c-cal - v0.5.20
What's Changed
- Fix dynamic loading of AWS-LC by @jeking3 in https://github.com/awslabs/aws-c-cal/pull/129
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.19...v0.5.20
- C
Published by graebm almost 4 years ago
https://github.com/awslabs/aws-c-cal - Allow mix of static and shared libs
What's Changed
- double fallback for load target by @TingDaoK in https://github.com/awslabs/aws-c-cal/pull/123
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.18...v0.5.19
- C
Published by graebm almost 4 years ago
https://github.com/awslabs/aws-c-cal - Fix assertion in Debug builds on Apple
What's Changed
- CI to run ECC signature verifier tool on cross-platform data set by @bretambrose in https://github.com/awslabs/aws-c-cal/pull/118
- Apple assert fix by @graebm in https://github.com/awslabs/aws-c-cal/pull/121
New Contributors
- @DmitriyMusatkin made their first contribution in https://github.com/awslabs/aws-c-cal/pull/116
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.17...v0.5.18
- C
Published by graebm almost 4 years ago
https://github.com/awslabs/aws-c-cal - Find OpenSSL package from system in case if it is built with OpenSSL
What's Changed
- Find OpenSSL package from system by @serzhick in https://github.com/awslabs/aws-c-cal/pull/114
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.16...v0.5.17
- C
Published by SergeyRyabinin over 4 years ago
https://github.com/awslabs/aws-c-cal - v0.5.16
What's Changed
- Remove AWS:: prefix from crypto module used from cmake path in case of INSOURCEBUILD by @serzhick in https://github.com/awslabs/aws-c-cal/pull/112
New Contributors
- @serzhick made their first contribution in https://github.com/awslabs/aws-c-cal/pull/112
Full Changelog: https://github.com/awslabs/aws-c-cal/compare/v0.5.15...v0.5.16
- C
Published by TingDaoK over 4 years ago
https://github.com/awslabs/aws-c-cal - fix windows ecdsa
Fix an issue where windows implementations of ecdsa wasn't properly trimming padding from sha256 signature.
- C
Published by ilevyor over 4 years ago
https://github.com/awslabs/aws-c-cal - Fixed build failure from previous release.
- C
Published by JonathanHenson over 4 years ago
https://github.com/awslabs/aws-c-cal - Fix aws-lc targets.
- C
Published by JonathanHenson over 4 years ago
https://github.com/awslabs/aws-c-cal - Removed sha256_profile binary from common build path
- C
Published by justinboswell almost 5 years ago
https://github.com/awslabs/aws-c-cal - Logging updates
- Move libcrypto symbol resolution output to logging calls
- C
Published by bretambrose about 5 years ago
https://github.com/awslabs/aws-c-cal - BYO_CRYPTO updates for Sigv4a
- Updated some ecc key API functions to have BYO_CRYPTO-conditional implementations
- C
Published by bretambrose about 5 years ago
https://github.com/awslabs/aws-c-cal - Support in-source build with AWS-LC
Instead of always searching for a pre-installed libcrypto, now provide the option to use the crypto target to do the link.
It's useful for the in-source build, where we will not install libcrypto, instead, we build aws-lc (for libcrypto) before building aws-c-cal.
- C
Published by wps132230 about 5 years ago
https://github.com/awslabs/aws-c-cal - Sha1 Hash Support
Adding support for Sha1.
- C
Published by rccarper about 5 years ago
https://github.com/awslabs/aws-c-cal - Don't run aws-lc's codegen at build time
- C
Published by graebm about 5 years ago
https://github.com/awslabs/aws-c-cal - OpenSSL detection fixes
- C
Published by justinboswell about 5 years ago
https://github.com/awslabs/aws-c-cal - Restored OpenSSL detection and improved robustness
- C
Published by justinboswell about 5 years ago
https://github.com/awslabs/aws-c-cal - Fix aws-lc builds when shared libs is ON
- Propagates the BUILDSHAREDLIBS settings downstream to the aws-lc build
- C
Published by bretambrose about 5 years ago
https://github.com/awslabs/aws-c-cal - Improved ecc support
- Fix some ecc key generation tests
- Update windows system dependencies to include Ncrypt to allow for ecc imports
- C
Published by bretambrose over 5 years ago
https://github.com/awslabs/aws-c-cal - aws-lc.cmake skips libssl, builds only libcrypto
- C
Published by graebm over 5 years ago
https://github.com/awslabs/aws-c-cal - Added Bring your own crypto support for unix platforms.
- C
Published by JonathanHenson over 5 years ago
https://github.com/awslabs/aws-c-cal - Now using aws-lc instead of libcrypto on UNIX platforms
- C
Published by justinboswell over 5 years ago
https://github.com/awslabs/aws-c-cal - Compile fixes for GCC 4.1.2
- C
Published by justinboswell over 5 years ago
https://github.com/awslabs/aws-c-cal - libcrypto resolution is now exhaustive, all attempts will be made to resolve
- C
Published by justinboswell over 5 years ago
https://github.com/awslabs/aws-c-cal - CAL is now the only library taking a dependency on libcrypto
- C
Published by justinboswell over 5 years ago
https://github.com/awslabs/aws-c-cal - Added weak references to libcrypto symbols
- C
Published by justinboswell over 5 years ago
https://github.com/awslabs/aws-c-cal - Made all libcrypto HMAC APIs use dynamic discovery
- C
Published by justinboswell over 5 years ago
https://github.com/awslabs/aws-c-cal - Dynamic openssl API discovery
- Dynamically discovers certain available OpenSSL APIs
- C
Published by bretambrose over 5 years ago
https://github.com/awslabs/aws-c-cal - Ecc verify fix
- fixes ecc signature verification failures under certain cases on Windows
- C
Published by bretambrose almost 6 years ago
https://github.com/awslabs/aws-c-cal - FindLibCrypto.cmake is easier to consume
- C
Published by graebm almost 6 years ago
https://github.com/awslabs/aws-c-cal - EVP API compat fixes between 1.0/1.1
- C
Published by justinboswell almost 6 years ago
https://github.com/awslabs/aws-c-cal - iOS support
- C
Published by justinboswell almost 6 years ago
https://github.com/awslabs/aws-c-cal - Ecc key ref count update
- don't crash on release of null
- C
Published by bretambrose over 6 years ago
https://github.com/awslabs/aws-c-cal - Ref counting ECC Key Pairs
- C
Published by rccarper over 6 years ago
https://github.com/awslabs/aws-c-cal - Libcrypto is no longer a private link dependency
- C
Published by justinboswell over 6 years ago
https://github.com/awslabs/aws-c-cal - Stats and other fixes
- C
Published by justinboswell over 6 years ago
https://github.com/awslabs/aws-c-cal - ECDSA support, DER/ASN.1 support, cmake /libcrypto inclusion fixes, cmake config template fixes.
- C
Published by JonathanHenson over 6 years ago
https://github.com/awslabs/aws-c-cal - Make build friendly to in-source builds.
- C
Published by justinboswell over 6 years ago
https://github.com/awslabs/aws-c-cal - Make build friendly to in-source builds.
- C
Published by JonathanHenson over 6 years ago
https://github.com/awslabs/aws-c-cal - OSX fixes for Catalina+ vs MD5
- C
Published by justinboswell over 6 years ago
https://github.com/awslabs/aws-c-cal - Made cmake finder for libcrypto package specific.
- C
Published by JonathanHenson almost 7 years ago
https://github.com/awslabs/aws-c-cal - fixed mixed static/shared builds.
- C
Published by JonathanHenson almost 7 years ago
https://github.com/awslabs/aws-c-cal - Updates for aws_thread_call_once API changes
- C
Published by justinboswell almost 7 years ago
https://github.com/awslabs/aws-c-cal - LTO support for Clang/GCC
- C
Published by justinboswell almost 7 years ago
https://github.com/awslabs/aws-c-cal - Added backtraces to asserts
- C
Published by graebm about 7 years ago
https://github.com/awslabs/aws-c-cal - Improved cmake windows path handling.
- C
Published by JonathanHenson over 7 years ago
https://github.com/awslabs/aws-c-cal - const correctness
- C
Published by JonathanHenson over 7 years ago
https://github.com/awslabs/aws-c-cal - Installed header files.
- C
Published by JonathanHenson over 7 years ago
https://github.com/awslabs/aws-c-cal - Fixed finder in target import.
- C
Published by JonathanHenson over 7 years ago
https://github.com/awslabs/aws-c-cal - Initial Release
- C
Published by JonathanHenson over 7 years ago