index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
pkcs12
/
p12_crt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
1
-1
/
+1
*
fix potential memory leak in PKCS12_add_key_ex()
sashan
2024-06-18
1
-6
/
+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
*
Allow PKCS12 export to set arbitrary bag attributes
Graham Woodward
2022-09-23
1
-6
/
+62
*
x509_att.c: improve error checking and reporting and coding style
Dr. David von Oheimb
2022-08-24
1
-7
/
+3
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
1
-16
/
+48
*
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
-9
/
+5
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Fix safestack issues in pkcs12.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in pkcs7.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Add new APIs to get PKCS12 secretBag OID and value
Jon Spillett
2020-08-06
1
-0
/
+18
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+4
*
Fix error handling in x509v3_cache_extensions and related functions
Bernd Edlinger
2020-03-21
1
-2
/
+3
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-15
/
+14
*
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
*
Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
FdaSilvaYY
2016-06-15
1
-3
/
+3
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
use new function names
Dr. Stephen Henson
2016-02-08
1
-2
/
+3
*
Reorganise functions.
Dr. Stephen Henson
2016-02-08
1
-1
/
+1
*
Use new names
Dr. Stephen Henson
2016-02-08
1
-1
/
+1
*
Make PKCS12 structures opaque
Dr. Stephen Henson
2016-02-08
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
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
/
+2
*
free NULL cleanup 9
Rich Salz
2015-04-11
1
-19
/
+6
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-261
/
+246
*
Fix for PKCS12_create if no-rc2 specified.
Dr. Stephen Henson
2014-05-21
1
-0
/
+8
*
Update from stable branch.
Dr. Stephen Henson
2009-03-09
1
-0
/
+3
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Update from stable branch.
Dr. Stephen Henson
2008-06-27
1
-9
/
+17
*
Make -CSP option work again in pkcs12 utility by checking for
Dr. Stephen Henson
2005-05-15
1
-0
/
+12
*
Various enhancements to PKCS#12 code, new
Dr. Stephen Henson
2002-10-04
1
-72
/
+244
*
Rewrite PKCS#12 code and remove some of the old
Dr. Stephen Henson
2000-12-31
1
-3
/
+3
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-3
/
+3
*
New option to CA.pl to sign request using CA extensions.
Dr. Stephen Henson
2000-08-25
1
-0
/
+2
*
Typesafety Thought Police part 3.
Ben Laurie
2000-05-16
1
-4
/
+5
*
Typesafety Thought Police Part 2.
Ben Laurie
2000-05-16
1
-7
/
+9
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-3
/
+3
*
Fix a memory leak in PKCS12_parse.
Dr. Stephen Henson
2000-03-22
1
-3
/
+3
*
New functions sk_set, sk_value and sk_num to replace existing macros: this is
Dr. Stephen Henson
1999-05-19
1
-1
/
+1
*
Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the
Dr. Stephen Henson
1999-05-18
1
-1
/
+1
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-1
/
+1
*
Work with -pedantic!
Ben Laurie
1999-04-23
1
-3
/
+4
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-12
/
+3
*
Include pkcs12 program as part of openssl. This completes most of the PKCS#12
Dr. Stephen Henson
1999-03-29
1
-4
/
+1
*
Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and add
Dr. Stephen Henson
1999-03-29
1
-0
/
+170