summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2e releaseOpenSSL_1_0_2eMatt Caswell2015-12-034-6/+6
* make updateMatt Caswell2015-12-031-3/+4
* Update CHANGES and NEWSMatt Caswell2015-12-032-1/+63
* Add test for CVE-2015-3194Dr. Stephen Henson2015-12-032-0/+28
* Add PSS parameter check.Dr. Stephen Henson2015-12-031-1/+1
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-032-3/+37
* Fix leak with ASN.1 combine.Dr. Stephen Henson2015-12-031-2/+5
* Add cleanup of *.sRichard Levitte2015-12-031-1/+1
* perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov2015-12-031-0/+20
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov2015-12-021-0/+47
* Remove cookie validation return value trickMatt Caswell2015-12-011-6/+4
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-3013-11/+21
* Use both sun and __sunKurt Roeckx2015-11-242-3/+3
* mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner2015-11-241-0/+1
* ssl3_free(): Return if it wasn't createdPascal Cuoq2015-11-241-1/+1
* Set reference count earlierKurt Roeckx2015-11-242-2/+2
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+10
* Makefile.org: add LC_ALL=C to unify error [and other] messages.Andy Polyakov2015-11-231-1/+3
* Use defined(__sun) instead of defined(sun)Kurt Roeckx2015-11-222-3/+3
* Add initial AppVeyor configurationAlessandro Ghedini2015-11-211-0/+60
* Good hygiene with size_t output argument.Viktor Dukhovni2015-11-211-1/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-2012-148/+272
* Fix README version typoRich Salz2015-11-191-1/+1
* Fix release in READMERich Salz2015-11-181-1/+1
* aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov2015-11-181-62/+136
* bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov2015-11-161-86/+88
* bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov2015-11-161-37/+72
* aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov2015-11-162-5/+13
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-1/+1
* modes/asm/ghash-armv4.pl: make it compile by clang. RT#3989Andy Polyakov2015-11-111-0/+5
* Stop DTLS servers asking for unsafe legacy renegotiationMatt Caswell2015-11-101-0/+13
* Only call ssl3_init_finished_mac once for DTLSMatt Caswell2015-11-101-2/+1
* Remove redundant check from tls1_get_curvelistMatt Caswell2015-11-091-1/+1
* Fix missing malloc return value checksMatt Caswell2015-11-0913-2/+51
* Make the match for previous cflags a bit more strictRichard Levitte2015-11-091-2/+2
* Reject TLS 1.2 ciphersuites if not allowed.Dr. Stephen Henson2015-11-081-0/+5
* Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell2015-11-043-18/+24
* Minor EVP_SignInit_ex doc fixMatt Caswell2015-11-041-1/+2
* Clarify the preferred way of creating patch filesMatt Caswell2015-11-021-2/+8
* Various README and CONTRIBUTING updatesRich Salz2015-11-012-115/+68
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Remove useless codeAlessandro Ghedini2015-10-2314-47/+6
* Check memory allocationAlessandro Ghedini2015-10-231-4/+12
* Fix references to various RFCsAlessandro Ghedini2015-10-231-10/+7
* Fix typosAlessandro Ghedini2015-10-239-12/+12
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-2/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-239-22/+46
* Replace malloc+strlcpy with strdupAlessandro Ghedini2015-10-231-2/+1