summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte
2019-09-12Modernise ERR_print_errors_cb()Richard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz
2019-09-12Avoid passing NULL to memcpyMatt Caswell
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre
2019-09-11drbg: add fork id to additional data on UNIX systemsDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-11Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli
2019-09-11Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-09-10Fix a potential crash in rand_unix.cBernd Edlinger
2019-09-10Fix a strict warnings error in rand_pool_acquire_entropyBernd Edlinger
2019-09-09Fix build with VS2008Bernd Edlinger
2019-09-09Move EVP_PKEY algorithm implementations into a unionMatt Caswell
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell
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