Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crankus majoris | 2009-04-06 | 1 | -1/+1 | |
| | |||||
* | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | 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 | 2009-01-09 | 15 | -14/+54 | |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | 2009-01-05 | 15 | -3/+43 | |
| | |||||
* | turn off CAST assembler code (i.e. use C implementation) as it has bad | 2008-09-08 | 1 | -3/+3 | |
| | | | | | relocations that lead to libcrypto.so being marked TEXTREL; linker-fu from drahn@ "go ahead" deraadt@ | ||||
* | sparc now requires this bloated library to be -fPIC | 2008-09-07 | 1 | -1/+5 | |
| | |||||
* | remerge local tweaks, update per-arch configuration headers, update | 2008-09-06 | 15 | -64/+838 | |
| | | | | Makefiles, crank shlib_version | ||||
* | i have to crank this for a ridiculous reason, to save me about 4 hours of work | 2008-07-25 | 1 | -1/+1 | |
| | |||||
* | architecture sh (landisk) is little endian. | 2006-10-14 | 1 | -2/+2 | |
| | |||||
* | Initial config for sh, copied from arm. | 2006-10-11 | 1 | -0/+180 | |
| | | | | ok miod@ drahn@ | ||||
* | crank shlib_version | 2006-06-27 | 2 | -4/+5 | |
| | |||||
* | backport checks for degenerate Diffie-Hellman public exponents from | 2006-05-04 | 1 | -1/+1 | |
| | | | | | OpenSSL-0.9.8a, where they were added without a corresponding patch to 0.9.7 or an advisory! ok theo@ markus@ | ||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | |
| | |||||
* | import i386 AES asm code from openssl.org; ok and help with testing djm@ | 2005-05-10 | 1 | -2/+7 | |
| | |||||
* | typo; from grunk AT pestilenz.org via markus@ | 2005-04-29 | 1 | -2/+1 | |
| | |||||
* | crank | 2005-04-29 | 1 | -1/+1 | |
| | |||||
* | adjust for new files in 0.9.7g | 2005-04-29 | 1 | -6/+22 | |
| | |||||
* | re-enable DSO_DLFCN on shared lib architectures; ok deraadt | 2005-04-01 | 1 | -2/+7 | |
| | |||||
* | backout last commit for now.. | 2005-03-30 | 1 | -2/+2 | |
| | |||||
* | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | 2005-03-30 | 1 | -2/+2 | |
| | |||||
* | For amd64, build the bn routines in libcrypto with the amd64 specific | 2005-02-07 | 1 | -2/+9 | |
| | | | | | | x86_64-gcc.c replacement for the generic bn_asm.c. Seems to give a two to threefold speedup for rsa on amd64. ok millert@, hshoexer@ | ||||
* | mips is now 64 bits so use a 64 bit config | 2004-09-07 | 1 | -6/+6 | |
| | |||||
* | mips->mips64 | 2004-08-11 | 1 | -0/+0 | |
| | |||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -2/+2 | |
| | | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | ||||
* | update missing pieces from 0.9.7d; ok henning | 2004-04-25 | 1 | -1/+1 | |
| | | | | crank minor for API extensions | ||||
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | 2004-02-27 | 2 | -182/+2 | |
| | | | | | | 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. | ||||
* | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. | 2004-02-13 | 1 | -1/+1 | |
| | | | | | | Change cipher modes to more generic names and add an additional mode. ok deraadt@ markus@ | ||||
* | config for arm, copied from powerpc/sparc ok markus@ | 2004-02-03 | 1 | -0/+180 | |
| | |||||
* | cleanup byte order detection per arch a bit; mickey ok | 2004-01-29 | 1 | -14/+4 | |
| | |||||
* | the rest of the libs stuff; from art@ again | 2004-01-28 | 2 | -0/+360 | |
| | |||||
* | enable acss. | 2004-01-23 | 2 | -4/+6 | |
| | | | | | | | ok @deraadt @markus Also bump minor version. ok @deraadt | ||||
* | Break up the colon-separated path to -I into two -I args so the tree | 2003-11-19 | 1 | -2/+2 | |
| | | | | can build with perl 5.8.2. Ok markus@ | ||||
* | use bn_asm_vax.S (from netbsd); test + ok by miod | 2003-11-18 | 2 | -5/+478 | |
| | | | | | | | | 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. | ||||
* | crank minor for ERR_release_err_state_table | 2003-11-11 | 1 | -1/+1 | |
| | |||||
* | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | 2003-06-02 | 1 | -21/+15 | |
| | | | | get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@ | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 2 | -3/+4 | |
| | |||||
* | we do not need that mess of -I | 2003-01-31 | 1 | -42/+1 | |
| | |||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -1/+1 | |
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | ||||
* | remove MDC2; patents | 2002-09-26 | 2 | -6/+7 | |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | 2002-09-14 | 1 | -1/+1 | |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | 2002-09-10 | 2 | -6/+7 | |
| | |||||
* | merge with 0.9.7-beta1 | 2002-09-05 | 1 | -5/+7 | |
| | |||||
* | build OpenSSL without symlink trees: | 2002-09-03 | 11 | -19/+1905 | |
| | | | | | | | | | | | | | | | * 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@ | ||||
* | evp_test.o should not be included in libcrypto (it defines _main !!) | 2002-09-03 | 1 | -1/+1 | |
| | | | | no version change for the shared libs; ok deraadt@ | ||||
* | ssl headers are already installed for libssl | 2002-08-31 | 1 | -2/+2 | |
| | |||||
* | don't install e_os.h (it's private) | 2002-08-31 | 1 | -16/+1 | |
| | | | | remove duplicate headers, trailing whitespace | ||||
* | clean | 2002-07-11 | 1 | -123/+59 | |
| | |||||
* | Disable support for the other hardware accelerators. No need to crank the | 2002-07-11 | 1 | -5/+8 | |
| | | | | major because these interfaces are really not exported (or used). | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -1/+1 | |
| | |||||
* | OpenSSL 0.9.7 | 2002-05-15 | 2 | -63/+96 | |
| |