This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-04-02 13:48:20 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b63e34d4673de3a9a5e41e2da774d37332cfbe08
codeql
/
cpp
/
ql
/
lib
/
experimental
/
quantum
/
OpenSSL
/
Operations
History
REDMOND\brodes
74ce7cd188
Crypto: Moving all data flow analyses to taint tracking.
2025-08-28 20:40:05 -04:00
..
CipherOperation.qll
Crypto: Debug missing hashes associated with HMAC. EVP_PKEY_get1_RSA is now just a passthrough, it is not a known implicit operation call. Some final operations generating null outputs are now removed from possible final operartions (typically used to determine buffer lenghth and not actually performing the operation). Misc. false positive/error fixes and code clean up, and added missing models.
2025-08-26 16:07:04 -04:00
EVPPKeyCtxInitializer.qll
Crypto: Continued refactoring of operation steps and bug fixes.
2025-08-26 11:49:26 -04:00
HashOperation.qll
Crypto: Debug missing hashes associated with HMAC. EVP_PKEY_get1_RSA is now just a passthrough, it is not a known implicit operation call. Some final operations generating null outputs are now removed from possible final operartions (typically used to determine buffer lenghth and not actually performing the operation). Misc. false positive/error fixes and code clean up, and added missing models.
2025-08-26 16:07:04 -04:00
KeyGenOperation.qll
Crypto: Debug missing hashes associated with HMAC. EVP_PKEY_get1_RSA is now just a passthrough, it is not a known implicit operation call. Some final operations generating null outputs are now removed from possible final operartions (typically used to determine buffer lenghth and not actually performing the operation). Misc. false positive/error fixes and code clean up, and added missing models.
2025-08-26 16:07:04 -04:00
OpenSSLOperationBase.qll
Crypto: Moving all data flow analyses to taint tracking.
2025-08-28 20:40:05 -04:00
OpenSSLOperations.qll
Crypto: Overhaul of EVP final/init/update to now use a more general 'OperationStep' mechanic.
2025-06-24 16:03:25 -04:00
SignatureOperation.qll
Crypto: Added missing ArtifactPassthrough.qll (forgot to add to merged in branch). Acronym casing fix.
2025-08-26 17:12:21 -04:00