index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs12
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential memory leak in PKCS12_add_key_ex()
Niels Dossche
2025-01-06
1
-1
/
+3
*
Handle PBMAC1 with absent PBKDF2 PRF
Olivier Chéron
2024-10-07
1
-2
/
+9
*
crypto/pkcs12/p12_mutl.c: Add check and EVP_MD_free() for EVP_MD_fetch()
Jiasheng Jiang
2024-09-05
1
-0
/
+4
*
Copyright year updates
Tomas Mraz
2024-09-05
2
-2
/
+2
*
EVP_MD_size() updates
slontis
2024-08-29
1
-1
/
+1
*
Implementation of the RFC 9579, PBMAC1 in PKCS#12
Dmitry Belyavskiy
2024-08-07
1
-31
/
+265
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
2
-2
/
+2
*
p12_npas.c: Remove call with unused return value
Drokov Pavel
2024-06-28
1
-2
/
+1
*
fix potential memory leak in PKCS12_add_key_ex()
sashan
2024-06-18
1
-6
/
+9
*
Copyright year updates
Richard Levitte
2024-04-09
4
-4
/
+4
*
Add NULL checks where ContentInfo data can be NULL
Matt Caswell
2024-01-25
3
-2
/
+26
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-1
/
+9
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
Fix PKCS#12 creation error when certificate contains auxiliary data
Olga Batyshkina
2023-09-15
1
-20
/
+42
*
Copyright year updates
Matt Caswell
2023-09-07
10
-10
/
+10
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
Ignore the fetch error when a legacy algorithm is found
Yuri Penkin
2023-06-01
1
-0
/
+5
*
Fix PKCS12_newpass() to work with PBES2.
slontis
2023-03-14
1
-36
/
+109
*
PKCS12 - Add additional libctx and propq support.
slontis
2023-01-16
7
-17
/
+115
*
PKCS12_SAFEBAG_set0_attrs: Remove const from function signature
Daniel Fiala
2022-10-13
1
-2
/
+2
*
Fix typo in PKCS12_SAFEBAG_set0_attrs
Daniel Fiala
2022-10-13
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
9
-43
/
+30
*
Allow PKCS12 export to set arbitrary bag attributes
Graham Woodward
2022-09-23
3
-7
/
+72
*
x509_att.c: improve error checking and reporting and coding style
Dr. David von Oheimb
2022-08-24
2
-12
/
+8
*
Fix memleak in PKCS12_pbe_crypt_ex()
Roberto Hueso Gomez
2022-07-18
1
-0
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add support for mac-less password-base PKCS12 files to PKCS12_parse API.
Daniel Fiala
2022-03-24
1
-18
/
+19
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
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
4
-12
/
+15
*
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
*
Fix PKCS12_create() so that a fetch error is not added to the error stack.
Shane Lontis
2021-05-28
1
-0
/
+2
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Replace some of the ERR_clear_error() calls with mark calls
Tomas Mraz
2021-05-13
2
-10
/
+15
*
Update copyright year
Matt Caswell
2021-05-06
6
-6
/
+6
*
coverity: fix 1478169: dereference after NULL check
Pauli
2021-05-06
1
-3
/
+11
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
10
-147
/
+363
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-2
/
+4
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
2
-0
/
+7
*
Update copyright year
Matt Caswell
2021-03-11
5
-5
/
+5
*
Change default algorithms in PKCS12_create() and PKCS12_set_mac()
Tomas Mraz
2021-03-10
2
-11
/
+10
*
OSSL_STORE: restore diagnostics on decrypt error; provide password hints
Dr. David von Oheimb
2021-03-04
1
-1
/
+3
*
crypto: add additional argument to KDF derive calls
Pauli
2021-02-28
1
-1
/
+1
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
5
-5
/
+5
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-1
/
+2
[next]