summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-28Make the global DRBGs staticKurt Roeckx
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-28DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-28DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz
2017-08-25This part fixes braces around if-else.Paul Yang
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang
2017-08-25Use strcpy instead of sprintf %sRich Salz
2017-08-25Clear secret stack values after use in the ED25519-functionsBernd Edlinger
2017-08-25Clear secret stack values after use in curve25519.cBernd Edlinger
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-25Check for EOF in ASCII conversions.Pauli