Overview
Comment: | Split list operations into separate functions to make it easier for OpenSSL 3.0 changes. Added pkey list function. Added mac info and pkey info placeholder functions. More checks for NULL pointers. Moved legacy load ciphers and digest to init routine. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | crypto |
Files: | files | file ages | folders |
SHA3-256: |
9e6e94200c8f1bd0b5cd286644362d68 |
User & Date: | bohagan on 2023-12-04 03:56:29 |
Other Links: | branch diff | manifest | tags |
Context
2023-12-08
| ||
03:03 | Digest optimizations to delay conversion to OpenSSL types to initialization procedure. Add MAC info and incomplete Pkey info functions. check-in: d93493f320 user: bohagan tags: crypto | |
2023-12-04
| ||
03:56 | Split list operations into separate functions to make it easier for OpenSSL 3.0 changes. Added pkey list function. Added mac info and pkey info placeholder functions. More checks for NULL pointers. Moved legacy load ciphers and digest to init routine. check-in: 9e6e94200c user: bohagan tags: crypto | |
00:30 | Improved key and iv storage to use zero padded buffer to ensure no buffer overrun in OpenSSL API if string pointer is used. Added cipher default option for encrypt and decrypt. Pass data as last arg without -data option. check-in: 191f8b29bc user: bohagan tags: crypto | |
Changes
Modified doc/cryptography.html from [b0e27f9e6f] to [c88e8b2743]. [diff]
Modified generic/tls.c from [3ece83c57b] to [63ca861d17]. [diff]
Modified generic/tlsInfo.c from [8baec4a647] to [e2ea39ef40]. [diff]
Modified tests/info.csv from [e9434748d4] to [25591cb194]. [diff]
Modified tests/info.test from [52471437c8] to [3004379e81]. [diff]