summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-02-24Add -Wundef to --strict-warnings options.Bernd 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-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-21Removed ugly size_t less than zero check.Hikar
2017-02-21Ensure minsize >= sizeof(SH_LIST)Pauli