aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove email addresses from source code.Rich Salz2017-10-1390-229/+122
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-122-34/+60
* Fix memory leak in DH_get_nid()Benjamin Kaduk2017-10-121-4/+3
* make updateDr. Stephen Henson2017-10-124-3/+33
* Add pad supportDr. Stephen Henson2017-10-121-1/+15
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-4/+35
* Add objects for RFC7919 parametersDr. Stephen Henson2017-10-121-0/+7
* DH named parameter supportDr. Stephen Henson2017-10-124-1/+88
* Add primes from RFC7919Dr. Stephen Henson2017-10-121-0/+288
* Support constant BN for DH parametersDr. Stephen Henson2017-10-122-22/+17
* make updateDr. Stephen Henson2017-10-122-0/+3
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-123-3/+26
* Fix memory leak on lookup failureDr. Stephen Henson2017-10-121-0/+3
* Don't ignore passed ENGINE.Dr. Stephen Henson2017-10-121-2/+3
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Return a value from atomic read on Windows.Pauli2017-10-112-2/+2
* Fix typosKeshav Kini2017-10-101-3/+3
* crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2017-10-101-1/+4
* Add atomic write callPauli2017-10-103-1/+32
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-103-0/+31
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-0947-113/+113
* Document that lhash isn't thread safe under any circumstances andPauli2017-10-093-55/+29
* Rewrite some codeRich Salz2017-10-071-35/+19
* stack/stack.c: various cleanups.Andy Polyakov2017-10-051-34/+23
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Use more pre-allocationFdaSilvaYY2017-10-035-51/+72
* Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY2017-10-031-33/+63
* nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley2017-10-021-3/+19
* Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger2017-10-023-6/+3
* Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser2017-09-291-0/+1
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-2913-21/+7
* Use safestack.h exclusively internally.Pauli2017-09-287-12/+9
* Add stack space reservations.Pauli2017-09-282-4/+9
* Add a reserve call to the stack data structure.Pauli2017-09-281-33/+94
* BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser2017-09-272-2/+3
* Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser2017-09-271-0/+5
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-7/+0
* Guard against DoS in name constraints handling.David Benjamin2017-09-222-2/+33
* Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin2017-09-191-0/+6
* Null pointer used.Pauli2017-09-181-1/+1
* Avoid signed vs unsigned comparison error.Pauli2017-09-151-2/+3
* Add explanatory comment about fitting into a size_t.Pauli2017-09-151-0/+2
* Remote unrequited castsPauli2017-09-151-5/+2
* Replace malloc+strcpy with strdupRich Salz2017-09-143-12/+6
* Fix function name in ECerr callRich Salz2017-09-143-1/+3
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-143-0/+18
* Ensure that the requested memory size cannot exceed the limit imposed by aPauli2017-09-141-0/+2
* Manually revert "Ensure allocation size fits into size_t"Pauli2017-09-141-11/+4
* Revert "Reuse strndup(), simplify code"Pauli2017-09-141-8/+9
* Revert "GH614: Use memcpy()/strdup() when possible"Pauli2017-09-143-8/+10