summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-02-07Update copyright yearRichard Levitte
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (1.1.1)Hugo Landau
2023-02-03Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2023-02-03Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell
2023-02-03Fix Timing Oracle in RSA decryptionMatt Caswell
2023-01-31crypto/bio: drop float formating for UEFIGerd Hoffmann
2023-01-24Fix corruption when searching for CRLs in hashed directories (1.1)Hugo Landau
2023-01-19Fix various clang-14/15 compiler warningsBernd Edlinger
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell
2022-12-22Fix BIO_f_asn1() to properly report some errorsMatt Caswell
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-12-22Fix BIO_f_cipher() flushingMatt Caswell
2022-12-16Fix a memory leak in rsa_priv_encodeBernd Edlinger
2022-11-01Update copyright yearTomas Mraz
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-13Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-11Update copyright yearMatt Caswell
2022-09-24X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon
2022-09-24X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon
2022-08-23Moving notify check after the no time checkRyan Kelley
2022-08-17bn_nist: fix strict aliasing problemPauli
2022-08-04Fix EC_KEY_set_private_key() priv_key regressionRoberto Hueso Gomez
2022-08-03X509_REQ_get_extensions(): Return empty stack if no extensions foundDr. David von Oheimb
2022-07-30Fix copyright year issuesBernd Edlinger
2022-07-29Fixes segfault occurrence in PEM_write()valdaarhun
2022-07-25Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-25Fix ipv4_from_asc behavior on invalid Ip addressesAmir Mohammadi
2022-07-11Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan
2022-07-11use #pragma comment(lib) with _MSC_VER onlyViktor Szakats
2022-07-09Make the DRBG seed propagation thread safeBernd Edlinger
2022-07-06Fix reported performance degradation on aarch64Bernd Edlinger
2022-07-05Update copyright yearRichard Levitte
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky
2022-07-05Fix bn_gcd code to check return value when calling BN_one()slontis
2022-07-05v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel
2022-07-05Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-25Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-06-21Update copyright yearMatt Caswell
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-24Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger
2022-05-24Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-05-24Fix a memory leak in ec_key_simple_oct2privBernd Edlinger
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2022-05-21Backport a missing bug-fix from masterBernd Edlinger
2022-05-03Update copyright yearMatt Caswell
2022-04-09err: get rid of err_free_strings_int()Dr. Matthias St. Pierre