summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-28Multi-Stream APIHugo Landau
2023-06-28QUIC API: More minor tweaksHugo Landau
2023-06-28QUIC API: Minor tweaksHugo Landau
2023-06-28QUIC API Overview: Add SSL API triage listHugo Landau
2023-06-28QUIC API: Shutdown handling, etc.Hugo Landau
2023-06-28QUIC API Overview: Add Q&A, minor fixesHugo Landau
2023-06-28QUIC API Overview Design DocumentHugo Landau
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-27CONF_modules_load_file_ex(): Do not try to load an empty file nameTomas Mraz
2023-06-27Add some test_ssl_new tests for the ffdhe groupsMatt Caswell
2023-06-27Fix supported_groups handing in TLSv1.2Matt Caswell
2023-06-26Add a test for pkeyutl encrypt/decrypt using SM2Matt Caswell
2023-06-26Don't truncate the input when decrypting in pkeyutlMatt Caswell
2023-06-26Check for 0 modulus in BN_RECP_CTX_set.fullwaywang
2023-06-26add note about retrieving error stackVladimír Kotal
2023-06-26Add a test case for the password prompt on garbage PKCS#12 fileRichard Levitte
2023-06-26OSSL_STORE and PKCS#12: Check if there is a MAC to verify before promptingRichard Levitte
2023-06-26Consistency: "Authors" after "The OpenSSL Project"Dimitri Papadopoulos
2023-06-23Add decoder fuzzerKurt Roeckx
2023-06-23Add a test for an invalid group in the HRRMatt Caswell
2023-06-23Don't ask for an invalid group in an HRRMatt Caswell
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-23Allow to disable apps building with no-appsVladimír Kotal
2023-06-21updated the end copyright year in README.md to 2023Preveen Padmanabhan
2023-06-20Remove restriction to only cross-sign self-signed certificatesYannik Sembritzki
2023-06-19add no-httpVladimír Kotal
2023-06-18log actual NID causing the 'unknown message digest algorithm error'Vladimír Kotal
2023-06-18return immediately if namemap is NULLVladimír Kotal
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-16Fix function signatures in aes-gcm-armv8 comments.fisher.yu
2023-06-16fips: use tsan counter instead of tsan_add to incrementPauli
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-16QUIC: Minor fixupsHugo Landau
2023-06-16QUIC CHANNEL: Inform the ACKM when the handshake is confirmedHugo Landau
2023-06-16QUIC: Test key update works correctlyHugo Landau
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo Landau
2023-06-16QUIC: Add internal APIs for white-box testing of key updateHugo Landau
2023-06-16QUIC CHANNEL: Enforce the RX packet forgery limitHugo Landau
2023-06-16QUIC RXDP: Strictly enforce ACK PNs with regard to TX key epochsHugo Landau
2023-06-16QUIC CHANNEL: Ensure new packets aren't enforced with old keysHugo Landau
2023-06-16QUIC CHANNEL: Handle key updates correctlyHugo Landau
2023-06-16QUIC TXP: Make TXP use time callback correctlyHugo Landau
2023-06-16QUIC APL: Correct implementation of time callback overrideHugo Landau
2023-06-16QUIC RX: Support reporting the key epoch a packet was received withHugo Landau
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau
2023-06-16QUIC RX: Refactor key update callback to provide PNHugo Landau
2023-06-16QUIC TXP: Remove TX key update handling from TXPHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-06-16QUIC ACKM: Allow largest acked PN to be queriedHugo Landau