summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-11-14djgpp: Skip check for negative timevalJ.W. Jagersma
2022-11-11fuzz: add punycode decoder fuzz testPauli
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-02Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis
2022-11-02Release the drbg in the global default context before enginesTomas Mraz
2022-11-02Apply SM4 optimization patch to Kunpeng-920Xu Yizhou
2022-11-02Update FIPS KATs for 140-3Pauli
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-25Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte
2022-10-25Fix definitions of SHUT_RD and SHUT_WRRichard Levitte
2022-10-21crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina
2022-10-21crypto: thread: serialize concurrent joinsČestmír Kalina
2022-10-20Fix make updateMatt Caswell
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-18Add `for_comp` flag when retrieving certs for compressionTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short
2022-10-18Add ZSTD compression support (RFC8478bis)Todd Short
2022-10-18Add brotli compression support (RFC7924)Todd Short
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-10-13PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala
2022-10-12Add vpaes-loongarch64.pl module.zhuchen
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-07Reimplement brainpool TLSv1.3 support group supportMatt Caswell
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-10-05QUIC Send Stream ManagementHugo Landau
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-10-03Add Content Type OID for RPKI id-ct-signedTALJob Snijders
2022-10-02Avoid divide by 0 exceptionKelvin Lee
2022-09-30internal/asn1.h: Add missing '#include <openssl/bio.h>'Dr. David von Oheimb
2022-09-29djgpp: Define WATT32_NO_OLDIES before including socket headersJ.W. Jagersma
2022-09-29djgpp: Use usleep() for ossl_sleep()J.W. Jagersma
2022-09-26QUIC Flow ControlHugo Landau
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward
2022-09-23Implement the RX DepacketizerRichard Levitte
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-23Move the record block_padding capability fully into the record layerMatt Caswell
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-23BIO_s_dgram_pairHugo Landau
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
2022-09-15Add support for PBE using hmacWithSM3K1
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-09-14Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI envHugo Landau