index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_pbe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allocate EVP_PBE_CTL with OPENSSL_zalloc.
Daniel Fiala
2022-06-28
1
-1
/
+1
*
add support for SHA-3 based PRF to PBES2
Hubert Kario
2022-05-18
1
-0
/
+4
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Fix error stack for some fetch calls.
Shane Lontis
2021-06-01
1
-1
/
+6
*
Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...
Jon Spillett
2021-05-24
1
-6
/
+6
*
Update copyright year
Matt Caswell
2021-05-06
1
-1
/
+1
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
1
-41
/
+77
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-4
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Prune low-level ASN.1 parse errors from error queue in decoder_process()
Dr. David von Oheimb
2020-09-24
1
-5
/
+2
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-0
/
+1
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-3
/
+2
*
Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.
Pauli
2018-08-01
1
-0
/
+2
*
Adding NID_hmac_sha1 and _md5 to builtin_pbe[]
Martin Peylo
2017-08-02
1
-0
/
+2
*
Trivial bounds checking.
Pauli
2017-07-07
1
-3
/
+3
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-1
/
+1
*
Add checks on sk_TYPE_push() returned value
FdaSilvaYY
2016-07-05
1
-1
/
+4
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-3
/
+2
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-1
/
+1
*
Fix declarations and constification for inline stack.
Dr. Stephen Henson
2016-01-07
1
-3
/
+3
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Check memory allocation
Alessandro Ghedini
2015-10-23
1
-4
/
+11
*
Add GOST extensions to PKCS#5
Matt Caswell
2015-09-21
1
-0
/
+4
*
RT3998: Allow scrypt to be disabled
Rich Salz
2015-09-04
1
-0
/
+2
*
PBE lookup test
Dr. Stephen Henson
2015-09-03
1
-25
/
+15
*
Add scrypt PBE algorithm code.
Dr. Stephen Henson
2015-05-21
1
-1
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+2
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-3
/
+2
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-1
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Support for alternative KDFs.
Dr. Stephen Henson
2015-02-09
1
-0
/
+1
*
Remove OPENSSL_NO_HMAC
Dr. Stephen Henson
2015-02-06
1
-4
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-215
/
+203
*
Fix for EVP_PBE_alg_add().
Dr. Stephen Henson
2014-06-27
1
-1
/
+1
*
PR: 2127
Dr. Stephen Henson
2009-12-17
1
-0
/
+14
*
Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhat
Dr. Stephen Henson
2009-11-25
1
-0
/
+5
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
Dr. Stephen Henson
2008-10-22
1
-7
/
+5
*
Type-checked (and modern C compliant) OBJ_bsearch.
Ben Laurie
2008-10-12
1
-8
/
+9
*
Avoid warnings with -pedantic, specifically:
Dr. Stephen Henson
2008-07-04
1
-1
/
+1
[next]