Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2383dbb4d00c60e

Jump to content

Talk:MDC-2

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 7 years ago by 93.159.251.115 in topic Strings zero-terminated?

Expired Patent

[edit]

I've verified that the patent has expired, but don't know how to document it. Here are the steps:

Patent Bibliographic Data - 11/06/2007 11:02 AM
Patent Number: 4908861
Application Number: 07090633
Issue Date: 03/13/1990
Filing Date: 08/28/1987
Title: DATA AUTHENTICATION USING MODIFICATION DETECTION CODES BASED ON A PUBL
Status: Expired for non-payment on: 03/13/2002

--128.221.197.20 16:07, 6 November 2007 (UTC)Reply


I added a reference for this, but the OpenSSL fact should still be sourced and cleaned up. As of now it's still contradictory, but at least there's a reference that it expired. Thanks. 71.142.208.226 (talk) 09:19, 31 January 2008 (UTC)Reply

Strings zero-terminated?

[edit]

Are the strings in the example zero-terminated? 71.142.208.226 (talk) 08:36, 31 January 2008 (UTC)Reply

In a sense they are: All strings are padded with zeros until they reach a multiple of the blocksize (8 bytes). As none of them already are a multiple of the blocksize, at least one zero is added. 93.159.251.115 (talk) 14:46, 28 November 2018 (UTC)Reply