Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-03-02 | evp_pkey_check: make this test silent on success | tb | 1 | -18/+13 |
2023-03-02 | Remove a few unnecessary line continuations | tb | 1 | -7/+7 |
2023-03-01 | Comment out glob for JSON webcrypto tests for now | tb | 1 | -2/+3 |
2023-03-01 | Link evp/cipher_method_lib.c to the build | tb | 1 | -1/+2 |
2023-03-01 | Convert EVP_CIPHER_meth_dup() to using calloc() | tb | 1 | -3/+2 |
2023-03-01 | Make cipher_method_lib.c compile with LibreSSL | tb | 1 | -15/+29 |
2023-03-01 | Add EVP_CIPHER_meth_* prototypes to evp.h | tb | 1 | -1/+25 |
2023-03-01 | Make the cleanup() method return an int again | tb | 4 | -7/+12 |
2023-03-01 | Fix line wrapping of function pointer arguments | tb | 1 | -15/+8 |
2023-03-01 | First KNF approximation as per knfmt(1) | tb | 1 | -60/+72 |
2023-03-01 | Drop the EVP_CIPHER_METH_get_* functions | tb | 1 | -42/+1 |
2023-03-01 | Add RCS tag | tb | 1 | -0/+1 |
2023-03-01 | Revert OpenSSL commit aa6bb135 | tb | 1 | -5/+54 |