index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
p_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Remove engine param macros from wrapper APIs
Pauli
2019-09-25
1
-2
/
+1
*
OSSL_PARAM_construct_utf8_string computes the string length.
Pauli
2019-09-04
1
-4
/
+2
*
Use ENGINE_get_id() instead of ENGINE_get_name()
Matt Caswell
2019-08-29
1
-4
/
+4
*
Fix no-engine
Matt Caswell
2019-08-29
1
-0
/
+5
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
1
-1
/
+1
*
Use macros internally for algorithm names
Richard Levitte
2019-08-19
1
-1
/
+1
*
Prepare EVP_MAC infrastructure for moving all MACs to providers
Richard Levitte
2019-08-15
1
-4
/
+28
*
Add evp_keymgmt_clear_pkey_cache() and use it
Richard Levitte
2019-07-22
1
-0
/
+3
*
Providing missing accessor to EVP_PKEY.engine
Dmitry Belyavskiy
2019-03-19
1
-0
/
+5
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-4
/
+4
*
EVP_PKEY_size declared to take a const parameter
Shreya Bhandare
2018-12-23
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add EVP_PKEY_supports_digest_nid()
David Woodhouse
2018-11-10
1
-0
/
+20
*
Adapt other EVP code to use EVP_MAC instead of direct implementation calls
Richard Levitte
2018-10-30
1
-3
/
+5
*
Add EVP_PKEY_set_alias_type
Jack Lloyd
2018-06-19
1
-0
/
+20
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
1
-0
/
+34
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix no-cmac
Matt Caswell
2018-03-19
1
-1
/
+6
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
1
-10
/
+10
*
Make sure all errors go on the stack in the EVP_PKEY_new*() functions
Matt Caswell
2018-03-15
1
-2
/
+2
*
Add the function EVP_PKEY_new_CMAC_key()
Matt Caswell
2018-03-15
1
-0
/
+28
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
1
-2
/
+4
*
Add functions to create an EVP_PKEY from raw private/public key data
Matt Caswell
2018-03-15
1
-7
/
+68
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
Add EVP_PKEY_set1_engine() function.
Dr. Stephen Henson
2017-10-12
1
-2
/
+24
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
Add support for parameterized SipHash
Todd Short
2017-02-01
1
-1
/
+16
*
Add support for Poly1305 in EVP_PKEY
Todd Short
2017-01-24
1
-0
/
+14
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
GH1537: Avoid double-free in the EVP_PKEY API
Alex Gaynor
2016-09-07
1
-1
/
+1
*
Convert X509* functions to use const getters
Dr. Stephen Henson
2016-08-17
1
-1
/
+1
*
Add point ctrls to X25519
Dr. Stephen Henson
2016-08-13
1
-4
/
+28
*
Add EVP_PKEY_get0_hmac() function
Nathaniel McCallum
2016-06-16
1
-0
/
+12
*
Parameter copy sanity checks.
Dr. Stephen Henson
2016-05-31
1
-0
/
+8
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Unify <TYPE>_up_ref methods signature and behaviour.
FdaSilvaYY
2016-05-16
1
-2
/
+8
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-13
/
+4
*
Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-4
/
+12
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-12
/
+7
*
GH678: Add a few more zalloc
FdaSilvaYY
2016-02-22
1
-6
/
+1
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-9
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-1
/
+2
*
Add EVP_PKEY_get0_* functions.
Dr. Stephen Henson
2015-12-15
1
-12
/
+45
*
Extend EVP_PKEY_copy_parameters()
Dr. Stephen Henson
2015-12-15
1
-1
/
+4
*
RT3754: check for NULL pointer
Emilia Kasper
2015-09-10
1
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
[next]