| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
crypto library requires strtonum now, and add it to compat library.
remove it from applications compat/ directories.
|
|
|
|
| |
Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well.
|
|
|
|
|
|
| |
- Output object files list variable for libcrypto and libssl to .mk file.
- Include object files list variable .mk from tls/Makefile
- Link .lo files directly instead of static library for libtls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An issue that Reyk Floeter noted while building a Debian package for
LibreSSL is that installing libtls along with OpenSSL causes linker
issues since it will often pick up the wrong libcrypto/libssl. This
change makes libtls statically link the object files it needs rather
than relying on the shared libraries, effectively making libtls
self-contained and able to be packaged independently.
This should make it possible for other projects that also use libtls to
be able to package support without requiring the target OS to ship
libcrypto / libssl from LibreSSL.
https://salsa.debian.org/reyk-guest/libressl/-/commit/678278df55ce866f2f363998ca690442fa786c66
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 30adf9c06e8d3d7ac9e89f4b2b290567bcafa75c.
|
| |
|
|
|
|
| |
- To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
|
|
|
|
|
|
|
|
|
|
|
| |
- modify structure of CMakeLists.txt under apps/
* move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build
* create new apps/nc/CMakeLists.txt for nc build
* modify apps/CMakeLists.txt just add_subdirectory()
- add checking and compile of arc4random_uniform()
- add installing man files, openssl.1 and nc.1
|
| |
|
|
|
|
| |
this also fixes the formatting of help for nc(1)
|
|
|
|
|
|
| |
CPPFLAGS should just be set by the user at configure time
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|