| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/mem: Don't include avutil.h | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+1 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avutil: Switch crypto APIs to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+0 |
* | Merge commit '00b6a765430e5c5cacf0bd1be8b318d631cd4e14' | Clément Bœsch | 2017-05-05 | 1 | -16/+27 |
|\ |
|
| * | hmac: Explicitly convert types at function pointer assignment | Diego Biurrun | 2017-01-09 | 1 | -12/+23 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -81/+0 |
|\| |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -74/+0 |
| * | fate: add test vectors for HMAC SHA and SHA-2 | James Almer | 2015-07-29 | 1 | -10/+36 |
| * | hmac: add support for SHA-2 | James Almer | 2015-07-29 | 1 | -5/+26 |
* | | lavu/hmac: remove deprecated type ids | Hendrik Leppkes | 2015-09-05 | 1 | -6/+0 |
* | | avutil/hmac: fix API/ABI compatibility with the fork | James Almer | 2015-07-29 | 1 | -24/+35 |
* | | avutil/hmac: Check av_hmac_alloc() return code | Michael Niedermayer | 2015-03-30 | 1 | -0/+2 |
* | | avutil/hmac: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-27 | 1 | -1/+1 |
* | | avutil/hmac: make const tables static const | Michael Niedermayer | 2013-08-06 | 1 | -6/+6 |
* | | fate: Add test vectors for HMAC SHA and SHA-2 | James Almer | 2013-06-12 | 1 | -10/+36 |
* | | lavu/hmac: Add support for SHA-2 | James Almer | 2013-06-12 | 1 | -6/+52 |
* | | avutil/hmac: silence pointer type warnings | Michael Niedermayer | 2013-05-20 | 1 | -5/+5 |
* | | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\| |
|
| * | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b' | Michael Niedermayer | 2013-01-16 | 1 | -0/+48 |
|\| |
|
| * | lavu: Add a fate test for the HMAC API | Martin Storsjö | 2013-01-15 | 1 | -0/+48 |
* | | Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d' | Michael Niedermayer | 2013-01-15 | 1 | -4/+4 |
|/ |
|
* | lavu: Add an API for calculating HMAC (RFC 2104) | Martin Storsjö | 2013-01-15 | 1 | -0/+138 |