summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2022-09-14Fix the OSSL_TIME fallback in include/internal/e_os.hRichard Levitte
2022-09-13Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-09-13Fix white spacePauli
2022-09-13libcrypto: remove reliance on struct timevalPauli
2022-09-13time: add some additional utilities and document everythingPauli
2022-09-12OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier
2022-09-09Cleanup EBCDIC string defintionsTodd Short
2022-09-05list: add a doubly linked list type.Pauli