summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-12-06bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov
2017-12-05Fix minor typo in comment in rsa_stDaniel Bevenius
2017-12-04Update eng_fat.cMerQGh
2017-12-04modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov
2017-12-04Add some more cleanupsMatt Caswell
2017-12-04Add some sanity checks for the fatal error conditionMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-29A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.Pauli
2017-11-28Fix chacha-armv4.pl with clang -fno-integrated-as.David Benjamin
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-28rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov
2017-11-27Check for malloc failureRich Salz
2017-11-27Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz
2017-11-25chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.Andy Polyakov
2017-11-25poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.Andy Polyakov
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-11-23rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.Andy Polyakov
2017-11-23crypto/x86_64cpuid.pl: fix AVX512 capability masking.Andy Polyakov
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-17bn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with negative input.Andy Polyakov
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
2017-11-16Add padding spaces before printing signature algorithm for CRLs outputRichard Levitte
2017-11-16Add padding spaces before printing algo.Yutian Li
2017-11-15Revert "Add padding spaces before printing algo."Rich Salz
2017-11-15Add padding spaces before printing algo.Yutian Li
2017-11-13remove magic numberFdaSilvaYY
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-13evp/pbe_scrypt.c: add boundary condition for implicit cast.Andy Polyakov
2017-11-13asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-11lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin
2017-11-10Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2017-11-08OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov
2017-11-08Don't NULL check before calling DSO_free.Rich Salz
2017-11-08Removre comment with user's nameRich Salz
2017-11-07Various typoFdaSilvaYY
2017-11-07style : fix some if(...FdaSilvaYY
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse