summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption in ui_readBernd Edlinger2023-05-172-3/+5
* Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai2023-05-152-1/+43
* QUIC MSST: make updateHugo Landau2023-05-121-0/+1
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-121-0/+1
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-125-25/+30
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-123-4/+9
* ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm2023-05-111-1/+1
* Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai2023-05-111-0/+4
* Fix a typo found by codespell in a variable nameDimitri Papadopoulos2023-05-111-5/+5
* Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy2023-05-091-2/+3
* aes-gcm-armv8_64 asm support bigdianJerryDevis2023-05-091-206/+581
* Prevent a fuzzing timeout in the conf fuzzerMatt Caswell2023-05-081-0/+17
* Add libctx to x931 keygen.slontis2023-05-051-4/+3
* Add negative integer check when using ASN1_BIT_STRINGmlitre2023-05-041-0/+6
* rand: trust user supplied entropy when configured without a random sourcePauli2023-05-031-0/+6
* param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte2023-05-011-0/+1
* param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte2023-05-011-1/+14
* x509: sort stacks before findsPauli2023-05-017-0/+24
* provider_core: sort provider stack on findPauli2023-05-011-4/+1
* pbe: sort stack before using findPauli2023-05-011-0/+2
* asn1: sort stacks before using findPauli2023-05-012-2/+10
* Avoid generating RSA keys with p < qrkarmaka982023-04-281-0/+9
* fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng2023-04-282-15/+35
* http proxy handling: Use ossl_safe_getenv() instead of getenv()Mukesh Bharsakle2023-04-281-5/+4
* x509: sort stacks prior to searchingPauli2023-04-281-0/+6
* stack: fix searching when the stack isn't sorted.Pauli2023-04-281-13/+28
* fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng2023-04-281-12/+12
* params: add helper functions to allocate & copy paramsPauli2023-04-261-0/+107
* Fix calling pthread_key_delete on uninitialized dataPetr Mikhalicin2023-04-241-2/+17
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Fix checking return code of EVP_PKEY_get_int_param at check_curvePetr Mikhalicin2023-04-211-1/+1
* aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz2023-04-201-1/+3
* crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()Dr. David von Oheimb2023-04-181-6/+2
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-181-1/+1
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-184-26/+48
* bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink2023-04-161-18/+0
* bn_nist: remove unused type-punning union `u`Alois Klink2023-04-161-21/+12
* bn_nist: replace pointer bit-fiddling with ternaryAlois Klink2023-04-161-45/+19
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-6/+4
* Fix the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-131-6/+10
* Fix UEFI support on win32Aidan Khoury2023-04-133-4/+4
* Fixes #19580 ECX keygenYuan, Shuai2023-04-121-1/+1
* Alternative fix for CVE-2022-4304Bernd Edlinger2023-04-045-69/+101
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-045-664/+22
* Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi2023-04-041-1/+8
* Don't call OPENSSL_init_crypto from inside a RUN_ONCEMatt Caswell2023-04-041-3/+2
* FFC cleanupsslontis2023-04-035-76/+50
* Avoid calling into provider with the same iv_len or key_lenTomas Mraz2023-04-031-0/+8
* Fix compilation error when using clang-cl 16 or higherAnthony Roberts2023-04-031-1/+1
* Make DSA_sign() test for negative p,q,g values.slontis2023-03-312-2/+5