aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support key check in EVP interfacePaul Yang2017-09-138-2/+71
* rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov2017-09-111-0/+4
* evp/m_sha3.c: wire SHA3 to rsaEncryption.Andy Polyakov2017-09-111-2/+2
* objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.Andy Polyakov2017-09-112-0/+12
* objects/objects.txt: fix RSA-SHA3-284 typo.Andy Polyakov2017-09-113-6/+6
* sha/asm/keccak1600-armv8.pl: fix return value buglet and ...Andy Polyakov2017-09-091-147/+11
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-085-10/+56
* Fix error handling/cleanupRich Salz2017-09-071-13/+5
* Add checks for alloc failing.Rich Salz2017-09-062-2/+4
* Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialisedRichard Levitte2017-09-051-1/+1
* crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov2017-09-012-7/+21
* struct timeval include guardsPauli2017-09-012-10/+3
* Address feedbackRich Salz2017-08-311-25/+35
* Add CRYPTO_thread_glock_newRich Salz2017-08-3112-19/+89
* Fix potential null problem.Pauli2017-09-011-2/+2
* Complain if we are writing early data but SNI or ALPN is incorrectMatt Caswell2017-08-311-0/+2
* Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying2017-08-311-1/+1
* Fix return value of ASN1_TIME_compareTodd Short2017-08-301-1/+1
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-308-6/+660
* Fix potential null pointer dereference in ARIA implementationJon Spillett2017-08-301-1/+2
* Move e_os.h to be the very first include.Pauli2017-08-3027-44/+32
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-3012-12/+12
* e_os.h removal from other headers and source files.Pauli2017-08-3038-37/+59
* Make the global DRBGs staticKurt Roeckx2017-08-282-5/+3
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-284-62/+103
* Avoid out-of-bounds readRich Salz2017-08-281-4/+6
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-284-31/+21
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-285-22/+22
* DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre2017-08-283-40/+56