Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller | |
2008-09-08 | turn off CAST assembler code (i.e. use C implementation) as it has bad | Damien Miller | |
relocations that lead to libcrypto.so being marked TEXTREL; linker-fu from drahn@ "go ahead" deraadt@ | |||
2008-09-07 | sparc now requires this bloated library to be -fPIC | Theo de Raadt | |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller | |
Makefiles, crank shlib_version | |||
2008-07-25 | i have to crank this for a ridiculous reason, to save me about 4 hours of work | Theo de Raadt | |
2006-10-14 | architecture sh (landisk) is little endian. | Dale Rahn | |
2006-10-11 | Initial config for sh, copied from arm. | Jonathan Gray | |
ok miod@ drahn@ | |||
2006-06-27 | crank shlib_version | Damien Miller | |
2006-05-04 | backport checks for degenerate Diffie-Hellman public exponents from | Damien Miller | |
OpenSSL-0.9.8a, where they were added without a corresponding patch to 0.9.7 or an advisory! ok theo@ markus@ | |||
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-05-10 | import i386 AES asm code from openssl.org; ok and help with testing djm@ | Markus Friedl | |
2005-04-29 | typo; from grunk AT pestilenz.org via markus@ | Damien Miller | |
2005-04-29 | crank | Damien Miller | |
2005-04-29 | adjust for new files in 0.9.7g | Damien Miller | |
2005-04-01 | re-enable DSO_DLFCN on shared lib architectures; ok deraadt | Markus Friedl | |
2005-03-30 | backout last commit for now.. | Markus Friedl | |
2005-03-30 | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | Markus Friedl | |
2005-02-07 | For amd64, build the bn routines in libcrypto with the amd64 specific | Bob Beck | |
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@ | |||
2004-09-07 | mips is now 64 bits so use a 64 bit config | Per Fogelstrom | |
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
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 | |||
2004-04-25 | update missing pieces from 0.9.7d; ok henning | Markus Friedl | |
crank minor for API extensions | |||
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
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. | |||
2004-02-13 | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. | Hans-Joerg Hoexer | |
Change cipher modes to more generic names and add an additional mode. ok deraadt@ markus@ | |||
2004-02-03 | config for arm, copied from powerpc/sparc ok markus@ | Dale Rahn | |
2004-01-29 | cleanup byte order detection per arch a bit; mickey ok | Theo de Raadt | |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff | |
2004-01-23 | enable acss. | Hans-Joerg Hoexer | |
ok @deraadt @markus Also bump minor version. ok @deraadt | |||
2003-11-19 | Break up the colon-separated path to -I into two -I args so the tree | Todd C. Miller | |
can build with perl 5.8.2. Ok markus@ | |||
2003-11-18 | use bn_asm_vax.S (from netbsd); test + ok by miod | Markus Friedl | |
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. | |||
2003-11-11 | crank minor for ERR_release_err_state_table | Markus Friedl | |
2003-06-02 | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | Markus Friedl | |
get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@ | |||
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl | |
2003-01-31 | we do not need that mess of -I | Theo de Raadt | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
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@ | |||
2002-09-26 | remove MDC2; patents | Markus Friedl | |
2002-09-14 | merge with openssl-0.9.7-stable-SNAP-20020911, | Markus Friedl | |
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | |||
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl | |
2002-09-05 | merge with 0.9.7-beta1 | Markus Friedl | |
2002-09-03 | build OpenSSL without symlink trees: | Markus Friedl | |
* 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@ | |||
2002-09-03 | evp_test.o should not be included in libcrypto (it defines _main !!) | Markus Friedl | |
no version change for the shared libs; ok deraadt@ | |||
2002-08-31 | ssl headers are already installed for libssl | Markus Friedl | |
2002-08-31 | don't install e_os.h (it's private) | Markus Friedl | |
remove duplicate headers, trailing whitespace | |||
2002-07-11 | clean | Theo de Raadt | |
2002-07-11 | Disable support for the other hardware accelerators. No need to crank the | Theo de Raadt | |
major because these interfaces are really not exported (or used). | |||
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck | |
2002-05-15 | OpenSSL 0.9.7 | Bob Beck | |
2001-08-01 | merge openssl 0.9.6b-engine | Bob Beck | |
Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | |||
2001-06-22 | openssl-engine-0.9.6a merge | Bob Beck | |
2001-04-23 | crank crypto lib version, just in case | Theo de Raadt | |