summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-06-08Fix a read off the end of the input bufferRich Salz
2017-06-05ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.Andy Polyakov
2017-06-01Fix ex_data memory leakTodd Short
2017-05-25Prepare for 1.0.2m-devMatt Caswell
2017-05-25Prepare for 1.0.2l releaseOpenSSL_1_0_2lMatt Caswell
2017-05-11Remove dead code.Pauli
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-05-02RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
2017-05-02Fix URL links in commentRich Salz
2017-05-02Fix time offset calculation.Todd Short
2017-04-30Check fflush on BIO_ctrl callRich Salz
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-22Numbers greater than 1 are usually non-negative.David Benjamin
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