summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-11-14Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell
2022-11-14Move declarations out of record.h and record_local.hMatt Caswell
2022-11-14Move tls_pad.c into ssl/record/methodsMatt Caswell
2022-11-14Remove references to read_mac_secret and write_mac_secretMatt Caswell
2022-11-14Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove compress/expand fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell
2022-11-14use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma
2022-11-14djgpp: Fix unused-but-set-variable warningJ.W. Jagersma
2022-11-14djgpp: Skip check for negative timevalJ.W. Jagersma
2022-11-14Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma
2022-11-14Cast socklen_t to size_t in assert comparisonJ.W. Jagersma
2022-11-14Cast values to match printf format strings.J.W. Jagersma
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-11demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz
2022-11-11Add test for generating safeprime DH parametersTomas Mraz
2022-11-11Use libctx when generating DH parametersTomas Mraz
2022-11-11fuzz: add punycode decoder fuzz testPauli
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-10Revert "Skip DES based tests in FIPS mode"Pauli
2022-11-10Revert "Remove conditional FIPS dependence for 3DES"Pauli
2022-11-10Revert "Move DES based test cases out of FIPS territory"Pauli
2022-11-10Put 3DES back into the FIPS provider as a non-approved algorithmPauli
2022-11-10pkcs7: Remove unused includesCameron Cawley
2022-11-09fips-label.yml: Fix the script after actions/github-script upgradeTomas Mraz
2022-11-09CI: Add Alpine (musl)Sam James
2022-11-08Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin
2022-11-07Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
2022-11-07QUIC Frame-in-Flight Manager DesignHugo Landau
2022-11-07Use the same encryption growth macro consistentlyMatt Caswell
2022-11-07Test that signatures using hash name commands work properlyTomas Mraz
2022-11-07apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz
2022-11-07Assert that we do not exceed the DTLS MTUMatt Caswell
2022-11-07Fix dtls_get_max_record_overhead()Matt Caswell
2022-11-07Fix the ceiling on how much encryption growth we can haveMatt Caswell
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte
2022-11-04Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte