summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-27Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell
2023-09-27fips: use seed source requestedPauli
2023-09-27rand: add extra error codePauli
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-25Implement a public BIO_ADDR_copy() functionMatt Caswell
2023-09-19Allow to pass a passprase callback at store openSimo Sorce
2023-09-15Store: API for deletionDmitry Belyavskiy
2023-09-15Remove use of _Static_assertMatt Caswell
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-12Add a test for using a PSK with QUICMatt Caswell
2023-09-11Bad function definitionDimitri Papadopoulos
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-08Exclude include of poll.h from NonStop builds - not defined on platform.Randall S. Becker
2023-09-07Copyright year updatesMatt Caswell
2023-09-04internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte
2023-09-04VMS: Add a fallback definition of socklen_tRichard Levitte
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
2023-09-04Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove
2023-09-01QUIC APL: Implement SSL_wantHugo Landau
2023-09-01Comment on internal flagHugo Landau
2023-09-01BIO: Allow third parties to use integers instead of pointers for poll descrip...Hugo Landau
2023-09-01QUIC: Make TLS1_FLAGS_QUIC privateHugo Landau
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau
2023-09-01QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau
2023-09-01QUIC CHANNEL: Cleanup poll descriptor managementHugo Landau
2023-09-01QUIC REACTOR: Move can-poll flags into reactorHugo Landau
2023-09-01BIO_s_connect: Add support for datagram modeHugo Landau
2023-08-31QUIC: Harden ring buffer against internal misuseHugo Landau
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-30Fix misspelled deprecation macro name in commentMatthias St. Pierre
2023-08-30make updateHugo Landau
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-30QUIC APL: Support waiting for peer-initiated shutdownHugo Landau
2023-08-30QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-25Don't keep creating CONNECTION_CLOSE framesMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-16Fix decoders so that they use the passed in propq.slontis