projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Only dump session data after we have received it
[oweals/openssl.git]
/
crypto
/
hmac
/
2018-06-22
Nicola Tuveri
Remove __cplusplus preamble from internal headers
tree
|
commitdiff
2018-06-08
Matt Caswell
Add support getting raw private/public keys
tree
|
commitdiff
2018-04-17
Richard Levitte
Update copyright year
tree
|
commitdiff
2018-04-05
Rich Salz
Set error code if alloc returns NULL
tree
|
commitdiff
2018-03-20
Matt Caswell
Update copyright year
tree
|
commitdiff
2018-03-15
Matt Caswell
Add support for setting raw private HMAC keys
tree
|
commitdiff
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/hmac
tree
|
commitdiff
2017-04-04
Gergely Nagy
PBKDF2 computation speedup (15-40%)
tree
|
commitdiff
2017-02-28
Emilia Kasper
Remove support for HMAC_TEST_PRIVATE_KEY_FORMAT
tree
|
commitdiff
2016-11-04
Matt Caswell
Fix style issues in HMAC_size()
tree
|
commitdiff
2016-11-04
Matt Caswell
Ensure HMAC_size() handles errors correctly
tree
|
commitdiff
2016-06-24
Nathaniel McCallum
Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
tree
|
commitdiff
2016-06-24
Matt Caswell
Add a getter to obtain the HMAC_CTX md
tree
|
commitdiff
2016-06-09
Andy Polyakov
hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
tree
|
commitdiff
2016-05-23
J Mohan Rao Arisankala
#4342: few missing malloc return checks and free in...
tree
|
commitdiff
2016-05-17
Rich Salz
Copyright consolidation 07/10
tree
|
commitdiff
2016-05-16
Steffan Karger
const correctness: make HMAC_size() take a const *
tree
|
commitdiff
2016-04-20
Richard Levitte
Remove --classic build entirely
tree
|
commitdiff
2016-03-21
Richard Levitte
Remove the remainder of util/mk1mf.pl and companion...
tree
|
commitdiff
2016-03-02
Dr. Stephen Henson
Use utility functions for HMAC and CMAC.
tree
|
commitdiff
2016-02-20
Richard Levitte
Always build library object files with shared library...
tree
|
commitdiff
2016-02-18
Richard Levitte
Remove all special make depend flags, as well as OPENSS...
tree
|
commitdiff
2016-02-17
Dmitry-Me
Fix mismatched curly brace
tree
|
commitdiff
2016-02-08
Rich Salz
GH641: Don't care openssl_zmalloc
tree
|
commitdiff
2016-02-04
Emilia Kasper
RT3095: allow NULL key for single-shot HMAC
tree
|
commitdiff
2016-02-01
Richard Levitte
unified build scheme: add build.info files
tree
|
commitdiff
2016-01-29
Rich Salz
Templatize util/domd
tree
|
commitdiff
2016-01-26
Rich Salz
Remove /* foo.c */ comments
tree
|
commitdiff
2016-01-20
Rich Salz
Remove update tags
tree
|
commitdiff
2016-01-20
Dr. Stephen Henson
make EVP_PKEY opaque
tree
|
commitdiff
2016-01-17
Rich Salz
Remove some old makefile targets
tree
|
commitdiff
2016-01-12
Rich Salz
Move Makefiles to Makefile.in
tree
|
commitdiff
2016-01-12
Richard Levitte
make update
tree
|
commitdiff
2016-01-08
Viktor Dukhovni
Backwards-compatibility subject to OPENSSL_API_COMPAT
tree
|
commitdiff
2015-12-09
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-12-07
Richard Levitte
Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.h
tree
|
commitdiff
2015-12-07
Richard Levitte
make update
tree
|
commitdiff
2015-12-07
Richard Levitte
Cleanup: fix all sources that used HMAC_CTX_init
tree
|
commitdiff
2015-12-07
Richard Levitte
Cleanup: rename HMAC_CTX_init to HMAC_CTX_reset
tree
|
commitdiff
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
tree
|
commitdiff
2015-12-07
Richard Levitte
Remove HMAC_CTX_cleanup and combine its functionality...
tree
|
commitdiff
2015-12-07
Richard Levitte
Make the definition of HMAC_CTX opaque
tree
|
commitdiff
2015-12-07
Richard Levitte
Adapt HMAC to the EVP_MD_CTX changes
tree
|
commitdiff
2015-11-09
Matt Caswell
Continue standardising malloc style for libcrypto
tree
|
commitdiff
2015-10-23
Alessandro Ghedini
Fix memory leaks and other mistakes on errors
tree
|
commitdiff
2015-09-03
Rich Salz
remove 0 assignments.
tree
|
commitdiff
2015-06-12
Matt Caswell
Fix ABI break with HMAC
tree
|
commitdiff
2015-06-10
Matt Caswell
Fix leak in HMAC error path
tree
|
commitdiff
2015-05-22
Richard Levitte
Fix the update target and remove duplicate file updates
tree
|
commitdiff
2015-05-14
Richard Levitte
make depend
tree
|
commitdiff
2015-05-14
Richard Levitte
Identify and move common internal libcrypto header...
tree
|
commitdiff
2015-05-07
Rich Salz
Use "==0" instead of "!strcmp" etc
tree
|
commitdiff
2015-05-04
Rich Salz
Use safer sizeof variant in malloc
tree
|
commitdiff
2015-04-30
Rich Salz
free cleanup almost the finale
tree
|
commitdiff
2015-04-16
Viktor Dukhovni
Code style: space after 'if'
tree
|
commitdiff
2015-03-31
Richard Levitte
Remove EXHEADER, TEST, APPS, links:, install: and unins...
tree
|
commitdiff
2015-03-31
Richard Levitte
Stop symlinking, move files to intended directory
tree
|
commitdiff
2015-03-25
Matt Caswell
Fix HMAC to pass invalid key len test
tree
|
commitdiff
2015-03-25
Matt Caswell
Add HMAC test for invalid key len
tree
|
commitdiff
2015-03-25
Matt Caswell
Ensure that both the MD and key have been initialised...
tree
|
commitdiff
2015-03-25
Matt Caswell
Add more HMAC tests
tree
|
commitdiff
2015-03-24
Dr. Stephen Henson
make depend
tree
|
commitdiff
2015-03-24
Dr. Stephen Henson
Move some EVP internals to evp_int.h
tree
|
commitdiff
2015-03-24
Dr. Stephen Henson
Move some ASN.1 internals to asn1_int.h
tree
|
commitdiff
2015-02-10
Matt Caswell
HMAC_cleanup, and HMAC_Init are stated as deprecated...
tree
|
commitdiff
2015-02-06
Dr. Stephen Henson
Remove OPENSSL_NO_HMAC
tree
|
commitdiff
2015-01-29
Richard Levitte
clang on Linux x86_64 complains about unreachable code.
tree
|
commitdiff
2015-01-22
Matt Caswell
Run util/openssl-format-source -v -c .
tree
|
commitdiff
2015-01-22
Matt Caswell
Fix strange formatting by indent
tree
|
commitdiff
2014-12-08
Dr. Stephen Henson
remove OPENSSL_FIPSAPI
tree
|
commitdiff
2014-12-08
Dr. Stephen Henson
Remove fipscanister build functionality from makefiles.
tree
|
commitdiff
2014-11-28
Rich Salz
Remove all .cvsignore files
tree
|
commitdiff
2014-09-08
Kurt Roeckx
RT2626: Change default_bits from 1K to 2K
tree
|
commitdiff
2014-08-17
Jonas Maebe
old_hmac_encode: check for NULL result when allocating...
tree
|
commitdiff
2014-03-28
Dr. Stephen Henson
Add functions returning security bits.
tree
|
commitdiff
2011-11-14
Ben Laurie
Fix some warnings caused by __owur. Temporarily (I...
tree
|
commitdiff
2011-09-05
Bodo Möller
make update
tree
|
commitdiff
2011-05-19
Dr. Stephen Henson
inherit HMAC flags from MD_CTX
tree
|
commitdiff
2011-03-24
Richard Levitte
make update
tree
|
commitdiff
2011-03-12
Ben Laurie
Add SRP support.
tree
|
commitdiff
2011-02-21
Dr. Stephen Henson
Update dependencies.
tree
|
commitdiff
2011-01-27
Dr. Stephen Henson
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
tree
|
commitdiff
2011-01-26
Dr. Stephen Henson
FIPS HMAC changes:
tree
|
commitdiff
2011-01-26
Dr. Stephen Henson
Change AR to ARX to allow exclusion of fips object...
tree
|
commitdiff
2010-06-12
Ben Laurie
Fix warnings.
tree
|
commitdiff
2010-03-06
Dr. Stephen Henson
Add algorithm specific signature printing. An individua...
tree
|
commitdiff
2010-01-26
Dr. Stephen Henson
Add flags functions which were added to 0.9.8 for fips...
tree
|
commitdiff
2009-09-23
Dr. Stephen Henson
Audit libcrypto for unchecked return values: fix all...
tree
|
commitdiff
2009-09-23
Dr. Stephen Henson
Add more return value checking attributes to evp.h...
tree
|
commitdiff
2008-12-29
Ben Laurie
If we're going to return errors (no matter how stupid...
tree
|
commitdiff
2008-11-12
Geoff Thorpe
Revert the size_t modifications from HEAD that had...
tree
|
commitdiff
2008-11-05
Dr. Stephen Henson
Update obsolete email address...
tree
|
commitdiff
2008-11-02
Dr. Stephen Henson
Update HMAC functions to return an error where relevant.
tree
|
commitdiff
2008-11-01
Ben Laurie
More size_tification.
tree
|
commitdiff
2008-03-16
Dr. Stephen Henson
Fix some warnings.
tree
|
commitdiff
2007-10-26
Dr. Stephen Henson
1. Changes for s_client.c to make it return non-zero...
tree
|
commitdiff
2007-05-22
Dr. Stephen Henson
Revert broken change to ccgost.
tree
|
commitdiff
2007-05-15
Dr. Stephen Henson
New function EVP_PKEY_asn1_copy(). Use default MD if...
tree
|
commitdiff
2007-04-23
Bodo Möller
Add SEED encryption algorithm.
tree
|
commitdiff
2007-04-12
Dr. Stephen Henson
Copy update callback across when copying EVP_MD_CTX.
tree
|
commitdiff
next