summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki
2023-08-23Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb
2023-08-10For ASN1_STRING_set() check result and set correct error codeatishkov
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina
2023-08-09Fix ChaCha assembly code on 32-bit HPUX itanium systemsBernd Edlinger
2023-08-08Fix handling of the "0:" label in arm-xlate.plTom Cosgrove
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-08-03crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb
2023-08-01The PEM_read_bio_Parameters() function should not ask for a passwordMatt Caswell
2023-08-01Always add a suitable error if we fail to decodeMatt Caswell
2023-08-01Fixed incorrect usage of vshuf.b instructionzhuchen
2023-08-01Backport crypto/armcap.c from master branchTom Cosgrove
2023-08-01Copyright year updatesMatt Caswell
2023-07-31Fix a regression in X509_VERIFY_PARAM_add0_policy()Matt Caswell
2023-07-28vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao
2023-07-27DH_check(): Do not try checking q properties if it is obviously invalidTomas Mraz
2023-07-26Make DH_check set some error bits in recently added errorBernd Edlinger
2023-07-25get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov
2023-07-25x509: add ASN1_STRING_set() check resultatishkov
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Šulc
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell
2023-07-18Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method enginelan1120
2023-07-17Fix RSA OAEP set/get label for legacy engineljuzwiuk
2023-07-14Modified OSSL_parse_url to initialize pport_num to 0.Randall S. Becker
2023-07-14Move Keccak rhotates tables to rodataAmir Ayupov
2023-06-30conf/conf_sap.c: correct return of ossl_config_int() in UEFI systemYi Li
2023-06-30Do not use stitched AES-GCM implementation on PPC32Tomas Mraz
2023-06-28s390xcap.c: Avoid copying structure on initializationTomas Mraz
2023-06-27CONF_modules_load_file_ex(): Do not try to load an empty file nameTomas Mraz
2023-06-26Check for 0 modulus in BN_RECP_CTX_set.fullwaywang
2023-06-26OSSL_STORE and PKCS#12: Check if there is a MAC to verify before promptingRichard Levitte
2023-06-26Don't do SIGILL capability detection on Apple SiliconTom Cosgrove
2023-06-18return immediately if namemap is NULLVladimír Kotal
2023-06-14crypto/params: drop float for UEFIYi Li
2023-06-14rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.Mike Kasick
2023-06-12X509_NAME_cmp fix for empty nameWim Decroix
2023-06-12Fix incorrect ERR_raise() callsTheo Buehler
2023-06-10Set RC4 defines on libcrypto/liblegacyTomas Mraz
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-05Don't take a write lock to retrieve a value from a stackMatt Caswell
2023-06-05Avoid an unneccessary lock if we didn't add anything to the storeMatt Caswell
2023-06-01CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb
2023-06-01SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2023-06-01Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz