summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2018-11-24zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'Theo Buehler
2018-11-24Store and return the locking callbacks, restoring previous behaviour.Joel Sing
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-11-17Fix whitespace around assignment operators.Theo Buehler
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationTheo Buehler
2018-11-12Missing initialization for pub_key. CID 184303.Theo Buehler
2018-11-11Add back a few missing compatibility stubsBrent Cook
2018-11-11Add EVP_sm3() to OpenSSL_add_all_digests_internal().Theo Buehler
2018-11-11bump minors after symbol addition.Theo Buehler
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-11include crypto.h from the correct path, remove unused variableBrent Cook
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09Avoid dereferencing eckey before checking it for NULL.Theo Buehler
2018-11-09Avoid leaking memory that was already allocated in ASN1_item_new().Theo Buehler
2018-11-09Fix a buffer overrun in asn1_parse2().Theo Buehler
2018-11-09Add const to the data argument of ASN1_set{,_int}_octetstring().Theo Buehler
2018-11-08Remove some function prototypes that should have been removed in theJoel Sing
2018-11-08LibreSSL 2.9.0Brent Cook
2018-11-07Use memmove() instead of memcpy() to get rid of the need forTheo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-06Unset Z_is_zero after applying coordinate blinding andTheo Buehler
2018-11-06Flip reversed test in bn_rand_interval().Theo Buehler
2018-11-06disable EC_POINT coordinate blinding due to failures in ECDHE and TLSTheo Buehler
2018-11-06revert use of bn_rand_interval due to failures with ECDHE and TLSTheo Buehler
2018-11-06Start working towards adding feature flags (rather than anti-feature flags)Joel Sing
2018-11-05Make use of bn_rand_interval() where appropriate.Theo Buehler
2018-11-05Introduce bn_rand_interval() that allows specifying an interval [a, b)Theo Buehler
2018-11-05Eliminate a few "} else" branches, a few unneeded NULL checks beforeTheo Buehler
2018-11-05Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() alreadyTheo Buehler
2018-11-05Implement coordinate blinding for EC_POINT.Theo Buehler
2018-11-04Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in asyncJoel Sing
2018-11-04Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags thatJoel Sing
2018-11-04Reformat and sort the OPENSSL_NO_* defines.Joel Sing
2018-11-02move X509_get0_serialNumber where it belongsTheo Buehler
2018-11-02whitespaceTheo Buehler
2018-10-24Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)Joel Sing
2018-10-24Remove a GOST data symbol that should not be exported.Joel Sing
2018-10-24Remove a bunch of ancient and highly crufty ASN.1 related code fromJoel Sing
2018-10-24Remove stack related macros that should have been nuked whenJoel Sing
2018-10-20Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0Theo Buehler
2018-10-20RFC 3394 section 2 states that we need at least two 64 bit blocksTheo Buehler
2018-09-30bump for LibreSSL 2.8.2Brent Cook
2018-09-23bump for LibreSSL 2.8.1Brent Cook
2018-09-17Simplify initialization of asn1_cb; use correct spelling of NULL.Theo Buehler
2018-09-12sync with mozilla-release (one removal, TURKTRUST, more details atStuart Henderson
2018-09-12tweak previous;Jason McIntyre
2018-09-12Add some accessor functions:Damien Miller
2018-09-08ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).Theo Buehler