summaryrefslogtreecommitdiffstats
path: root/NOTES-PERL.md (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-14Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell2-15/+3
2022-11-14Remove compress/expand fields from SSL_CONNECTIONMatt Caswell2-39/+27
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell5-49/+19
2022-11-14use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma1-2/+2
2022-11-14djgpp: Fix unused-but-set-variable warningJ.W. Jagersma1-6/+10
2022-11-14djgpp: Skip check for negative timevalJ.W. Jagersma1-0/+2
2022-11-14Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma1-1/+3
2022-11-14Cast socklen_t to size_t in assert comparisonJ.W. Jagersma1-2/+2
2022-11-14Cast values to match printf format strings.J.W. Jagersma6-12/+20
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-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz1-2/+2
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz3-3/+27
2022-11-11demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz1-1/+1
2022-11-11Add test for generating safeprime DH parametersTomas Mraz1-0/+25
2022-11-11Use libctx when generating DH parametersTomas Mraz1-2/+2
2022-11-10fuzz: add punycode decoder fuzz testPauli6-0/+57
2022-11-10punycode: update to use WPACKET instead of using custom range checkingPauli5-62/+96
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz2-2/+10
2022-11-10pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz1-0/+1
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz2-0/+29
2022-11-10Revert "Skip DES based tests in FIPS mode"Pauli1-10/+7
2022-11-10Revert "Remove conditional FIPS dependence for 3DES"Pauli1-7/+1
2022-11-10Revert "Move DES based test cases out of FIPS territory"Pauli1-2/+2
2022-11-10Put 3DES back into the FIPS provider as a non-approved algorithmPauli1-1/+9
2022-11-09pkcs7: Remove unused includesCameron Cawley1-5/+0
2022-11-09fips-label.yml: Fix the script after actions/github-script upgradeTomas Mraz1-5/+5
2022-11-09CI: Add Alpine (musl)Sam James1-0/+37
2022-11-08Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin1-1/+1
2022-11-07Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban1-3/+3
2022-11-07QUIC CFQ FixesHugo Landau5-25/+30
2022-11-07QUIC FIFDHugo Landau13-105/+815
2022-11-07QUIC TXPIMHugo Landau6-2/+418
2022-11-07QUIC CFQHugo Landau6-1/+681
2022-11-07QUIC Frame-in-Flight Manager DesignHugo Landau4-0/+504
2022-11-07Use the same encryption growth macro consistentlyMatt Caswell1-11/+10
2022-11-07Test that signatures using hash name commands work properlyTomas Mraz2-1/+53
2022-11-07apps/dgst.c: Set digestname from argv[0] if it is a builtin hash nameTomas Mraz1-0/+2
2022-11-07Assert that we do not exceed the DTLS MTUMatt Caswell1-0/+11
2022-11-07Fix dtls_get_max_record_overhead()Matt Caswell5-24/+43
2022-11-07Fix the ceiling on how much encryption growth we can haveMatt Caswell1-8/+12
2022-11-07Add zlib oneshot compressionTodd Short7-7/+96
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou2-1/+83
2022-11-04crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte1-2/+2
2022-11-04Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte4-34/+15
2022-11-03Update GitHub actions as suggested by dependabotTomas Mraz18-55/+55
2022-11-03Coverity 1516624: Fix overrun memory access.Pauli1-1/+1
2022-11-02Fix coverity 1516093 tainted scalarTodd Short1-1/+2
2022-11-02Fix documentation for some i2d return values.slontis2-11/+13
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis6-8/+95