summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-16apps/speed.c: fix the wrong checksPeiwei Hu
2022-11-16Ensure that SIZE_MAX is defined where OSSL_SSIZE_MAX is used.Richard Levitte
2022-11-16Fix documenation mistakesPauli
2022-11-16list: add debug sanity checksPauli
2022-11-16list: add an is empty functionPauli
2022-11-16list: rename internal fieldsPauli
2022-11-16QUIC: use list.hPauli
2022-11-16QUIC ackm: use list.hPauli
2022-11-16QUIC tx record layer: use list.hPauli
2022-11-16uint_set: convert uint_set to use the list data typePauli
2022-11-16Add documentation for CPUID bit #64+17Joachim Vandersmissen
2022-11-15gcm_get_funcs(): Add missing fallback for ghash on x86_64Tomas Mraz
2022-11-15test: fix typo in test descriptionPauli
2022-11-15test: add two comparision options to fips version test utility codePauli
2022-11-15Add test for EVP_PKEY_eqSimo Sorce
2022-11-15Update documentation for keymgmt export utilsSimo Sorce
2022-11-15Propagate selection all the way on key exportSimo Sorce
2022-11-15apps/ocsp.c: Add missing test if make_ocsp_response failedGW
2022-11-14apps/speed.c: add verifying if fdopen returns NULLVinz2008
2022-11-14Add thread pool design document (phase 1)Hugo Landau
2022-11-14Test SSL_shutdown() with async writesMatt Caswell
2022-11-14Resolve a TODO in ssl3_dispatch_alertMatt Caswell
2022-11-14Update Stream Receive Buffers design document with implementation detailsTomas Mraz
2022-11-14Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz
2022-11-14QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz
2022-11-14QUIC Receive Stream ManagementTomas Mraz
2022-11-14COMP_expand_block: spelling (algorithm) Serge Croisé
2022-11-14Fix memory leak when freeing the DTLS record layerMatt Caswell
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