summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-09-09Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger
2019-09-09Check the DH modulus bit lengthBernd Edlinger
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-09-07[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri
2019-09-07[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri
2019-09-07Uniform BN_bn2binpad() and BN_bn2lebinpad() implementationsNicola Tuveri
2019-09-07Make BN_num_bits() consttime upon BN_FLG_CONSTTIMENicola Tuveri
2019-09-07Fix a SCA leak using BN_bn2bin()Nicola Tuveri
2019-09-06Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger
2019-09-06[crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia
2019-09-06Clear collected_seed after freeing itPauli
2019-09-06Deal with BUF_MEM_grow ambiguityRichard Levitte
2019-09-06crypto/evp/pkey_kdf.c: further special treatment of "seed" and "info"Richard Levitte
2019-09-06crypto/evp/pkey_kdf.c: Redo parameter processingRichard Levitte
2019-09-06crypto/evp/kdf_meth.c: Add the reset function to the methodRichard Levitte
2019-09-06ossl_provider_library_context(NULL) returns NULL.Pauli
2019-09-06Params from text to allow zero length value fieldsPauli
2019-09-06KDF error codes reworkedPauli
2019-09-06Cleanse KDF error filesPauli
2019-09-06Cleanse crypto/kdf directoryPauli
2019-09-06KDF/PRF updates to libcryptoPauli
2019-09-06KDF provider conversion error updates - generatedPauli
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-09-06Remove old KDF initialisationPauli
2019-09-06Move KDFs to the provider.Pauli
2019-09-05Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni
2019-09-05Reverting check to correctDmitry Belyavskiy
2019-09-05Disallow change EVP_CIPHER properties once setDmitry Belyavskiy
2019-09-05Disallow change EVP_MD properties once setDmitry Belyavskiy
2019-09-05[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley
2019-09-05Fix error handling in x509_lu.cBernd Edlinger
2019-09-05Cleanup includes in rand_unix.cBernd Edlinger
2019-09-05Change provider params from int to size_tShane Lontis
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-09-02Add CPU info to the speed command summaryBernd Edlinger
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-09-01Fix platform specific issues with provider ciphersShane Lontis
2019-08-30Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli
2019-08-29fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb
2019-08-29Use ENGINE_get_id() instead of ENGINE_get_name()Matt Caswell
2019-08-29Fix no-engineMatt Caswell
2019-08-29Fix data races in EVP_CIPHER_fetch and EVP_MD_fetchMatt Caswell