summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-01-28Prepare for 1.0.2f releaseOpenSSL_1_0_2fMatt Caswell
2016-01-28Add a test for small subgroup attacks on DH/DHEMatt Caswell
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley
2016-01-17Empty SNI names are not validViktor Dukhovni
2016-01-15NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin
2016-01-13Root cause discovered and fixed, this fix became unnecessaryMouse
2016-01-13Fixed crash (SIGSEGV) when freeing of ex_data stumbles upon a NULL-pointer.Mouse
2016-01-02Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2015-12-22Fix memory leak in DSA redo case.David Benjamin
2015-12-20Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson
2015-12-19BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-12-19Correct or add comments indicating what controls belong to whatRichard Levitte
2015-12-19Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-12-19Fix URLs mangled by reformatMatt Caswell
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-10ec/ecp_nistz256_table.c: fix potential misalignment problem with Sun C.Andy Polyakov
2015-12-08Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte
2015-12-03Prepare for 1.0.2f-devMatt Caswell
2015-12-03Prepare for 1.0.2e releaseOpenSSL_1_0_2eMatt Caswell
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-02crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov
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-24Fix uninitialised p error.Dr. Stephen Henson
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson
2015-11-22Use defined(__sun) instead of defined(sun)Kurt Roeckx
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-09Fix missing malloc return value checksMatt Caswell
2015-10-29BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Check memory allocationAlessandro Ghedini
2015-10-23Fix typosAlessandro Ghedini
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-23Replace malloc+strlcpy with strdupAlessandro Ghedini
2015-10-15Fix self signed handling.Dr. Stephen Henson
2015-10-13RFC5753 compliance.Dr. Stephen Henson