index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs12
/
p12_mutl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Add NULL checks where ContentInfo data can be NULL
Matt Caswell
2024-01-25
1
-0
/
+5
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Ignore the fetch error when a legacy algorithm is found
Yuri Penkin
2023-06-01
1
-0
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+4
*
pkcs12: fix Coverity 1485667 logically dead code
Pauli
2021-06-08
1
-6
/
+5
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-3
/
+3
*
crypto: updates to pass size_t to RAND_bytes_ex()
Pauli
2021-06-01
1
-1
/
+3
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
1
-24
/
+42
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
1
-0
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Change default algorithms in PKCS12_create() and PKCS12_set_mac()
Tomas Mraz
2021-03-10
1
-2
/
+5
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-13
/
+13
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level HMAC functions
Pauli
2020-01-29
1
-0
/
+6
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/pkcs12/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
1
-9
/
+9
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
key zeroisation fix for p12
Shane Lontis
2018-09-04
1
-5
/
+9
*
Add checks for alloc failing.
Rich Salz
2017-09-06
1
-2
/
+2
*
Fix memory leak in pkcs12 -export
Dmitry Belyavskiy
2017-02-21
1
-0
/
+3
*
Don't switch password formats using global state.
Andy Polyakov
2016-08-25
1
-50
/
+2
*
crypto/pkcs12: facilitate accessing data with non-interoperable password.
Andy Polyakov
2016-08-22
1
-8
/
+76
*
Add X509_getm_notBefore, X509_getm_notAfter
Dr. Stephen Henson
2016-08-21
1
-2
/
+2
*
Convert PKCS12* functions to use const getters
Matt Caswell
2016-08-19
1
-1
/
+1
*
Constify X509_SIG.
Dr. Stephen Henson
2016-08-17
1
-10
/
+12
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-1
/
+1
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-1
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Make X509_SIG opaque.
Dr. Stephen Henson
2016-03-11
1
-12
/
+19
*
fix various formatting issues
Dr. Stephen Henson
2016-02-08
1
-1
/
+1
*
Reorganise functions.
Dr. Stephen Henson
2016-02-08
1
-0
/
+30
*
more PKCS12 opacity
Dr. Stephen Henson
2016-02-08
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Adapt the rest of the source to the opaque HMAC_CTX
Richard Levitte
2015-12-07
1
-8
/
+8
*
Adapt HMAC to the EVP_MD_CTX changes
Richard Levitte
2015-12-07
1
-1
/
+1
*
Set salt length after the malloc has succeeded
Alessandro Ghedini
2015-10-23
1
-1
/
+1
*
GOST PKCS12 support
Matt Caswell
2015-09-21
1
-3
/
+38
*
Use CRYPTO_memcmp when comparing authenticators
Emilia Kasper
2015-06-08
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
-5
/
+6
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-1
/
+1
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-2
/
+2
*
Remove OPENSSL_NO_HMAC
Dr. Stephen Henson
2015-02-06
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-109
/
+113
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-4
/
+8
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-2
/
+6
[next]