<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/HMAC.3, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-08T22:40:31+00:00</updated>
<entry>
<title>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HMAC_Init() is dead. Long live HMAC_Init_ex()</title>
<updated>2024-08-29T20:21:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-29T20:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ed452c2921c2a0f16d3f2aae9b06af7e89221cad'/>
<id>urn:sha1:ed452c2921c2a0f16d3f2aae9b06af7e89221cad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify description of the obsolete ENGINE parameter</title>
<updated>2024-07-21T08:36:43+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-07-21T08:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=28352aaf8b4f3dbd154f1c25e1555c80716bb293'/>
<id>urn:sha1:28352aaf8b4f3dbd154f1c25e1555c80716bb293</id>
<content type='text'>
This uses the same language in most manuals mentioning the obsolete
ENGINE parameters. Make it clear that it is always ignored and that
NULL should be passed. Always call it engine instead of a mix of e
pe, impl, eng.
</content>
</entry>
<entry>
<title>Remove documentation of optional md in one-step hashes</title>
<updated>2024-05-26T09:54:16+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-05-26T09:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8c861e49bb84409af3c319588680e47042008c8a'/>
<id>urn:sha1:8c861e49bb84409af3c319588680e47042008c8a</id>
<content type='text'>
This functionality will be removed, so stop documenting it. Instead
mention that another implementation still supports this.
</content>
</entry>
<entry>
<title>Remove some HMAC_CTX_init() remnants in HMAC(3).</title>
<updated>2022-01-25T17:55:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-25T17:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8cd511354f37b9ad4665685f0904909bfbeadf51'/>
<id>urn:sha1:8cd511354f37b9ad4665685f0904909bfbeadf51</id>
<content type='text'>
spotted by/ok jmc
</content>
</entry>
<entry>
<title>Add back an accidentally dropped .Pp</title>
<updated>2022-01-15T18:16:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-15T18:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ed906b3239f00af21c4f839362d5324ef367f6e'/>
<id>urn:sha1:6ed906b3239f00af21c4f839362d5324ef367f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removal</title>
<updated>2022-01-15T09:14:40+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-15T09:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7b381e17c8bfb0eb7f657132cbb98fef8dddd224'/>
<id>urn:sha1:7b381e17c8bfb0eb7f657132cbb98fef8dddd224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new manual page CMAC_Init(3);</title>
<updated>2020-06-24T16:06:27+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-06-24T16:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ecaa6869c66e0625873e061793893fe06d63dc7'/>
<id>urn:sha1:3ecaa6869c66e0625873e061793893fe06d63dc7</id>
<content type='text'>
OK tb@
</content>
</entry>
<entry>
<title>Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and len</title>
<updated>2019-12-14T09:04:51+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-12-14T09:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34a9011a58dadf4f4867bd9e43c684bd0bb65c5d'/>
<id>urn:sha1:34a9011a58dadf4f4867bd9e43c684bd0bb65c5d</id>
<content type='text'>
arguments were changed from int to size_t with the import of OpenSSL 0.9.8h
in 2008.
</content>
</entry>
<entry>
<title>Remove pointless direct backlinks from the leaf pages HMAC(3) and</title>
<updated>2019-06-07T19:40:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-07T19:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e27f6e7a066db79e70fdf67dd6f87c98c8667428'/>
<id>urn:sha1:e27f6e7a066db79e70fdf67dd6f87c98c8667428</id>
<content type='text'>
PKCS5_PBKDF2_HMAC(3) to the top level page evp(3).  The leaf pages
still have backlinks to the group entry page EVP_DigestInit(3),
which is enough.
Redundancy and asymmetry pointed out by tb@.
</content>
</entry>
</feed>
