summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli
2017-10-07Rewrite some codeRich Salz
2017-10-05stack/stack.c: various cleanups.Andy Polyakov
2017-10-04Session resume broken switching contextsTodd Short
2017-10-03Use more pre-allocationFdaSilvaYY
2017-10-03Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY
2017-10-02nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-28Add stack space reservations.Pauli
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2017-09-18Null pointer used.Pauli
2017-09-15Avoid signed vs unsigned comparison error.Pauli
2017-09-15Add explanatory comment about fitting into a size_t.Pauli
2017-09-15Remote unrequited castsPauli
2017-09-14Replace malloc+strcpy with strdupRich Salz
2017-09-14Fix function name in ECerr callRich Salz
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-14Ensure that the requested memory size cannot exceed the limit imposed by aPauli
2017-09-14Manually revert "Ensure allocation size fits into size_t"Pauli
2017-09-14Revert "Reuse strndup(), simplify code"Pauli
2017-09-14Revert "GH614: Use memcpy()/strdup() when possible"Pauli
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-11rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov
2017-09-11evp/m_sha3.c: wire SHA3 to rsaEncryption.Andy Polyakov
2017-09-11objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.Andy Polyakov
2017-09-11objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov
2017-09-09sha/asm/keccak1600-armv8.pl: fix return value buglet and ...Andy Polyakov
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-09-07Fix error handling/cleanupRich Salz
2017-09-06Add checks for alloc failing.Rich Salz
2017-09-05Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte
2017-09-01crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov
2017-09-01struct timeval include guardsPauli
2017-08-31Address feedbackRich Salz
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-09-01Fix potential null problem.Pauli
2017-08-31Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying
2017-08-30Fix return value of ASN1_TIME_compareTodd Short
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Fix potential null pointer dereference in ARIA implementationJon Spillett
2017-08-30Move e_os.h to be the very first include.Pauli