| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
|
| |
|
|
|
|
| |
major cranks
|
|
|
|
| |
Brad, jasper and naddy helped with test builds, fixing ports, etc.
|
|
|
|
|
|
| |
Configure script.
ok deraadt@
|
|
|
|
| |
u_long on i386. suggested by deraadt@ and kettenis@
|
| |
|
|
|
|
|
| |
useful "server name indication" that allows multihomed TLS server), so
remove the #define to disable it here
|
| |
|
| |
|
|
|
|
| |
Makefiles, crank shlib_version
|
|
|
|
| |
ok miod@ drahn@
|
| |
|
| |
|
|
|
|
|
|
| |
reasons for this, quite a few of them technical, and not all of them
in response to Intel's broken ia32e crud. The gcc toolchain stays at
x86_64 for now.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
use asm code for i386, except for the CBC code, because
it is not clean PIC code.
add <machime/asm.h> support to x86unix.pl
tested by: nick (on 30386), henning, djm, tedu, jmc and more;
no shlib minor crank necessary, only internal symbols changed.
|
|
* 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@
|