aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Prepare for 1.1.1t releaseOpenSSL_1_1_1tRichard Levitte4-5/+5
2023-02-07Update copyright yearRichard Levitte28-28/+28
2023-02-03Add CHANGES and NEWS entries for the 1.1.1t releaseTomas Mraz2-4/+61
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (1.1.1)Hugo Landau4-3/+27
2023-02-03Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2-2/+31
2023-02-03Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell1-7/+32
2023-02-03Add a test for CVE-2022-4450Matt Caswell1-0/+30
2023-02-03Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell1-0/+2
2023-02-03Fix Timing Oracle in RSA decryptionMatt Caswell9-20/+653
2023-02-03Use $config{build_file} instead of $target{build_file}Richard Levitte1-8/+8
2023-01-31crypto/bio: drop float formating for UEFIGerd Hoffmann1-0/+20
2023-01-24Fix corruption when searching for CRLs in hashed directories (1.1)Hugo Landau1-3/+13
2023-01-24Add DTLS support to the large app data testMatt Caswell1-3/+25
2023-01-24Ensure our buffer allocation allows for the Explicit IVMatt Caswell1-1/+6
2023-01-24Add a test for large app dataMatt Caswell1-0/+130
2023-01-20Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS2-0/+4
2023-01-19Fix CI failures with ubuntu-22.04Bernd Edlinger2-6/+4
2023-01-19Fix various clang-14/15 compiler warningsBernd Edlinger5-208/+202
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger4-8/+77
2022-12-22Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell4-0/+10
2022-12-22Fix BIO_f_asn1() to properly report some errorsMatt Caswell1-2/+2
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell1-1/+5
2022-12-22Fix BIO_f_cipher() flushingMatt Caswell1-1/+8
2022-12-21Fix a logic flaw in test_mod_exp_zeroBernd Edlinger1-1/+1
2022-12-16Fix a memory leak in rsa_priv_encodeBernd Edlinger1-0/+1
2022-12-05Fix the ceiling on how much encryption growth we can haveMatt Caswell1-5/+12
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger1-18/+76
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger2-14/+74
2022-11-03Update GitHub actions as suggested by dependabotTomas Mraz6-26/+26
2022-11-01Prepare for 1.1.1t-devTomas Mraz4-3/+11
2022-11-01Prepare for 1.1.1s releaseOpenSSL_1_1_1sTomas Mraz4-5/+5
2022-11-01Update copyright yearTomas Mraz8-8/+8
2022-11-01Update CHANGES and NEWS for new releaseTomas Mraz2-2/+6
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte1-32/+56
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller1-3/+1
2022-10-24doc: fix copy/paste errorPauli1-1/+1
2022-10-19Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb5-136/+175
2022-10-13Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon1-46/+29
2022-10-11Prepare for 1.1.1s-devMatt Caswell4-3/+11
2022-10-11Prepare for 1.1.1r releaseOpenSSL_1_1_1rMatt Caswell4-5/+5
2022-10-11Update copyright yearMatt Caswell32-32/+32
2022-10-11Updated CHANGES and NEWS for new releaseMatt Caswell2-2/+38
2022-10-03Configurations: mips64*-linux-*abin32 needs bn_ops SIXTY_FOUR_BITAdam Joseph1-1/+1
2022-09-24X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon1-22/+46
2022-09-24X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon2-16/+26
2022-09-09Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2-75/+177
2022-08-23Moving notify check after the no time checkRyan Kelley1-2/+2
2022-08-22Coverity 1508506: misuse of time_tPauli3-11/+46
2022-08-19Coverity 1508534 & 1508540: misuses of time_tPauli2-6/+4
2022-08-17bn_nist: fix strict aliasing problemPauli1-11/+22