summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-11Document the TLSv1.3 control word, update the description of theIngo Schwarze
2020-04-10sync cert.pem with Mozilla's root ca list, ok beck@Stuart Henderson
2020-04-10Update ARG_MAX bytes countJeremie Courreges-Anglas
2020-04-10When printing the serialNumber, fall back to the colon separated hexTheo Buehler
2020-04-09Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.Joel Sing
2020-04-09Tidy line wrapping and remove an extra blank line.Joel Sing
2020-04-09ssl_aes_is_accelerated() returns a boolean - treat it as such, rather thanJoel Sing
2020-04-08Ensure legacy session ID is persistent during client TLS session.Joel Sing
2020-04-06Send a zero-length session identifier if TLSv1.3 is not enabled.Joel Sing
2020-04-06Update my email address.Paul Irofti
2020-04-04Make libcxxabi provide __register_frame, _Unwind_Backtrace and friendsJeremie Courreges-Anglas
2016-09-03Import libunwind 3.9.0Patrick Wildt
2020-04-04Implement __atomic_is_lock_free for powerpc. Needed because theMark Kettenis
2020-04-04Fix powerpc libunwind for cpus without altivec.gkoehler
2020-04-03Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.Stefan Sperling
2020-04-02Makes libossaudio use sndio instead of the kernel mixer(4) interface.Alexandre Ratchov
2020-03-30"eventually" came and went back in 2004.Martijn van Duren
2020-03-30Void functions obviously do not return values; no need to elaborate.Ingo Schwarze
2020-03-29Void functions obviously do not return values; no need to elaborate.Ingo Schwarze
2020-03-28Be concise: do not say that void functions return no values, that's obvious.Ingo Schwarze
2020-03-24Fix ASN1 print functionsKinichiro Inoguchi
2020-03-16Consistently spell 'unsigned' as 'unsigned int', as style(9) seemsTheo Buehler
2020-03-16The RFC is clear (section 5.3) that sequence number should never wrap.Theo Buehler
2020-03-13Remove dtls1_enc().Joel Sing
2020-03-13Correct TLSv1.3 sequence number increment and wrapping check.Joel Sing
2020-03-13Ensure that CBB_add_space() always provides zeroed memory.Joel Sing
2020-03-13Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-13typo in commentDamien Miller
2020-03-12Use calloc() rather than malloc() when allocating initial CBB buffer.Joel Sing
2020-03-12Use calloc() rather than malloc() when allocating buffers.Joel Sing
2020-03-12Stop overloading the record type for padding length.Joel Sing
2020-03-12Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.Joel Sing
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11typo; from bryan stensonJason McIntyre
2020-03-10Use ctx->hs->secrets rather than the S3I(s) version.Joel Sing
2020-03-10Remove some unnecessary handshake enums/functions.Joel Sing
2020-03-10Add a return value check to tls13_buffer_extend().Joel Sing
2020-03-10Remove the enc function pointers.Joel Sing
2020-03-06RFC 8446, section 4.1.3: If a TLSv1.2 client receives a ServerHello forTheo Buehler
2020-03-06TLSv1.3 servers that intend to downgrade are required to set the lastTheo Buehler
2020-03-04crank major versions of libLLVM libc++ libc++abigkoehler
2020-03-04Check high bit for base64 decodeKinichiro Inoguchi
2020-03-03Fix base64 processing of long linesKinichiro Inoguchi
2020-02-28oops some snapshot tests fell inTheo de Raadt
2020-02-28syncTheo de Raadt
2020-02-26Fix .Dt line and copyright year.Alexandre Ratchov
2020-02-26Add API to control audio device parameters exposed by sndiod.Alexandre Ratchov
2020-02-23The decryption_failed alert must not be sent by compliant implementations.Theo Buehler
2020-02-23According to RFC 8446, Section 4.4.4, recipients of incorrect FinishedTheo Buehler