summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-04-18crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()Dr. David von Oheimb
2023-04-18OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-04-16bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink
2023-04-16bn_nist: remove unused type-punning union `u`Alois Klink
2023-04-16bn_nist: replace pointer bit-fiddling with ternaryAlois Klink
2023-04-14Fix a HPKE API to put libctx, propq as last (optional parameters).slontis
2023-04-13Fix the LCM computation in the RSA multiprime key checkTomas Mraz
2023-04-13Fix UEFI support on win32Aidan Khoury
2023-04-12Fixes #19580 ECX keygenYuan, Shuai
2023-04-04Alternative fix for CVE-2022-4304Bernd Edlinger
2023-04-04Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger
2023-04-04Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi
2023-04-04Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell
2023-04-03FFC cleanupsslontis
2023-04-03Avoid calling into provider with the same iv_len or key_lenTomas Mraz
2023-04-03Fix compilation error when using clang-cl 16 or higherAnthony Roberts
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis
2023-03-31Incorrect null pointer checkafshinpir
2023-03-31Fix mem leak in ECDSA_sign().slontis
2023-03-30Coverity 1524597: null pointer dereferencePauli
2023-03-30Use correct function to wait for condvarHugo Landau
2023-03-30Revise build.infoHugo Landau
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30Refactor build.infoHugo Landau
2023-03-30QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau
2023-03-30threading: Add ossl_crypto_condvar_wait_timeoutHugo Landau
2023-03-29Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.aTom Cosgrove
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-28Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell
2023-03-27`EVP_PKEY_CTX_dup` segmentation fault fixafshinpir
2023-03-27translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requestsJorge Ramirez-Ortiz
2023-03-27Avoid duplication of OPENSSL_armcap_P on 32bit ARMTomas Mraz
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-23OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz
2023-03-22VC++ 2010 x86 compilers do not have InterlockedOr64Georgi Valkov
2023-03-22Do not build P10-specific AES-GCM assembler on macOSEvan Miller
2023-03-22x509: excessive resource use verifying policy constraintsPauli
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-21thread: remove remnants of ossl_crypto_mem_barrierČestmír Kalina
2023-03-20cmp_msg.c: free memory of certStatus before goto errJAVAID Mohammad-Habib
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-18sleep.c: Limit the sleep time instead of sleeping for days or even yearsTomas Mraz
2023-03-17rsaz-*k-avx512.pl: fix wrong name of avx512 flag variableTomas Mraz
2023-03-17aes-gcm-avx512.pl: Fix the clang version detection on Apple OsesTomas Mraz
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-16Fix copyright disclaimer.Pauli
2023-03-16riscv: GCM: Implement GHASH()Christoph Müllner