index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
/
evp.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of the RFC 9579, PBMAC1 in PKCS#12
Dmitry Belyavskiy
2024-08-07
1
-0
/
+3
*
Add KeyManagement keygen parameter getter/gettable functions.
slontis
2024-08-06
1
-0
/
+2
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
1
-5
/
+3
*
fix: style nits
Richard Levitte
2024-07-21
1
-7
/
+7
*
fix: refactor the EVP_PKEY_OP checks
Richard Levitte
2024-07-21
1
-13
/
+8
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Move discovery of the legacy alg type into the keymgmt
Matt Caswell
2024-01-15
1
-0
/
+1
*
Add EVP_DigestSqueeze() API.
slontis
2023-11-10
1
-0
/
+1
*
rand: fix seeding from a weak entropy source
Matthias St. Pierre
2023-10-24
1
-0
/
+8
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Change PBES2 KDF default salt length to 16 bytes.
slontis
2023-09-04
1
-0
/
+9
*
Don't use C++ reserved word template for function arguments
MscVZoltan
2023-08-10
1
-1
/
+1
*
Remove unused internal functions
atishkov
2023-07-07
1
-4
/
+0
*
evp: update to structure based atomics
Pauli
2023-07-01
1
-4
/
+0
*
configure: introduce no-ecx to remove ECX related feature
Yi Li
2023-06-14
1
-0
/
+2
*
CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function
Dr. David von Oheimb
2023-05-30
1
-0
/
+4
*
Don't take a write lock when freeing an EVP_PKEY
Matt Caswell
2023-05-29
1
-1
/
+1
*
Add a flag so finalised contexts are not reused
Simo Sorce
2023-03-14
1
-0
/
+1
*
Propagate selection all the way on key export
Simo Sorce
2022-11-15
1
-4
/
+7
*
Limit the size of various MAXCHUNK definitions
Pauli
2022-08-19
1
-1
/
+1
*
store_result: Add fallback for fetching the keymgmt from the provider of the ...
Tomas Mraz
2022-06-28
1
-0
/
+3
*
Make it possible to remove methods by the provider that provides them
Richard Levitte
2022-05-05
1
-0
/
+1
*
Don't empty the method store when flushing the query cache
Richard Levitte
2022-05-05
1
-1
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
evp_md_init_internal: Avoid reallocating algctx if digest unchanged
Tomas Mraz
2022-05-02
1
-0
/
+2
*
EVP_MD performance fix (refcount cache contention)
Hugo Landau
2022-03-13
1
-1
/
+1
*
EVP: Reverse the fetch logic in all pkey using functionality
Richard Levitte
2021-10-27
1
-0
/
+3
*
Don't try and load the config file while already loading the config file
Matt Caswell
2021-07-28
1
-0
/
+2
*
Fix custom EVP_PKEY_METHOD implementations where no engine is present
Matt Caswell
2021-07-22
1
-12
/
+1
*
Made foreign bit field unsigned in evp.h
Randall S. Becker
2021-07-08
1
-1
/
+1
*
ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmt
Richard Levitte
2021-06-29
1
-0
/
+1
*
add internal get_number functons to crypto/evp.h
Pauli
2021-06-02
1
-0
/
+12
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-7
/
+7
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-4
/
+20
*
Add a callback for providers to know about global properties changes
Matt Caswell
2021-05-20
1
-1
/
+2
*
Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.
Dr. David von Oheimb
2021-05-11
1
-1
/
+1
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-0
/
+4
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
1
-1
/
+2
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+13
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
1
-3
/
+0
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
1
-1
/
+1
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
1
-0
/
+2
*
property: check return values from the property locking calls.
Pauli
2021-04-08
1
-1
/
+1
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
1
-0
/
+4
*
EVP_PKCS82PKEY: Create provided keys if possible
Tomas Mraz
2021-03-25
1
-0
/
+2
*
Make evp_privatekey_from_binary() completely libcrypto internal
Richard Levitte
2021-03-19
1
-4
/
+0
*
Add ossl_pkcs5_pbkdf2_hmac_ex symbol
Shane Lontis
2021-03-18
1
-4
/
+5
*
evp: add params argument to key manager's gen_init call
Pauli
2021-03-11
1
-1
/
+2
*
Make the EVP_PKEY_get0* functions have a const return type
Matt Caswell
2021-03-08
1
-0
/
+7
*
Cache legacy keys instead of downgrading them
Matt Caswell
2021-03-08
1
-16
/
+22
[next]