Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fix another instance of directly writing to the target with a utility | schwarze | 2014-03-18 | 1 | -4/+6 | |
| | | | | | | | that might fail. * Keep the build log clean. * Make sure syntax checks run again when doing: make clean; make ok espie@ | |||||
* | prevent failed command from generating bogus file | espie | 2014-03-18 | 1 | -2/+2 | |
| | | | | okay guenther@ | |||||
* | Install a bunch more of OpenSSL manpages. ok deraadt@ | jca | 2013-12-23 | 1 | -1/+49 | |
| | ||||||
* | remove ACSS, crank libcrypto major; ok markus@ deraadt@ | djm | 2013-01-26 | 1 | -4/+2 | |
| | ||||||
* | switch to installing source manuals (base part) | schwarze | 2011-06-23 | 1 | -262/+246 | |
| | | | | | discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||||
* | Use mandoc instead of groff to build PostScript manuals; note that | schwarze | 2010-09-09 | 1 | -3/+3 | |
| | | | | | | 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 | |||||
* | Build all manual pages in base with mandoc(1) instead of groff, | schwarze | 2010-04-03 | 1 | -3/+3 | |
| | | | | | | excepting the tbl(1) pages, which are less than twenty. "commit the diff that enables it, now" deraadt@ | |||||
* | resync libssl/libcrypto pod documentation - quite a few more pages and | djm | 2009-04-10 | 1 | -27/+242 | |
| | | | | MLINKS; feedback and ok jmc@ | |||||
* | Add a missing MLINK for BIO_new_socket. | oga | 2009-01-08 | 1 | -1/+2 | |
| | | | | Noticed by blambert@. Ok jmc@. | |||||
* | Install man pages for the BIO_* libcrypto functions, but not bio.3 | jsg | 2008-07-28 | 1 | -1/+126 | |
| | | | | | | as the page doesn't directly describe any functions. ok deraadt@ | |||||
* | remove duplicates; remove des_random_key; remove unused; sort MLINKS; ok jmc@ | markus | 2008-05-07 | 1 | -113/+8 | |
| | ||||||
* | add openssl PEM_* manpages; ok deraadt, hshoexer, djm | markus | 2006-11-09 | 1 | -6/+73 | |
| | ||||||
* | remove an 'is' from the comment to make the sentence correct. | fkr | 2006-05-12 | 1 | -2/+2 | |
| | | | | ok jmc@, mbalmer@ | |||||
* | fix MLINKS; | jmc | 2005-10-22 | 1 | -2/+2 | |
| | | | | | from andreas schweitzer (pr #4566); ok dtucker@ | |||||
* | rename OpenSSL blowfish.3 manpage to BF_set_key.3, so it doesn't clobber | djm | 2005-10-03 | 1 | -13/+13 | |
| | | | | libc manpage of the same name; reported and ok jmc@ | |||||
* | simpler ssl manpages, using --name=. | espie | 2004-02-09 | 1 | -117/+33 | |
| | | | | okay markus@ | |||||
* | enable acss. | hshoexer | 2004-01-23 | 1 | -1/+3 | |
| | | | | | | | ok @deraadt @markus Also bump minor version. ok @deraadt | |||||
* | hit CLEANFILES also for cleandir target | deraadt | 2003-07-02 | 1 | -2/+2 | |
| | ||||||
* | jmc wrote a combination man page that covers all openssl(1) functionality, | deraadt | 2003-03-05 | 1 | -2/+1 | |
| | | | | | | 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. | |||||
* | install SSL_do_handshake(3) as well; markus@ ok | fgsch | 2002-10-09 | 1 | -1/+2 | |
| | ||||||
* | do not install mdc2 man pages; markus ok | deraadt | 2002-09-26 | 1 | -18/+1 | |
| | ||||||
* | build OpenSSL without symlink trees: | markus | 2002-09-03 | 1 | -0/+898 | |
* 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@ |