summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
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-22modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov
2017-03-22poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.Andy Polyakov
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov
2017-03-21Remove duplicate X509_OBJECT free function.David Benjamin
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov
2017-03-13poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.Andy Polyakov
2017-03-13crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-11Fix UI_get0_action_string()Richard Levitte
2017-03-09Exit the loop on failureJon Spillett
2017-03-07crypto/x86_64cpuid.pl: move extended feature detection upwards.Andy Polyakov
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-03Ensure we don't call memcpy with a NULL pointerMatt Caswell
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-02sh_malloc & sh_free prototype change to match POSIXRich Salz
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov
2017-03-02aes/aes_x86core.c: clarify reference implementation status.Andy Polyakov
2017-03-02evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.Andy Polyakov
2017-03-02bn/asm: clean up unused PA-RISC modules.Andy Polyakov
2017-03-02des/des_locl.h: clean up unused/irrelevant macros.Andy Polyakov
2017-03-01VMS: compensate for gmtime_r() parameter pointer sizeRichard Levitte
2017-03-01Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Remove OPENSSL_indirect_call()Benjamin Kaduk
2017-02-28Don't free in cleanup routineBenjamin Kaduk
2017-02-28crypto/des: remove unreferenced rcp_enc.c module.Andy Polyakov
2017-02-28Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger
2017-02-28Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed tooRichard Levitte
2017-02-28Remove memcpy unrolling in bn_lib.cEmilia Kasper
2017-02-28Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Remove a pointless "#ifndef" from bf_enc.cMatt Caswell
2017-02-28Remove bf_cbc.cMatt Caswell
2017-02-28Remove dead code in bnMatt Caswell
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short