Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Appease coverity | tb | 2023-09-29 | 1 | -2/+4 |
| | | | | This is a static pointer, so it ain't ever NULL, but shrug | ||||
* | Don't leak ctx on failure | tb | 2023-09-28 | 1 | -3/+2 |
| | |||||
* | Add more regress coverage for EVP_CIPHER_CTX_iv_length() | tb | 2023-09-28 | 1 | -1/+268 |
| | | | | | | | Awesome: the IV length for GCM is only bounded by INT_MAX or malloc limits. In the absence of an overflowing issue tracker, I'm labeling this "good first issue", "help wanted" here. | ||||
* | Add OPENSSL_cleanup() calls to some regress. | jsing | 2023-03-11 | 1 | -1/+3 |
| | | | | This gets us some minimal test coverage. | ||||
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook | ||||
* | Add some regress coverage for EVP_PKEY_METHOD. | jsing | 2022-11-09 | 1 | -3/+40 |
| | |||||
* | Add some regress coverage for EVP_PKEY_ASN1_METHOD | jsing | 2022-11-09 | 1 | -0/+112 |