summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-06-16QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau
2023-06-16QUIC Glossary: TXKU, RXKU, KUHugo Landau
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15OpenSSL::paramnames: Use less magic perlRichard Levitte
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli
2023-06-15updated (lib+)oqsprovider to latest releasesMichael Baentsch
2023-06-14Only take note of the ack deadline if we can actually issue an ackMatt Caswell
2023-06-14cmactest.c: Fix no-des and no-sm4 build failuresTomas Mraz
2023-06-14fips: use memory ordering rather than locksPauli
2023-06-14Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell
2023-06-14Split the blocking TLS client guide page into twoMatt Caswell
2023-06-14Allow man7 pages to not have a DESCRIPTION sectionMatt Caswell
2023-06-14Add a tutorial on writing a simple blocking TLS clientMatt Caswell
2023-06-14Add a very simple blocking TLS client demoMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-14rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.Mike Kasick
2023-06-13crypto/sm2/sm2_sign.c: Add BN_CTX_endJiasheng Jiang
2023-06-12X509_NAME_cmp fix for empty nameWim Decroix
2023-06-12Update CMAC test cases.fisher.yu
2023-06-12INSTALL: document shared library pinning for static buildsMatthias St. Pierre
2023-06-12Fix incorrect ERR_raise() callsTheo Buehler