Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
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-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-06Rename ossl_sleep() to OSSL_sleep() and make it publicRichard Levitte
2022-10-05QUIC Send Stream ManagementHugo Landau
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-23Implement the RX DepacketizerRichard Levitte
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
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 white spacePauli
2022-09-13libcrypto: remove reliance on struct timevalPauli
2022-09-13time: add some additional utilities and document everythingPauli
2022-09-05list: add a doubly linked list type.Pauli
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-09-01BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau
2022-08-24Updates for OSSL_TIME changesHugo Landau
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau
2022-08-19BIO_sendmmsg/BIO_recvmmsg (API only)Hugo Landau
2022-08-18Update session timeout code with OSSL_TIMETodd Short
2022-08-12Make OSSL_TIME a structurePauli
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-08Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann
2022-07-06ssl: implement an event queuePauli
2022-07-06ssl: add a zero time macroPauli
2022-07-06Add additional includePauli
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-22ssl: expose the get time function internallyPauli
2022-06-22add priority queue implementationPauli
2022-05-27QUIC wire format supportHugo Landau