Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | delete four MLINKS that are both duplicate and wrong | schwarze | 2014-12-06 | 1 | -5/+1 | |
| | ||||||
* | A few more MLINKs. | miod | 2014-09-16 | 1 | -1/+7 | |
| | ||||||
* | more MLINKS | miod | 2014-07-12 | 1 | -1/+56 | |
| | ||||||
* | more MLINKs | miod | 2014-07-12 | 1 | -1/+4 | |
| | ||||||
* | add comment about format requirements | beck | 2014-07-11 | 1 | -1/+3 | |
| | | | | ok miod@ | |||||
* | Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, | miod | 2014-07-11 | 1 | -1/+182 | |
| | | | | | | Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed). | |||||
* | Fix incorrect duplicate mlinks | beck | 2014-07-11 | 1 | -8/+1 | |
| | | | | ok bcook@ | |||||
* | Correct incorrect mlinks | beck | 2014-07-11 | 1 | -5/+1 | |
| | | | | ok bcook@ | |||||
* | Fix incorrect mlinks | beck | 2014-07-11 | 1 | -3/+1 | |
| | | | | ok bcook@ | |||||
* | Update to match the current state of crypto/rand, and remove MLINKS for | miod | 2014-07-09 | 1 | -3/+1 | |
| | | | | RAND_event and RAND_screen. | |||||
* | egd is gone | deraadt | 2014-04-19 | 1 | -3/+1 | |
| | ||||||
* | unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link to | sthen | 2014-04-16 | 1 | -2/+2 | |
| | | | | /usr/share/man/man3/EVP_PKEY_print_public.3 not itself, from deraadt | |||||
* | Sync the list of man pages for libcrypto, explicity rename conflicting | mpi | 2014-04-16 | 1 | -56/+76 | |
| | | | | | | | pages instead of doing it in the Makefiles and move a libssl page where it belongs. ok miod@ | |||||
* | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | miod | 2014-04-11 | 1 | -0/+903 | |
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects. |