summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-12-21QUIC PORT: Make QUIC_PORT responsible for creation of all channelsHugo Landau
2023-12-21QUIC PORT: Record a SSL_CTX for use when creating handshake layer objectsHugo Landau
2023-12-21QUIC CHANNEL, PORT: Abstract time retrievalHugo Landau
2023-12-21QUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex/now_cb via QUIC_PORTHugo Landau
2023-12-21QUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with a currently unused QUIC_PORTHugo Landau
2023-12-21QUIC CHANNEL: Keep a reference to a QUIC_PORTHugo Landau
2023-12-21QUIC PORT: Add basic unwired QUIC_PORT objectHugo Landau
2023-12-21QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau
2023-12-21QUIC REACTOR: Add utility function for merging tick resultsHugo Landau
2023-12-21list.h: Add iterator macrosHugo Landau
2023-12-21list.h: Allow separation of declarations and function definitionsHugo Landau
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb
2023-12-14Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman
2023-12-06QUIC LCIDM: Always use lcid_obj to refer to QUIC_LCIDHugo Landau
2023-12-06QUIC LCIDM: Add debug callsHugo Landau
2023-12-06QUIC LCIDM: Correct documentationHugo Landau
2023-12-06QUIC LCIDM: Enforce and document ODCID peculiaritiesHugo Landau
2023-12-06QUIC LCIDM: Add LCIDMHugo Landau
2023-11-29Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu
2023-11-27Only include winsock2.h for struct timeval if neededHugo Landau
2023-11-25QUIC SRT GEN: Add SRT generatorHugo Landau
2023-11-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-11-23QUIC SRTM: Add SRTMHugo Landau
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-10Add EVP_DigestSqueeze() API.slontis
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-11-03internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`Matthias St. Pierre
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-11-02tag ossl_assert not failing as being 'likely' to improve optimisationPauli
2023-11-01rand: implement an unbiased random integer from a rangePauli
2023-10-26EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb
2023-10-26riscv: Provide vector crypto implementation of AES-128/256-XTS mode.Jerry Shih
2023-10-26Provide additional AES-GCM test patterns to enhance test coverage.Phoebe Chen
2023-10-26riscv: Provide vector crypto implementation of AES-GCM mode.Jerry Shih
2023-10-26riscv: Provide vector crypto implementation of AES-CTR mode.Phoebe Chen
2023-10-26riscv: Provide a vector implementation of CHACHA20 cipher.Jerry Shih
2023-10-26riscv: Use the optimized rvv AES-128/192/256-CBC.Phoebe Chen
2023-10-26Update for Zvkb extension.Jerry Shih
2023-10-26riscv: SM3: Provide a Zvksh-based implementationCharalampos Mitrodimas
2023-10-26riscv: SM4: Provide a Zvksed-based implementationChristoph Müllner
2023-10-26riscv: sha512: Provide a Zvknhb-based implementationCharalampos Mitrodimas
2023-10-26riscv: sha256: Provide a Zvknha-based implementationCharalampos Mitrodimas
2023-10-26riscv: AES: Provide a Zvkned-based implementationChristoph Müllner
2023-10-26riscv: GCM: Provide a Zvkg-based implementationChristoph Müllner
2023-10-26riscv: GCM: Provide a Zvbb/Zvbc-based implementationChristoph Müllner
2023-10-26riscv: Add basic vector extension supportChristoph Müllner
2023-10-25Avoid using gets as an argument name in a prototypeTomas Mraz
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre