summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-08Refer to website for acknowledgements.Rich Salz
2015-12-08Not all 'find's know -xtype, use -type insteadRichard Levitte
2015-12-08Adapt the OS X build to use the OS X tarRichard Levitte
2015-12-08Make it possible to affect the way dists are madeRichard Levitte
2015-12-08Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte
2015-12-07Change tar owner and group to just 0Richard Levitte
2015-12-07Do not add symlinks in the source releaseRichard Levitte
2015-12-07In travis, build from a "source release" rather than from the build treeRichard Levitte
2015-12-07Small changes to creating distsRichard Levitte
2015-12-03Prepare for 1.0.2f-devMatt Caswell
2015-12-03Prepare for 1.0.2e releaseOpenSSL_1_0_2eMatt Caswell
2015-12-03make updateMatt Caswell
2015-12-03Update CHANGES and NEWSMatt Caswell
2015-12-03Add test for CVE-2015-3194Dr. Stephen Henson
2015-12-03Add PSS parameter check.Dr. Stephen Henson
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov
2015-12-03Fix leak with ASN.1 combine.Dr. Stephen Henson
2015-12-03Add cleanup of *.sRichard Levitte
2015-12-03perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte
2015-12-02crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov
2015-12-01Remove cookie validation return value trickMatt Caswell
2015-11-30x86_64 assembly pack: tune clang version detection.Andy Polyakov
2015-11-24Use both sun and __sunKurt Roeckx
2015-11-24mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner
2015-11-24ssl3_free(): Return if it wasn't createdPascal Cuoq
2015-11-24Set reference count earlierKurt Roeckx
2015-11-24Fix uninitialised p error.Dr. Stephen Henson
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson
2015-11-23Makefile.org: add LC_ALL=C to unify error [and other] messages.Andy Polyakov
2015-11-22Use defined(__sun) instead of defined(sun)Kurt Roeckx
2015-11-21Add initial AppVeyor configurationAlessandro Ghedini
2015-11-21Good hygiene with size_t output argument.Viktor Dukhovni
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-19Fix README version typoRich Salz
2015-11-18Fix release in READMERich Salz
2015-11-18aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov
2015-11-16bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov
2015-11-16bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-11-11modes/asm/ghash-armv4.pl: make it compile by clang. RT#3989Andy Polyakov
2015-11-10Stop DTLS servers asking for unsafe legacy renegotiationMatt Caswell
2015-11-10Only call ssl3_init_finished_mac once for DTLSMatt Caswell
2015-11-09Remove redundant check from tls1_get_curvelistMatt Caswell
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte
2015-11-08Reject TLS 1.2 ciphersuites if not allowed.Dr. Stephen Henson
2015-11-04Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell