Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-05 | Reinstate X9.31 padding mode support in rsautl | tb | 2 | -7/+18 | |
2023-05-05 | Fix error handling in tls_check_common_name() | tb | 1 | -6/+10 | |
A calloc failure should be a fatal error, so make it return -1. Also switch the default rv to -1 and distinguish error cases with acceptable situations with goto err/goto done. ok jsing | |||||
2023-05-05 | Salt shares the blame of the continued existence of the X9.31 padding mode | tb | 1 | -2/+2 | |
2023-05-05 | Reinstate documentation of RSA_X931_PADDING | tb | 1 | -7/+6 | |
2023-05-05 | Add back support for RSA_X931_PADDING | tb | 3 | -65/+127 | |
This makes the custom stalt stack work again. Tested by robert as part of a larger diff ok jsing | |||||
2023-05-05 | Link rsa_x931.c to build | tb | 1 | -1/+2 | |