summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-20Don't call memcpy if len is zero.Rich Salz
2017-02-20Revert "Use memcmp() instead of CRYPTO_memcmp() when fuzzing"Kurt Roeckx
2017-02-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
2017-02-17Fix symbol shadowRichard Levitte
2017-02-17Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin
2017-02-16Use _WIN32 over WIN32 for preprocessor conditionalBenjamin Kaduk
2017-02-15Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi
2017-02-15crypto/armcap.c: short-circuit processor capability probe in iOS builds.Andy Polyakov
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov
2017-02-15sha/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-14Fix a few typosFdaSilvaYY
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, a...Guido Vranken
2017-02-14Prevent allocations of size 0 in sh_init, which are not possible with the def...Guido Vranken
2017-02-14mem leak on error path and error propagation fixYuchi