index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cmac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Delete unused PKEY MAC files
Matt Caswell
2020-08-29
2
-60
/
+1
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-2
/
+2
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-2
/
+2
*
Correctly handle the return value from EVP_Cipher() in the CMAC code
Matt Caswell
2020-06-10
1
-3
/
+3
*
Ensure we never use a partially initialised CMAC_CTX
Matt Caswell
2020-06-10
1
-3
/
+9
*
Update copyright year
Matt Caswell
2020-04-23
2
-2
/
+2
*
Deprecate the low level CMAC functions
Pauli
2020-01-29
2
-0
/
+12
*
[KDF] Add feedback-mode and CMAC support to KBKDF
Robbie Harwood
2019-10-17
1
-1
/
+2
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Coverty fixes for MACs
Richard Levitte
2019-08-27
1
-6
/
+16
*
Move CMAC to providers
Richard Levitte
2019-08-15
2
-173
/
+5
*
Prepare EVP_MAC infrastructure for moving all MACs to providers
Richard Levitte
2019-08-15
1
-0
/
+3
*
Change EVP_MAC method from copy to dup
Kurt Roeckx
2019-06-06
1
-5
/
+13
*
Following the license change, modify the boilerplates in crypto/cmac/
Richard Levitte
2018-12-06
3
-3
/
+3
*
Adapt other EVP code to use EVP_MAC instead of direct implementation calls
Richard Levitte
2018-10-30
1
-4
/
+3
*
EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
2
-162
/
+1
*
EVP_MAC: Add CMAC implementation
Richard Levitte
2018-10-30
2
-1
/
+165
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code if alloc returns NULL
Rich Salz
2018-04-05
1
-2
/
+4
*
Don't use deprecated EVP_CIPHER_CTX_cleanup() internally
Richard Levitte
2017-03-01
1
-1
/
+1
*
Don't free in cleanup routine
Benjamin Kaduk
2017-03-01
1
-1
/
+2
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
3
-147
/
+15
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-43
/
+0
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Use utility functions for HMAC and CMAC.
Dr. Stephen Henson
2016-03-02
1
-15
/
+4
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-3
/
+3
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+2
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-1
/
+1
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-99
/
+61
*
Remove unused internal macros
Richard Levitte
2016-01-12
1
-1
/
+1
*
make update
Richard Levitte
2016-01-12
1
-27
/
+29
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-21
/
+25
*
make update
Dr. Stephen Henson
2015-12-09
1
-2
/
+1
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-2
/
+2
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
2
-3
/
+3
*
Fix the update target and remove duplicate file updates
Richard Levitte
2015-05-22
1
-0
/
+2
*
make depend
Richard Levitte
2015-05-14
1
-4
/
+5
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
3
-3
/
+3
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-3
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+2
*
free NULL cleanup 11
Rich Salz
2015-05-01
2
-2
/
+3
*
Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
Richard Levitte
2015-03-31
1
-17
/
+1
[next]