summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-10-18Remove parentheses of return.KaoruToda
2017-10-18Add missing RAND_DRBG lockingBenjamin Kaduk
2017-10-18Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer
2017-10-17x509v3/v3_utl.c: avoid double-free.Andy Polyakov
2017-10-17modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov
2017-10-16added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson
2017-10-16Code hygiene; initialize some pointers.Mouse
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-10-12Fix memory leak in DH_get_nid()Benjamin Kaduk
2017-10-12make updateDr. Stephen Henson
2017-10-12Add pad supportDr. Stephen Henson
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson
2017-10-12Add objects for RFC7919 parametersDr. Stephen Henson
2017-10-12DH named parameter supportDr. Stephen Henson
2017-10-12Add primes from RFC7919Dr. Stephen Henson
2017-10-12Support constant BN for DH parametersDr. Stephen Henson
2017-10-12make updateDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
2017-10-11Return a value from atomic read on Windows.Pauli
2017-10-10Fix typosKeshav Kini
2017-10-10crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
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