Fix incomplete checks for EVP_CIPHER_asn1_to_param
[openssl.git] / crypto /
2023-01-25 Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
2023-01-24 Dr. David von OheimbAPPS: generated certs bear X.509 V3, unless -x509v1...
2023-01-24 Dr. David von OheimbX509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified'...
2023-01-24 Dr. David von Oheimbset_trace_data(): prevent double free on OPENSSL_strdup...
2023-01-24 Hugo LandauFix corruption when searching for CRLs in hashed direct...
2023-01-23 Dr. David von OheimbX509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix...
2023-01-23 Dr. David von Oheimbcmp_client.c: fix handling of total_timeout for RR...
2023-01-23 Dr. David von Oheimbcmp_client_test.c: add tests for end_time being initial...
2023-01-23 Niels DosscheFix incorrect check on RAND_bytes_ex() in generate_q_fi...
2023-01-20 Richard Levittebn2bin(): Don't accept len < 0
2023-01-20 Richard Levittebin2bn(): When len==0, just return a zero BIGNUM
2023-01-19 PauliCorrect property EBNF for unquoted strings
2023-01-19 Niels DosscheFix incorrect error return value in i2r_ADMISSION_SYNTAX()
2023-01-17 zhangzhileiremove unused macro in cast_local.h and des_local.h
2023-01-16 slontisPKCS12 - Add additional libctx and propq support.
2023-01-16 fangming.fangFix big-endian issue in chacha20 SVE implementation...
2023-01-14 Bernd EdlingerLimit size of modulus for bn_mul_mont and BN_mod_exp_mo...
2023-01-14 Bernd EdlingerRevert "Limit size of modulus for BN_mod_exp_mont_const...
2023-01-13 Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13 Hugo LandauAdd BIO poll descriptors
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2023-01-12 slontisMake RSA_generate_multi_prime_key() not segfault if...
2023-01-12 zhangzhileiremove unused macro in rc2_local.h and rc5_local.h
2023-01-12 Tomas MrazDo not check definition of a macro and use it in a...
2023-01-11 Richard LevitteOSSL_PARAM_BLD and BIGNUM; ensure at least one byte...
2023-01-11 Richard LevitteIn OSSL_PARAM_set_BN(), make sure that the data_size...
2023-01-10 Greg McLearninfo.c: Fix typos in seed macro name and description...
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Remove unused ALIGN64 macro
2023-01-09 Tomas Mrazrsaz_exp_x2.c: Avoid potential undefined behavior with...
2023-01-09 Tomas MrazRevert "Fix an occasional CI failure due to unaligned...
2023-01-06 Xu YizhouFix SM4 test failures on big-endian ARM processors
2023-01-05 Tomas MrazWrite SSL_R alerts to error state to keep updated strings
2023-01-04 slontisCleanse internal BN_generate_dsa_nonce() buffers used...
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
2022-12-22 Bernd EdlingerFix possible UB in init_info_strings
2022-12-22 Tomas MrazAvoid ifdefs in trace categories
2022-12-22 Matt CaswellEnsure ossl_cms_EncryptedContent_init_bio() reports...
2022-12-22 Matt CaswellFix BIO_f_asn1() to properly report some errors
2022-12-22 Matt CaswellFix SMIME_crlf_copy() to properly report an error
2022-12-22 Matt CaswellFix BIO_f_cipher() flushing
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-16 slontisAddress coverity issue CID 1517105
2022-12-14 Tomas MrazDo not build P10-specific AES-GCM assembler on AIX
2022-12-14 Tomas MrazDo not build P10-specific Chacha20 assembler on AIX
2022-12-13 Richard LevitteAllow OBJ_create() to create an OBJ and NID with a...
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-12 fangming.fangFix SM4-CBC regression on Armv8
2022-12-12 Čestmír Kalinacrypto/err: expand on error code generation
2022-12-12 Hubert Kariosmime/pkcs7: disable the Bleichenbacher workaround
2022-12-12 Hubert Kariorsa: Add option to disable implicit rejection
2022-12-12 Hubert Kariorsa: add implicit rejection in PKCS#1 v1.5
2022-12-08 Paulix509: fix double locking problem
2022-12-08 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-08 Clemens LangObtain PSS salt length from provider
2022-12-08 Stephen Farrellprevent HPKE sender setting seq unwisely
2022-12-08 Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-07 Dr. David von OheimbCompensate for CMP-related TODOs removed by PR #15539
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
2022-12-06 Patrick MillsImplement OSSL_PROVIDER_get0_default_search_path, add...
2022-12-06 Tom CosgroveFix the code used to detect aarch64 capabilities when...
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-12-05 Tomas Mrazhpke: fix tests with disabled chacha20 or poly1305
2022-12-05 Tomas MrazRefactoring some operations to avoid repeated calls
2022-12-05 Tomas Mrazhpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX *
2022-12-05 Tomas Mrazossl_kdf_ctx_create(): Check for NULL KDF being fetched
2022-12-01 Matt CaswellDon't set cancel state/type
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-30 Rohan McLureRemove redundant assignment in felem_mul_ref in p521
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-11-29 Xu Yizhouobj: Add SM4 XTS OID
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-29 slontisFix Coverity issues in HPKE
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-11-28 Rohan McLureFix accumulated index comments in felem_inv for p521
2022-11-25 Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-11-25 Tomas MrazWhen using PEM_read_bio_PrivateKey_ex() the public...
2022-11-25 Dr. David von Oheimbadd missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von OheimbOSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-25 Dr. David von OheimbCMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
2022-11-25 Dr. David von OheimbCMS_decrypt_set1_*(): remove misleading error queue...
2022-11-25 Dr. David von OheimbCMS_decrypt_set1_password(): prevent mem leak on any...
2022-11-25 Dr. David von OheimbCMS_decrypt*(): fix misconceptions and mem leak
2022-11-24 Jiaxun YangAdd SM2 support for EVP_PKEY_Q_keygen
2022-11-24 Dr. David von OheimbCMP: fix handling of unset or missing failInfo PKI...
2022-11-24 Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-24 Everton ConstantinoAdd two new build targets to enable the possibility...
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-23 Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-11-23 slontisImprove FIPS RSA keygen performance.
2022-11-22 Tomas MrazAdd functions supporting thread pool only when it is...
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-21 slontisImprove FIPS RSA keygen performance.
2022-11-18 Dr. David von Oheimbx509/v3_purp.c: rename 'require_ca' parameters to the...
2022-11-18 Dr. David von Oheimbx509/v3_purp.c etc.: improve doc/comments on codesign...
2022-11-18 Tomas MrazDH_check[_params]() use libctx of the dh for prime...
2022-11-17 Todd ShortFix openssl.txt
2022-11-16 Graham WoodwardCatch incorrect IPAddressFamily lengths
next