summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-04-04crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-29Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
2017-03-25Fixed a gcc-7-strict-warnings issue.Bernd Edlinger
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov
2017-03-21Fix error paths in ASN1_TIME_to_generalizedtimeMatt Caswell
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-20Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-03-20Cast to an unsigned type before negatingKurt Roeckx
2017-03-20Avoid signed overflowKurt Roeckx
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-13crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov
2017-03-13Fix a memory leak in X509_STORE_add_cert/crl error handling.Bernd Edlinger
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-11Fix UI_get0_action_string()Richard Levitte
2017-03-10make updateRichard Levitte
2017-03-10Fix crypto/bn/bn_prime.pl to generate correctly formatted bn_prime.hRichard Levitte
2017-03-08Limit the output of the enc -ciphers commandPauli
2017-03-07crypto/x86_64cpuid.pl: move extended feature detection upwards.Andy Polyakov
2017-02-24Restore the test coverage of COMP_rle and SSL_COMP_add_compression_methodBernd Edlinger
2017-02-24Increase the size of the stack buffer to prevent an overflow.Pauli
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short
2017-02-23bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2017-02-23Backport OSSL_NELEMRich Salz
2017-02-22Fix typo, should be && rather than &Richard Levitte
2017-02-22Fix typo, missing ||Richard Levitte
2017-02-22Iterate over EC_GROUP's poly array in a safe wayRich Salz
2017-02-22Have the directory reader use the Unix API on VMSRichard Levitte
2017-02-21Fix memory leak in pkcs12 -exportDmitry Belyavskiy
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2017-02-21Prevent OOB in SRP base64 code.Rich Salz
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_ENUMERATED.Bernd Edlinger
2017-02-16Cleanup *.S files.Bernd Edlinger
2017-02-15Fix possible memory leak in cryptodev_digest_update.Bernd Edlinger
2017-02-14Fix a few typosFdaSilvaYY
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-13DES keys are not 7 days long.Darren Tucker
2017-02-09Fix statically linked engine initialization w/ fipsMatt Hauck
2017-02-07If BIO_snprintf failed, keep trying.Rich Salz
2017-02-07aes_gcm_cleanup() should check that gctx != NULL beforeBernd Edlinger
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-02-06Combined patch for the more or less obvious issuesBernd Edlinger
2017-02-05Fix a crash with malformed user notice policy numbersBernd Edlinger