summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-08-15Move Poly1305 to providersRichard Levitte
2019-08-15Move SipHash to providersRichard Levitte
2019-08-15Move KMAC to providersRichard Levitte
2019-08-15Move HMAC to providersRichard Levitte
2019-08-15Move GMAC to providersRichard Levitte
2019-08-15Move CMAC to providersRichard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15s390x assembly pack: accelerate ECDSAPatrick Steuer
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-15s390x assembly pack: accelerate scalar multiplicationPatrick Steuer
2019-08-15s390xcpuid.pl: fix commentPatrick Steuer
2019-08-15Fix syntax error for the armv4 assemblerOmid Najafi
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Access data after obtaining the lock not before.Pauli
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-13BIO_lookup_ex: Do not retry on EAI_MEMORYTomas Mraz
2019-08-13BIO_lookup_ex: Always retry the lookup on failure with AI_NUMERICHOST setTomas Mraz
2019-08-12HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()Richard Levitte
2019-08-12Adapt diverse EVP_MD functions to use get_params and set_params interfacesRichard Levitte
2019-08-12Make more use of OSSL_PARAM for digestsRichard Levitte
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-12Fix windows compile errors in params.cShane Lontis
2019-08-09Ensure RSA PSS correctly returns the right default digestMatt Caswell
2019-08-09use native atomic increment function on SolarisVladimir Kotal
2019-08-09Add missing SIZE_MAX define for windowsShane Lontis
2019-08-09Merge probable_prime_dh_safe with bn_probable_prime_dhBernd Edlinger
2019-08-09Add a parameter to probable_prime if we look for a safe primeBernd Edlinger
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok
2019-08-09make ecp_nistz256_point_add_vis3() localVladimir Kotal
2019-08-08Avoid holding a lock when calling OPENSSL_init_cryptoMatt Caswell
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-08-07Fix enable-ec_nistp_64_gcc_128Matt Caswell
2019-08-07Don't set ctx->cipher until after a successful fetchMatt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-04Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()David von Oheimb
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte
2019-07-31Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis