| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
ok miod@ bcook@
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
pages instead of doing it in the Makefiles and move a libssl page where
it belongs.
ok miod@
|
|
|
|
|
|
| |
follow soon.
Tweaks from an ok jim@
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
that might fail.
* Keep the build log clean.
* Make sure syntax checks run again when doing: make clean; make
ok espie@
|
|
|
|
| |
okay guenther@
|
| |
|
| |
|
|
|
|
|
| |
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
|
|
|
|
|
|
| |
these are not built by default, but only built when MANPS is set.
kristaps@ and jmc@ agree with the idea,
and the patch doesn't bother deraadt@ at all
|
|
|
|
|
|
| |
excepting the tbl(1) pages, which are less than twenty.
"commit the diff that enables it, now" deraadt@
|
|
|
|
| |
MLINKS; feedback and ok jmc@
|
|
|
|
| |
Noticed by blambert@. Ok jmc@.
|
|
|
|
|
|
| |
as the page doesn't directly describe any functions.
ok deraadt@
|
| |
|
| |
|
|
|
|
| |
ok jmc@, mbalmer@
|
|
|
|
|
| |
from andreas schweitzer (pr #4566);
ok dtucker@
|
|
|
|
| |
libc manpage of the same name; reported and ok jmc@
|
|
|
|
| |
okay markus@
|
|
|
|
|
|
|
| |
ok @deraadt @markus
Also bump minor version.
ok @deraadt
|
| |
|
|
|
|
|
|
| |
based on the pod files from openssl. This may need by-hand updating once
in a while, but at least now people can read a real man page instead of
the mess that the openssl team provides us with.
|
| |
|
| |
|
|
* manpage related things moved to src/libssl/man/Makefile
* there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead
of one single src/libssl/obj
* instead of running Configure (with generates lots of symlinks, and
opensslconf.h) this patch stores pre-computed opensslconf.h files
in src/libssl/crypto/arch
* requires a make includes before the library can be built
* libssl and libcrypto can be build separately
(e.g. cd src/libssl/ssl && make obj && make)
* make depend is now supported
* no more symlink trees
tested by miod@ and fries@
|