aboutsummaryrefslogtreecommitdiff
path: root/openssl
AgeCommit message (Collapse)Author
2012-04-19Update to OpenSSL 1.0.0i (CVE-2012-2110).Rob Austein
svn path=/trunk/; revision=4436
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
the real consolidated documentation. Delete old Doxygen-based rpkid manual and stuff that went with it, while retaining ability to generate Doxygen manual of internals for the libraries. This closes #232. svn path=/trunk/; revision=4424
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-10-16"make distclean" needs to clean up after "make test". This fixes #102.Rob Austein
svn path=/trunk/; revision=4046
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
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