Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge testdsa.h and tesrsa.h into speed.c | tb | 2025-01-02 | 1 | -258/+0 |
| | | | | | | | | | | | | Having constant arrays in a header is just stupid (whether the constants are static or not), and most of the contents of these two headers clearly belongs into a C file. Since the garbage pile that is speed.c was not ugly enough, merge all of it there, since it is the only consumer. discussed with jsing PS: still waiting for that elusive volunteer who reworks libdes's speed.c into something resembling C code. | ||||
* | Unbreak tree. Sorry about that. | tb | 2022-01-10 | 1 | -7/+7 |
| | |||||
* | NULL out pointers after transferring them to the DSA object. | tb | 2022-01-10 | 1 | -1/+9 |
| | |||||
* | Dedup get_dsa*() code. | tb | 2022-01-10 | 1 | -91/+60 |
| | | | | Pointed out by jsing | ||||
* | Convert testdsa to accessors for opaque DSA | tb | 2022-01-10 | 1 | -30/+90 |
| | | | | ok inoguchi jsing | ||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+221 |
a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@ |