aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-10-17modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov1-45/+56
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson3-6/+20
2017-10-16Code hygiene; initialize some pointers.Mouse2-2/+2
2017-10-13Remove email addresses from source code.Rich Salz90-229/+122
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz2-34/+60
2017-10-12Fix memory leak in DH_get_nid()Benjamin Kaduk1-4/+3
2017-10-12make updateDr. Stephen Henson4-3/+33
2017-10-12Add pad supportDr. Stephen Henson1-1/+15
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson1-4/+35
2017-10-12Add objects for RFC7919 parametersDr. Stephen Henson1-0/+7
2017-10-12DH named parameter supportDr. Stephen Henson4-1/+88
2017-10-12Add primes from RFC7919Dr. Stephen Henson1-0/+288
2017-10-12Support constant BN for DH parametersDr. Stephen Henson2-22/+17
2017-10-12make updateDr. Stephen Henson2-0/+3
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson3-3/+26
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson1-0/+3
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson1-2/+3
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell1-6/+16
2017-10-11Return a value from atomic read on Windows.Pauli2-2/+2
2017-10-10Fix typosKeshav Kini1-3/+3
2017-10-10crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov1-1/+4
2017-10-10Add atomic write callPauli3-1/+32
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli3-0/+31
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda47-113/+113
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli3-55/+29
2017-10-07Rewrite some codeRich Salz1-35/+19
2017-10-05stack/stack.c: various cleanups.Andy Polyakov1-34/+23
2017-10-04Session resume broken switching contextsTodd Short1-0/+1
2017-10-03Use more pre-allocationFdaSilvaYY5-51/+72
2017-10-03Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY1-33/+63
2017-10-02nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley1-3/+19
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger3-6/+3
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser1-0/+1
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli13-21/+7
2017-09-28Use safestack.h exclusively internally.Pauli7-12/+9
2017-09-28Add stack space reservations.Pauli2-4/+9
2017-09-28Add a reserve call to the stack data structure.Pauli1-33/+94
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser2-2/+3
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser1-0/+5
2017-09-26Allow DH_set0_key with only private key.David Benjamin1-7/+0
2017-09-22Guard against DoS in name constraints handling.David Benjamin2-2/+33
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin1-0/+6
2017-09-18Null pointer used.Pauli1-1/+1
2017-09-15Avoid signed vs unsigned comparison error.Pauli1-2/+3
2017-09-15Add explanatory comment about fitting into a size_t.Pauli1-0/+2
2017-09-15Remote unrequited castsPauli1-5/+2
2017-09-14Replace malloc+strcpy with strdupRich Salz3-12/+6
2017-09-14Fix function name in ECerr callRich Salz3-1/+3
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang3-0/+18
2017-09-14Ensure that the requested memory size cannot exceed the limit imposed by aPauli1-0/+2