summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell2022-11-147-87/+87
* Move declarations out of record.h and record_local.hMatt Caswell2022-11-149-207/+166
* Move tls_pad.c into ssl/record/methodsMatt Caswell2022-11-143-6/+7
* Remove references to read_mac_secret and write_mac_secretMatt Caswell2022-11-142-6/+0
* Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell2022-11-142-15/+3
* Remove compress/expand fields from SSL_CONNECTIONMatt Caswell2022-11-142-39/+27
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-145-49/+19
* use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma2022-11-141-2/+2
* djgpp: Fix unused-but-set-variable warningJ.W. Jagersma2022-11-141-6/+10
* djgpp: Skip check for negative timevalJ.W. Jagersma2022-11-141-0/+2
* Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma2022-11-141-1/+3
* Cast socklen_t to size_t in assert comparisonJ.W. Jagersma2022-11-141-2/+2
* Cast values to match printf format strings.J.W. Jagersma2022-11-146-12/+20
* Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger2022-11-121-18/+76
* Update the validity period of ed25519 cerificatesBernd Edlinger2022-11-122-14/+74
* test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz2022-11-111-2/+2
* cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz2022-11-113-3/+27
* demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz2022-11-111-1/+1
* Add test for generating safeprime DH parametersTomas Mraz2022-11-111-0/+25
* Use libctx when generating DH parametersTomas Mraz2022-11-111-2/+2
* fuzz: add punycode decoder fuzz testPauli2022-11-116-0/+57
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-115-62/+96
* pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz2022-11-102-2/+10
* pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz2022-11-101-0/+1
* Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz2022-11-102-0/+29
* Revert "Skip DES based tests in FIPS mode"Pauli2022-11-101-10/+7
* Revert "Remove conditional FIPS dependence for 3DES"Pauli2022-11-101-7/+1
* Revert "Move DES based test cases out of FIPS territory"Pauli2022-11-101-2/+2
* Put 3DES back into the FIPS provider as a non-approved algorithmPauli2022-11-101-1/+9
* pkcs7: Remove unused includesCameron Cawley2022-11-101-5/+0
* fips-label.yml: Fix the script after actions/github-script upgradeTomas Mraz2022-11-091-5/+5
* CI: Add Alpine (musl)Sam James2022-11-091-0/+37
* Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin2022-11-081-1/+1
* Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban2022-11-071-3/+3
* QUIC CFQ FixesHugo Landau2022-11-075-25/+30
* QUIC FIFDHugo Landau2022-11-0713-105/+815
* QUIC TXPIMHugo Landau2022-11-076-2/+418
* QUIC CFQHugo Landau2022-11-076-1/+681
* QUIC Frame-in-Flight Manager DesignHugo Landau2022-11-074-0/+504
* Use the same encryption growth macro consistentlyMatt Caswell2022-11-071-11/+10
* Test that signatures using hash name commands work properlyTomas Mraz2022-11-072-1/+53
* apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz2022-11-071-0/+2
* Assert that we do not exceed the DTLS MTUMatt Caswell2022-11-071-0/+11
* Fix dtls_get_max_record_overhead()Matt Caswell2022-11-075-24/+43
* Fix the ceiling on how much encryption growth we can haveMatt Caswell2022-11-071-8/+12
* Add zlib oneshot compressionTodd Short2022-11-077-7/+96
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-042-1/+83
* crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte2022-11-041-2/+2
* Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte2022-11-044-34/+15
* Update GitHub actions as suggested by dependabotTomas Mraz2022-11-0318-55/+55