aboutsummaryrefslogtreecommitdiff
path: root/openssl
AgeCommit message (Collapse)Author
2011-03-04Don't rebuild openssl/apps/openssl unless library has changed.Rob Austein
Shared library control is [no-]shared, not {enable,disable}-shared; fortunately the default seems to be shared on platforms where it matters, which is why nobody noticed the error. svn path=/openssl/Makefile.in; revision=3716
2011-01-21Add deinstall/uninstall targets, even when they're no-ops.Rob Austein
svn path=/Makefile.in; revision=3628
2011-01-20Even more OpenSSL build antics -- OpenSSL Makefiles are fragileRob Austein
svn path=/openssl/Makefile.in; revision=3618
2011-01-20Yet another tweak to get right mix of static and dynamic linking.Rob Austein
svn path=/configure; revision=3617
2011-01-20Fix all the broken RPATH stuff we said we'd fix "some day".Rob Austein
svn path=/configure; revision=3615
2011-01-09Have to build OpenSSL shared libraries even though we don't need them,Rob Austein
because we do need position independent code to build _POW.so. svn path=/configure; revision=3603
2011-01-09Rework POW build so that we can use static libraries again.Rob Austein
svn path=/configure; revision=3602
2010-12-31distclean targetRob Austein
svn path=/Makefile.in; revision=3596
2010-12-30Rework OpenSSL shared library stuff. Still not great, but better.Rob Austein
svn path=/configure; revision=3586
2010-12-29Try to use autoconf to save us from shared libraries if it canRob Austein
svn path=/configure; revision=3584
2010-11-23OpenSSL 1.0.0bRob Austein
svn path=/openssl/Makefile.in; revision=3562
2010-06-24Update to 1.0.0a -- CVE-2010-0742Rob Austein
svn path=/openssl/Makefile.in; revision=3295
2010-04-06Upgrade to OpenSSL 1.0.0.Rob Austein
svn path=/openssl/Makefile.in; revision=3161
2010-03-19First baby steps towards autoconf. Trying to keep this simple, soRob Austein
only using it where absolutely necessary at the moment. svn path=/Makefile; revision=3125
2010-01-20Upgrade to OpenSSL 1.0.0-beta5Rob Austein
svn path=/openssl/Makefile; revision=2956
2010-01-20Typo and cleanupRob Austein
svn path=/openssl/Makefile; revision=2954
2009-11-18Update to new OpenSSL snapshot, to track TLS negotiation protocolRob Austein
bugfixes. While we're at this, switch to 1.0.0-stable snapshot series, with goal of eventually converging on OpenSSL 1.0.0. This included a few changes to track OpenSSL: - The "STRING" type used in the OpenSSL stack macros became "OPENSSL_STRING". - OpenSSL has deprecated the MD2 digest algorithm, so POW code can't refer to it unconditionally (perhaps I should remove support for it from POW entirely, but for now I just honor the compile-time conditional). - OpenSSL's configuration script was whining that I should run "make depend", so I do that now as part of the OpenSSL library build. svn path=/openssl/Makefile; revision=2883
2009-10-02Vile changes to enable shared library support for OpenSSL and POW,Rob Austein
because the %^&^%*! GNU linker is unable to build _POW.so from static libraries on 64-bit hardware. svn path=/openssl/Makefile; revision=2806
2009-03-10Update snapshot -- this finally fixes the :: printout bugRob Austein
svn path=/openssl/Makefile; revision=2282
2009-03-10CleanupRob Austein
svn path=/openssl/README; revision=2281
2009-01-08New OpenSSL snapshotRob Austein
svn path=/openssl/Makefile; revision=2040
2008-12-23CleanupRob Austein
svn path=/openssl/Makefile; revision=2036
2008-10-24Add some of the other RPKI profile extensions, in particular anRob Austein
example of a multi-URI CRLDP extension. svn path=/openssl/tests/test.conf; revision=2027
2008-10-15Update openssl snapshot (fixes rcynic crash reported by RIPE).Rob Austein
svn path=/openssl/Makefile; revision=2019
2008-10-10Update to new OpenSSL snapshot. This required code changes to trackRob Austein
new type-safety features in the OpenSSL "stack" metatype. svn path=/openssl/Makefile; revision=2012
2008-06-12CleanupRob Austein
svn path=/Makefile; revision=1876
2008-06-12Reorganize old directory hierarchy to match current usageRob Austein
svn path=/docs; revision=1875
2008-05-09openssl-SNAP-20080509Rob Austein
svn path=/openssl/Makefile; revision=1761
2008-05-03openssl-SNAP-20080503Rob Austein
svn path=/openssl/Makefile; revision=1740
2008-05-01openssl-SNAP-20080501Rob Austein
svn path=/openssl/Makefile; revision=1732
2008-04-20make testRob Austein
svn path=/Makefile; revision=1682
2008-04-18Add note on "debug-sra" setting so I don't have to keep digging it outRob Austein
of old makefiles svn path=/openssl/README; revision=1676
2008-04-18openssl-SNAP-20080418Rob Austein
svn path=/openssl/Makefile; revision=1674
2008-04-17openssl-SNAP-20080417Rob Austein
svn path=/openssl/Makefile; revision=1671
2008-04-09openssl-SNAP-20080409Rob Austein
svn path=/openssl/Makefile; revision=1644
2008-04-03Clean up after snapshot changeRob Austein
svn path=/openssl/Makefile; revision=1576
2008-03-28Switch to using OpenSSL HEAD snapshot, for the new CMS codeRob Austein
svn path=/openssl/Makefile; revision=1566
2008-03-25Apparently some Linux distributions have "gzip" but don't have "gzcat"Rob Austein
svn path=/openssl/Makefile; revision=1563
2007-10-29Isolate OpenSSL version number into one Makefile.Rob Austein
svn path=/openssl/Makefile; revision=1192
2007-10-29OpenSSL 0.9.8f -> 0.9.8gRob Austein
svn path=/openssl/Makefile; revision=1191
2007-10-19OpenSSL 0.9.8fRob Austein
svn path=/openssl/Makefile; revision=1175
2007-07-07Changes to build POWRob Austein
svn path=/Makefile; revision=725
2007-06-07Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.Rob Austein
svn path=/openssl/Makefile; revision=659
2007-06-01OpenSSL 0.9.8e shipped a while ago, update notes.Rob Austein
svn path=/openssl/README; revision=646
2006-11-30Update notes now that code has been committed by OpenSSL project.Rob Austein
svn path=/openssl/README; revision=465
2006-11-13Back port tweaks to silence compiler warnings.Rob Austein
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=464
2006-10-17opensslconf.h is generated automatically, remove from repositoryRob Austein
svn path=/openssl/trunk/crypto/opensslconf.h; revision=407
2006-10-16.configured => trunk/MakefileRob Austein
svn path=/openssl/Makefile; revision=398
2006-10-16Makefile is generated from Makefile.orgRob Austein
svn path=/openssl/trunk/Makefile; revision=397
2006-10-16More MakefilesRob Austein
svn path=/Makefile; revision=394