Internaly declare the DSA type for no-deprecated builds
[openssl.git] / crypto /
2023-02-07 Tomas Mrazpk7_doit.c: Check return of BIO_set_md() calls
2023-02-07 Hugo LandauCVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address...
2023-02-07 Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07 slontisFix NULL deference when validating FFC public key.
2023-02-07 Tomas MrazDo not dereference PKCS7 object data if not set
2023-02-07 Matt CaswellFix a UAF resulting from a bug in BIO_new_NDEF
2023-02-07 Matt CaswellAvoid dangling ptrs in header and data params for PEM_r...
2023-02-07 Dmitry BelyavskiyFix Timing Oracle in RSA decryption
2023-02-07 Viktor DukhovniFix type confusion in nc_match_single()
2023-02-01 ndosscheFix incomplete check on EVP_CIPHER_param_to_asn1()
2023-01-31 Ruili FangFix a potential memory leak in crypto/provider_child.c
2023-01-31 Tomas MrazDo not include sparse_array.o in libssl with no-shared
2023-01-31 Tomas MrazAvoid duplicating symbols in legacy.a with some build...
2023-01-31 ndosscheFix incomplete check on X509V3_add1_i2d()
2023-01-26 PauliFix Coverity 1520485: logically dead code
2023-01-25 Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
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-19 PauliCorrect property EBNF for unquoted strings
2023-01-19 Niels DosscheFix incorrect error return value in i2r_ADMISSION_SYNTAX()
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-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-04 slontisCleanse internal BN_generate_dsa_nonce() buffers used...
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-21 Tomas MrazUpdate copyright year
2022-12-16 Peiwei HuRefine the documents of several APIs
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-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 Dr. David von OheimbOSSL_CMP_validate_msg(): make sure to reject protection...
2022-12-09 Clemens Langsignature: Clamp PSS salt len to MD len
2022-12-09 Clemens LangObtain PSS salt length from provider
2022-12-08 Paulix509: fix double locking problem
2022-12-08 J.W. Jagersmadjgpp: Fix unused-but-set-variable warning
2022-12-08 J.W. JagersmaDefine threads_lib.c functions only for OPENSSL_SYS_UNIX
2022-12-08 J.W. JagersmaCast socklen_t to size_t in assert comparison
2022-12-08 J.W. JagersmaCast values to match printf format strings.
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
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-01 Tomas MrazUpdate copyright year
2022-11-30 Rohan McLureRemove redundant assignment in felem_mul_ref in p521
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
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-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 Everton ConstantinoAdd two new build targets to enable the possibility...
2022-11-23 Dr. David von Oheimbhttp_client.c: Dump response on error when tracing...
2022-11-23 PauliCoverity 1515953: negative loop bound
2022-11-23 slontisImprove performance of the encoder collection
2022-11-23 zhangzhileioptimize ossl_sm4_set_key speed
2022-11-23 zhuchenAdd vpaes-loongarch64.pl module.
2022-11-23 zhuchenAdd LoongArch64 cpuid and OPENSSL_loongarchcap_P
2022-11-23 FdaSilvaYYnit: fix some pointer comparisons
2022-11-23 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-11-23 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-11-23 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-11-23 Daniel FialaAdd tests for trace_api.
2022-11-23 Hongren (Zenithal... add build support for riscv32 aes zkn
2022-11-23 Hongren (Zenithal... Add RISC-V 32 cpuid support
2022-11-23 Hongren (Zenithal... Add AES implementation in riscv32 zkn asm
2022-11-23 Daniel HuImprove chacha20 perfomance on aarch64 by interleaving...
2022-11-23 Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-11-23 Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
2022-11-23 Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for DES
2022-11-23 Juergen ChristFix GHASH-ASM implementation on s390x
2022-11-23 Tomas Mrazgcm_get_funcs(): Add missing fallback for ghash on...
2022-11-23 Tomas MrazFix regression from GCM mode refactoring
2022-11-23 Juergen Christs390x: Fix GCM setup
2022-11-23 Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-11-23 Todd ShortClean up use of GHASH macro
2022-11-23 Todd ShortUse separate function to get GCM functions
2022-11-23 Todd ShortRemove some unused 4bit GCM code
2022-11-23 Todd ShortRemove unused 1bit GCM implementation
next