summaryrefslogtreecommitdiffstats
path: root/ssl/build.info (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-16fips: use tsan counter instead of tsan_add to incrementPauli1-1/+1
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau6-7/+120
2023-06-16QUIC: Minor fixupsHugo Landau2-3/+12
2023-06-16QUIC CHANNEL: Inform the ACKM when the handshake is confirmedHugo Landau1-0/+1
2023-06-16QUIC: Test key update works correctlyHugo Landau2-2/+184
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo Landau3-0/+30
2023-06-16QUIC: Add internal APIs for white-box testing of key updateHugo Landau7-2/+75
2023-06-16QUIC CHANNEL: Enforce the RX packet forgery limitHugo Landau1-0/+34
2023-06-16QUIC RXDP: Strictly enforce ACK PNs with regard to TX key epochsHugo Landau3-7/+48
2023-06-16QUIC CHANNEL: Ensure new packets aren't enforced with old keysHugo Landau1-0/+17
2023-06-16QUIC CHANNEL: Handle key updates correctlyHugo Landau2-0/+300
2023-06-16QUIC TXP: Make TXP use time callback correctlyHugo Landau1-1/+1
2023-06-16QUIC APL: Correct implementation of time callback overrideHugo Landau3-12/+34
2023-06-16QUIC RX: Support reporting the key epoch a packet was received withHugo Landau3-8/+106
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau2-0/+29
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau2-0/+14
2023-06-16QUIC RX: Refactor key update callback to provide PNHugo Landau2-5/+8
2023-06-16QUIC TXP: Remove TX key update handling from TXPHugo Landau2-13/+6
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau4-18/+25
2023-06-16QUIC ACKM: Allow largest acked PN to be queriedHugo Landau2-0/+8
2023-06-16QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau2-0/+15
2023-06-16QUIC Glossary: TXKU, RXKU, KUHugo Landau1-0/+11
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte2-5/+10
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau8-120/+39
2023-06-15OpenSSL::paramnames: Use less magic perlRichard Levitte1-3/+3
2023-06-15Fix typos found by codespellDimitri Papadopoulos60-139/+139
2023-06-15fips: update DSA security check to fix legacy verify strengthsPauli3-63/+106
2023-06-15updated (lib+)oqsprovider to latest releasesMichael Baentsch3-17/+16
2023-06-14Only take note of the ack deadline if we can actually issue an ackMatt Caswell1-4/+14
2023-06-14cmactest.c: Fix no-des and no-sm4 build failuresTomas Mraz1-5/+7
2023-06-14fips: use memory ordering rather than locksPauli1-36/+14
2023-06-14Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell2-8/+10
2023-06-14Split the blocking TLS client guide page into twoMatt Caswell3-282/+340
2023-06-14Allow man7 pages to not have a DESCRIPTION sectionMatt Caswell1-4/+4
2023-06-14Add a tutorial on writing a simple blocking TLS clientMatt Caswell2-0/+823
2023-06-14Add a very simple blocking TLS client demoMatt Caswell2-0/+289
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li55-200/+511
2023-06-14rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.Mike Kasick1-4/+4
2023-06-13crypto/sm2/sm2_sign.c: Add BN_CTX_endJiasheng Jiang1-0/+1
2023-06-12X509_NAME_cmp fix for empty nameWim Decroix1-4/+4
2023-06-12Update CMAC test cases.fisher.yu2-216/+29
2023-06-12INSTALL: document shared library pinning for static buildsMatthias St. Pierre1-5/+13
2023-06-12Fix incorrect ERR_raise() callsTheo Buehler1-3/+3
2023-06-12add cygwin CIMichael Baentsch2-1/+39
2023-06-12Fix build on cygwinMichael Baentsch2-1/+4
2023-06-12Introduce [HAVE_/NO_]MADVISE definesJames Knight1-1/+13
2023-06-11riscv: aes: dual-license under Apache + 2-clause BSDHeiko Stuebner2-0/+54
2023-06-11riscv: GCM: dual-license under Apache + 2-clause BSDHeiko Stuebner2-0/+54
2023-06-11Coverity 1528485: Remove unused assignment of wvalueTomas Mraz1-3/+3
2023-06-11Coverity 1528486: Avoid assignment of unused value of bagsTomas Mraz1-3/+3