Overview
Comment: | Added test suite for encrypt and decrypt commands |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | crypto |
Files: | files | file ages | folders |
SHA3-256: |
2922a56dc5a61ce06aea9effdbb1d6d7 |
User & Date: | bohagan on 2023-12-03 04:52:47 |
Other Links: | branch diff | manifest | tags |
Context
2023-12-03
| ||
05:44 | Updated documentation for encrypt and decrypt commands check-in: 193afd38ea user: bohagan tags: crypto | |
04:52 | Added test suite for encrypt and decrypt commands check-in: 2922a56dc5 user: bohagan tags: crypto | |
02:24 | Added function to encrypt and decrypt using I/O channel check-in: c3fb3a49db user: bohagan tags: crypto | |
Changes
Modified tests/digest.test
from [b15fefa043]
to [fa6ff50353].
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + - - - - - - - + - - - - - - - - - - + - - - - | package require tls # Constraints source common.tcl # Helper functions - See common.tcl |
︙ |
Added tests/encrypt.csv version [4af8c409bf].
Added tests/encrypt.test version [ce8002626b].
Modified tests/info.test
from [a2f4e9e8c8]
to [52471437c8].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + - - - - - - - + - - - - + - + - + - - | # Make sure path includes location of OpenSSL executable if {[info exists ::env(OPENSSL)]} {set ::env(path) [string cat [file join $::env(OPENSSL) bin] ";" $::env(path)]} # Constraints source common.tcl # Helper functions |
︙ |
Modified tests/make_test_files.tcl
from [fcabf4c415]
to [e265399d3c].
︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | + - + + + + | if {$group ne $prev} { incr test set prev $group puts $out "" } # Test case if {[string index $name 0] ne {$}} { |
︙ |