openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
Crypto++
Settings
|
Report Duplicate
11
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 1 of 216
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix spurious assert (GH #1279)
Jeffrey Walton
More...
about 1 year ago
Guard use of ModularSquareRoot (GH #1249)
Jeffrey Walton
More...
about 1 year ago
Clear GCC overflow warning
Jeffrey Walton
More...
about 1 year ago
chore: fix typos (#1274)
Snoppy
More...
about 1 year ago
Add OID::operator> for PEM Pack
Jeffrey Walton
More...
over 1 year ago
Update documentation
Jeffrey Walton
More...
over 1 year ago
Set MAKEJOBS in cryptest-pem.sh
Jeffrey Walton
More...
over 1 year ago
Update comments
Jeffrey Walton
More...
over 1 year ago
Validate PolynomialMod2 coefficients Thanks to Bing Shi
Jeffrey Walton
More...
over 1 year ago
Update docs Thanks to Bing Shi
Jeffrey Walton
More...
over 1 year ago
Add check for 128-bit pointers Thanks to Andy Polyakov
Jeffrey Walton
More...
over 1 year ago
Add check for 128-bit pointers Thanks to Andy Polyakov
Jeffrey Walton
More...
over 1 year ago
Add separate ASM file for XGETBV64 and CPUID64 to Visual Studio cryptdll project (GH #1240) Also see the comment in Commit 043208515799, where OgreTransporter made a comment about the deprecated cryptdll.vcxproj project.
Jeffrey Walton
More...
almost 2 years ago
Fix CPU feature detection on older Celerons
Jeffrey Walton
More...
almost 2 years ago
Try fix build on MSYS2 using Clang in CLANG64 environment (GH #1241) More Clang troubles...
Jeffrey Walton
More...
almost 2 years ago
Add separate ASM file for XGETBV64 and CPUID64 (GH #1240) This will allow us to define CRYPTOPP_DISABLE_ASM and completely avoid building x64dll.asm and x64masm.asm
Jeffrey Walton
More...
almost 2 years ago
Guard use of zip and unzip Uncovered on the newly minted GCC119, which is an AIX box.
Jeffrey Walton
More...
almost 2 years ago
Update comments for CRYPTOPP_DISABLE_ASM
Jeffrey Walton
More...
almost 2 years ago
Return 0-values for XGETBV64 and CPUID64 when CRYPTOPP_DISABLE_ASM is in effect (GH #1240) Some folks were defining CRYPTOPP_DISABLE_ASM and not building the *.asm files on WIndows. That happened to work until we refactored code for XGetBV and CpuId.
Jeffrey Walton
More...
almost 2 years ago
Prepare for Crypto++ 8.9 release
Jeffrey Walton
More...
almost 2 years ago
Fix SIMON128 when running on POWER8 and above (GH #1237) This was an Asan failure uncovered by cryptest.sh
Jeffrey Walton
More...
almost 2 years ago
Update comments
Jeffrey Walton
More...
almost 2 years ago
Clear elevated warnings in ARIA and HIGHT Related to fixes from GH #1235 and GH #1234
Jeffrey Walton
More...
almost 2 years ago
Reduce size of working space in ARIA
Jeffrey Walton
More...
almost 2 years ago
Speedup ARIA ARIA_GSRK Now that the function is using an array of word32 for round keys, we don't need the PutWord gyrations.
Jeffrey Walton
More...
almost 2 years ago
Use SecWordBlock for ARIA round keys This may allow the compiler to optimize ARIA_GSRK. Instead of a memcpy, the memory can be used as a word32.
Jeffrey Walton
More...
almost 2 years ago
Remove shady word32* casts in ARIA
Jeffrey Walton
More...
almost 2 years ago
Fix ARIA when XOR'ing final block (GH #1235) This is another mystery to me. I do not know why unrolling the XOR into building of outBlock fixes this problem.
Jeffrey Walton
More...
almost 2 years ago
Remove ARIA SIMD code (GH #1235) ARIA SIMD code existed to perform an XOR and the end of encryption and decryption. It was a lot of work to save for the final XOR. Worse, the final XOR seemed to be causing problems as described in GH #1235. Once we unrolled the XOR and used them when building outBlock, the 1235 issue went away.
Jeffrey Walton
More...
almost 2 years ago
Add asserts to CFB_ModePolicy::SetFeedbackSize
Jeffrey Walton
More...
almost 2 years ago
←
1
2
3
4
5
6
7
8
9
…
215
216
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree