Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-07 | xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path. | tb | 1 | -5/+5 | |
Found by, compile tested & ok bluhm. | |||||
2023-05-07 | Backout -Wshadow, it breaks build on powerpc64. | bluhm | 1 | -2/+2 | |
2023-05-07 | Remove a misplaced empty line | tb | 1 | -2/+1 | |
2023-05-06 | Regen cert.pem | tb | 1 | -419/+402 | |
This drops a few certs per the CA's request and TrustCor because of drama. Certainly, a new CA, is added as well as new certs for DigiCert, SECOM and E-Tugra. Unizeto still haven't fixed one of their certs and we still don't want the alternative Firmaprofesional with sha1WithRSAEncryption. ok sthen | |||||
2023-05-05 | Use -Wshadow with clang | tb | 3 | -6/+6 | |
ok jsing (a very long time ago) | |||||
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 | |