mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Updated Unit Test
This commit is contained in:
parent
ee2d50d341
commit
516f7588f1
@ -26,6 +26,7 @@
|
||||
- Fixed undefined function call to hc_byte_perm_S() in hash-mode 17010 on non-CUDA compute devices
|
||||
- Fixed wordlist handling in -m 3000 when candidate passwords use the $HEX[...] syntax
|
||||
- Fixed false negative on Unit Test with hash-type 25400
|
||||
- Fixed false negative on Unit Test in case of out-of-memory with grep in single mode
|
||||
|
||||
##
|
||||
## Technical
|
||||
@ -45,6 +46,8 @@
|
||||
- HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h
|
||||
- CUDA Backend: moved functions to ext_cuda.c/ext_nvrtc.c and includes to ext_cuda.h/ext_nvrtc.h
|
||||
- Makefile: updated MACOSX_DEPLOYMENT_TARGET to 10.15 and removed OpenCL framework from LFLAGS_NATIVE on MacOS
|
||||
- Unit tests: added -r (--runtime) option
|
||||
- Unit tests: handle negative status code, skip deprecated hash-types, skip hash-types with known perl modules issues, updated output
|
||||
|
||||
* changes v6.2.4 -> v6.2.5
|
||||
|
||||
|
@ -24,7 +24,7 @@ Gabriele "matrix" Gristina <matrix@hashcat.net> (@gm4tr1x)
|
||||
* Apple macOS port
|
||||
* Apple Silicon support
|
||||
* Hardware monitor initial code base and maintenance
|
||||
* Test suite initial code base
|
||||
* Test suite initial code base and maintenance
|
||||
* Makefile initial code base
|
||||
* Multithreading initial code base
|
||||
* MultiGPU initial code base
|
||||
|
671
tools/test.sh
671
tools/test.sh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user