summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-21speed: Fix execution of EdDSA measurementIngo Franzki
2023-07-21speed: Fix memory leakIngo Franzki
2023-07-21Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee
2023-07-19Connection ID processingPauli
2023-07-19apps/cms.c: Fix unreachable code in cms_main()atishkov
2023-07-19Update CHANGES/NEWS for CVE-2023-3446Matt Caswell
2023-07-19Add a test for CVE-2023-3446Matt Caswell
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell
2023-07-19Fixup testsHugo Landau
2023-07-19QUIC TXP: Handle non-inflight-eligible packets correctlyHugo Landau
2023-07-19QUIC ACKM: Don't record non-inflight packets in CCHugo Landau
2023-07-19QUIC TXP: Do not generate full-size packets when sending CC-excess probesHugo Landau
2023-07-19QUIC ACKM: RFC 9000 s. 13.2.1: max_ack_delay taken as 0 in INITIAL/HANDSHAKEHugo Landau
2023-07-19QUIC CHANNEL: Initialise max_ack_delay values properlyHugo Landau
2023-07-19QUIC ACKM: Clean up max_ack_delay tracking and separate TX and RX valuesHugo Landau
2023-07-19QUIC STATM: Move max_ack_delay tracking out of STATMHugo Landau
2023-07-19remove duplicate defines, add commentPauli
2023-07-19openssl-kdf.pod.in: add text on 'salt' and 'info' parameters; small further i...Dr. David von Oheimb
2023-07-19EVP_KDF.pod: extend text on 'salt' and 'info' parametersDr. David von Oheimb
2023-07-18Remove redundant checkatishkov
2023-07-18Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-18Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method enginelan1120
2023-07-17no-module should not imply disabling DSO loading supportTomas Mraz
2023-07-17Fix ssl3_do_write() to correctly handle retriesMatt Caswell
2023-07-17Add a test for a retry during the handshakeMatt Caswell
2023-07-17Remove unreachable code from SSL_use_certificate_file() as in SSL_CTX_use_cer...atishkov
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb
2023-07-17CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb
2023-07-17APPS load_key_certs_crls(): improve error string macro FAIL_NAMEDr. David von Oheimb
2023-07-17Minor fixupsHugo Landau
2023-07-17QUIC: Fix multistream test on macOSHugo Landau
2023-07-17Minor fixupsHugo Landau
2023-07-17QUIC: Fix multistream script 19 stochastic test failureHugo Landau
2023-07-17Minor updates 2Hugo Landau
2023-07-17Minor updatesHugo Landau
2023-07-17QUIC: Multistream test fixesHugo Landau
2023-07-17QUIC: Correct minimal frame encoding testHugo Landau
2023-07-17QUIC: test fixes for WPACKET useHugo Landau
2023-07-17make updateHugo Landau
2023-07-17QUIC QSM: Get rid of recv_fin_retired in favour of recv_stateHugo Landau
2023-07-17QUIC QSM: Update API documentationHugo Landau
2023-07-17QUIC CONFORMANCE/APL: Handle FIN/reset retirement correctlyHugo Landau
2023-07-17QUIC Send Stream State: Transition to DATA_SENTHugo Landau
2023-07-17QUIC CONFORMANCE: Wire the DATA_SENT stateHugo Landau
2023-07-17QUIC APL: Validate receive stream stateHugo Landau
2023-07-17QUIC APL: Validate send stream stateHugo Landau
2023-07-17QUIC CONFORMANCE: Stop handling frames after terminationHugo Landau