summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-08Fix more VMS inclusionsRichard Levitte
2023-02-08Internaly declare the DSA type for no-deprecated buildsTomas Mraz
2023-02-08remove EdDSA from changes entry about non-fips algorithmsPauli
2023-02-08doc: remove EdDSA from list of non-FIPS algorithms.Pauli
2023-02-08Put EdDSA back as approved algorithms.Pauli
2023-02-07Enable some disabled __owursDmitry Belyavskiy
2023-02-07Additional testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-07Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz
2023-02-07Add testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-07pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau
2023-02-07Add test for DSA pubkey without param import and checkTomas Mraz
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Add test for d2i_PKCS7 NULL dereferenceTomas Mraz
2023-02-07Do not dereference PKCS7 object data if not setTomas Mraz
2023-02-07Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell
2023-02-07Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2023-02-07Add a test for CVE-2022-4450Matt Caswell
2023-02-07Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-07Add testcase for nc_match_single type confusionTomas Mraz
2023-02-07Fix type confusion in nc_match_single()Viktor Dukhovni
2023-02-06Fix SM4-XTS build failure on Mac mini M1Xu Yizhou
2023-02-02Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb
2023-02-02APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
2023-02-02Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche
2023-02-01Use $config{build_file} instead of $target{build_file}Richard Levitte
2023-02-01Fix a potential memory leak in crypto/provider_child.cRuili Fang
2023-01-31BIO_read.pod: fix small typoAndrea Pappacoda
2023-01-31Design for the Fault InjectorMatt Caswell
2023-01-31Do not include sparse_array.o in libssl with no-sharedTomas Mraz
2023-01-31Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz
2023-01-31[doc] Sync documentation now that 3.0 honors OSSL_PKEY_PARAM_EC_POINT_CONVERS...Nicola Tuveri
2023-01-31Fix incomplete check on X509V3_add1_i2d()ndossche
2023-01-31Workaround crash in atexit on NonStop platformsTomas Mraz
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-30SSL_conf_cmd: add support for IgnoreUnexpectedEOFSteffen Nurpmeso
2023-01-30Enable AES optimisation on Apple Silicon M2-based systemsTom Cosgrove
2023-01-30coverity 1520506: error handlingPauli
2023-01-30coverity 1520505: error handlingPauli
2023-01-27compute_pqueue_growth(): Fix the return typeTomas Mraz
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz