summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-06-01Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz
2023-05-31Fix arm64 asm code back compatible issue with gcc 4.9.4Xiaokang Qian
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb
2023-05-30cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()Dr. David von Oheimb
2023-05-30OSSL_sleep(): Calling sleep() function if sleepTime > 1secRajarshi Karmakar
2023-05-30Optimise locking in rsa_get_blinding()Matt Caswell
2023-05-30When we're just reading EX_CALLBACK data just get a read lockMatt Caswell
2023-05-30Avoid taking a write lock in RAND_get_rand_method()Matt Caswell
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang
2023-05-24Add note about Windows LONGHugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-24Fix incorrect parameter verification in EVP_MD_CTX_get_paramslan1120
2023-05-22crypto/params: drop float for UEFIYi Li
2023-05-22Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...Dragan Zuvic
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-05-15Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai
2023-05-12QUIC MSST: make updateHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-11ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm
2023-05-11Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai
2023-05-11Fix a typo found by codespell in a variable nameDimitri Papadopoulos
2023-05-09Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy
2023-05-09aes-gcm-armv8_64 asm support bigdianJerryDevis
2023-05-08Prevent a fuzzing timeout in the conf fuzzerMatt Caswell
2023-05-05Add libctx to x931 keygen.slontis
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre
2023-05-03rand: trust user supplied entropy when configured without a random sourcePauli
2023-05-01param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte
2023-05-01param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte
2023-05-01x509: sort stacks before findsPauli
2023-05-01provider_core: sort provider stack on findPauli
2023-05-01pbe: sort stack before using findPauli
2023-05-01asn1: sort stacks before using findPauli
2023-04-28Avoid generating RSA keys with p < qrkarmaka98
2023-04-28fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng
2023-04-28http proxy handling: Use ossl_safe_getenv() instead of getenv()Mukesh Bharsakle
2023-04-28x509: sort stacks prior to searchingPauli
2023-04-28stack: fix searching when the stack isn't sorted.Pauli
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng
2023-04-26params: add helper functions to allocate & copy paramsPauli
2023-04-24Fix calling pthread_key_delete on uninitialized dataPetr Mikhalicin
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia