summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Remove BN_DEBUG_TRIXEmilia Kasper
2017-02-28Code cleanup: remove the VMS specific reimplementation of gmtimeRichard Levitte
2017-02-28Remove dead code in crypto/pkcs7Emilia Kasper
2017-02-26poly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.Andy Polyakov
2017-02-26crypto/x86_64cpuid.pl: add CFI annotations.Andy Polyakov
2017-02-26whrlpool/asm/wp-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-26camellia/asm/cmll-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-26poly1305/asm/poly1305-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-26chacha/asm/chacha-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-26Add a null UI methodRichard Levitte
2017-02-25poly1305/asm/poly1305-x86_64.pl: add VPMADD52 code path.Andy Polyakov
2017-02-25poly1305/asm/poly1305-x86_64.pl: switch to vpermdd in table expansion.Andy Polyakov
2017-02-25poly1305/asm/poly1305-x86_64.pl: optimize AVX512 code path.Andy Polyakov
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper