aboutsummaryrefslogtreecommitdiff
path: root/openssl/Makefile.in
AgeCommit message (Collapse)Author
2016-10-10Update to OpenSSL 1.0.2j.Rob Austein
There would (probably) be no security issue with continuing to use OpenSSL 1.0.2h for RPKI, but it's usually best to stay current. Update the update-snapshot script to use git instead of svn.
2016-05-05OpenSSL 1.0.2h.Rob Austein
svn path=/trunk/; revision=6423
2016-04-08Bump OpenSSL to 1.0.2g.Rob Austein
svn path=/trunk/; revision=6350
2015-12-07Update OpenSSL to version 1.0.2e.Rob Austein
svn path=/trunk/; revision=6212
2015-07-10Update to OpenSSL 1.0.2d.Rob Austein
svn path=/trunk/; revision=6075
2015-03-20Update to OpenSSL 1.0.1m.Michael Elkins
http://openssl.org/news/secadv_20150319.txt svn path=/trunk/; revision=6069
2015-01-28Pull latest release on OpenSSL 1.0.1 branch, just to keep current.Rob Austein
Most of the vulnerabilities fixed are in TLS and DTLS code we don't use, and all of them are minor, see OpenSSL release notes if you care. svn path=/trunk/; revision=6046
2014-10-15Track OpenSSL even though Poodle doesn't affect us.Rob Austein
svn path=/trunk/; revision=5999
2014-09-29Update to OpenSSL 1.0.1i. Not a security issue in our case, justRob Austein
staying current. svn path=/trunk/; revision=5975
2014-06-05Update to OpenSSL 1.0.1h. Changes from 1.0.1g to 1.0.1h shouldn'tRob Austein
affect anything the RPKI code does, but it's easiest to stay current. svn path=/trunk/; revision=5861
2014-04-08CVE-2014-0160. Not strictly relevant as we don't use TLS, but it'sRob Austein
easier to upgrade than to answer that question even once. svn path=/trunk/; revision=5767
2014-01-08Update OpenSSL to 1.0.1f.Rob Austein
svn path=/trunk/; revision=5619
2013-07-25Add a couple of harmless rules which should not be necessary but theRob Austein
absence of which seems to be confusing "make" for one user. See #586. svn path=/trunk/; revision=5444
2013-03-21Update bundled OpenSSL to release 1.0.1e.Rob Austein
svn path=/trunk/; revision=5190
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
automate construction of things like the pkg-plist for a FreeBSD port. This is a fairly nasty kludge, but we're kind of trapped at the intersection of two different build systems (autoconf and disttools) and a laundry list of platform-specific packaging systems, so anything we do here is likely to be nasty, and almost anything is better than trying to maintain packing lists for all those systems by hand. svn path=/trunk/; revision=4938
2012-04-19Update to OpenSSL 1.0.0i (CVE-2012-2110).Rob Austein
svn path=/trunk/; revision=4436
2012-03-12"make depend" is currently (OpenSSL 1.0.0h) broken on Mac OS X,Rob Austein
because it goes looking for a non-existent "makedepend" program. As far as I can tell, everything works fine if we just ignore the failure and press on with the OpenSSL build, so we now do that. Sigh. svn path=/trunk/; revision=4396
2012-03-12CVE-2012-0884 (Bleichenbacher's "Million Message Attack") only appliesRob Austein
to CMS when used for encryption, so I don't think it's a serious issue for RPKI CMS signed data, but upgrade to OpenSSL 1.0.0h anyway. svn path=/trunk/; revision=4395
2012-01-05OpenSSL 1.0.0fRob Austein
svn path=/trunk/; revision=4141
2011-09-06Upgrade to OpenSSL 1.0.0e (CVE-2011-3207).Rob Austein
svn path=/openssl/Makefile.in; revision=3970
2011-06-25We no longer need pywrapRob Austein
svn path=/configure; revision=3899
2011-04-27Upgrade OpenSSL to 1.0.0dRob Austein
svn path=/openssl/Makefile.in; revision=3794
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