Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide global _it symbols in dsa.h | beck | 2024-07-08 | 1 | -1/+6 |
| | | | | ok tb@ | ||||
* | Remove DSA_generate_parameters | tb | 2024-03-02 | 1 | -2/+1 |
| | | | | | | | | | | | This was deprecated in 0.9.8 and used until recently by rust-openssl and by keynote (keynote has the excuse that it was written before the deprecation). Fortunately Paul Kehrer fixed this in rust-openssl, so we can garbage collect this turd. (It was replaced with the less ergonomic DSA_generate_parameters_ex() to expose a new fancy way of displaying dots, stars and pluses on key generation). ok jsing | ||||
* | hide symbols in dsa | beck | 2023-07-08 | 1 | -0/+94 |
ok tb@ |