Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VAX ELF userland bits. Consists mostly of register prefix additions. | miod | 2013-07-05 | 1 | -151/+151 |
| | |||||
* | Makefile and header changes for OpenSSL-1.0.1c | djm | 2012-10-13 | 15 | -89/+282 |
| | | | | major cranks | ||||
* | Disable SSLv2 in OpenSSL. No objections from djm. | sthen | 2012-07-11 | 14 | -0/+84 |
| | | | | Brad, jasper and naddy helped with test builds, fixing ports, etc. | ||||
* | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | kettenis | 2011-08-03 | 1 | -0/+253 |
| | | | | | | Configure script. ok deraadt@ | ||||
* | DES_LONG should be u_int on all platforms, it was spuriously | djm | 2010-10-03 | 1 | -1/+1 |
| | | | | u_long on i386. suggested by deraadt@ and kettenis@ | ||||
* | update supporting files, crank library majors | djm | 2010-10-01 | 13 | -69/+260 |
| | |||||
* | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | djm | 2009-01-09 | 13 | -39/+0 |
| | | | | | useful "server name indication" that allows multihomed TLS server), so remove the #define to disable it here | ||||
* | adjust Makefile and crank major for openssl-0.9.8j | djm | 2009-01-09 | 13 | -0/+39 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 13 | -0/+39 |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 13 | -23/+738 |
| | | | | Makefiles, crank shlib_version | ||||
* | Initial config for sh, copied from arm. | jsg | 2006-10-11 | 1 | -0/+180 |
| | | | | ok miod@ drahn@ | ||||
* | mips is now 64 bits so use a 64 bit config | pefo | 2004-09-07 | 1 | -6/+6 |
| | |||||
* | mips->mips64 | pefo | 2004-08-11 | 1 | -0/+0 |
| | |||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | deraadt | 2004-02-27 | 1 | -180/+0 |
| | | | | | | 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. | ||||
* | config for arm, copied from powerpc/sparc ok markus@ | drahn | 2004-02-03 | 1 | -0/+180 |
| | |||||
* | the rest of the libs stuff; from art@ again | mickey | 2004-01-28 | 2 | -0/+360 |
| | |||||
* | use bn_asm_vax.S (from netbsd); test + ok by miod | markus | 2003-11-18 | 1 | -0/+436 |
| | | | | | | | | 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. | ||||
* | build OpenSSL without symlink trees: | markus | 2002-09-03 | 10 | -0/+1800 |
* 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@ |