aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/pkcs8.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Use X509 certificate alias as friendlyName in PKCS12Alex Gaynor1-0/+8
2021-11-19Export PKCS12_DEFAULT_ITER.David Benjamin1-1/+6
2021-03-01Remove TODO to reverse the output of PKCS12_parse.David Benjamin1-1/+3
2021-03-01Support creating unencrypted PKCS#12 files.David Benjamin1-0/+6
2019-05-21Align PKCS12_parse closer to OpenSSL.David Benjamin1-1/+7
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-05-11Add PKCS12_create.David Benjamin1-0/+18
2018-05-11Add i2d_PKCS12*.David Benjamin1-0/+14
2018-05-11Treat PKCS#12 passwords as UTF-8.David Benjamin1-0/+1
2017-08-18Run comment conversion script on include/David Benjamin1-72/+72
2017-03-26Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1.David Benjamin1-0/+15
2017-02-16Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt.David Benjamin1-42/+21
2017-01-10Const-correct the PKCS8 salt parameter.David Benjamin1-2/+2
2016-09-07Fold stack-allocated types into headers.David Benjamin1-4/+0
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite1-0/+16
2016-07-12Revert scoped_types.h change.Adam Langley1-13/+0
2016-07-12Assume that MSVC supports C++11.Adam Langley1-1/+1
2016-07-11Remove scoped_types.h.Adam Langley1-0/+13
2016-02-02Changes to support node.js's use of PKCS#12.Adam Langley1-2/+6
2015-09-29Add |PKCS12_verify_mac|.Adam Langley1-0/+12
2015-09-28Fix up pkcs8.h.David Benjamin1-11/+8
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.Matt Braithwaite1-19/+31
2015-07-16Get rid of err function codes.David Benjamin1-18/+0
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-3/+1
2015-02-11Reset all the error codes.David Benjamin1-44/+40
2015-01-06Add void in place of empty function arguments.Adam Langley1-1/+1
2014-09-20Provide compatibility functions for PKCS#12 parsing.Adam Langley1-0/+35
2014-09-18Add misc functions for easier porting.Adam Langley1-0/+4
2014-08-25Add PKCS#12 parser.Adam Langley1-10/+32
2014-08-01Add PKCS8_{decrypt,encrypt}_pbe.David Benjamin1-0/+47
2014-07-31Add visibility rules.Adam Langley1-5/+8
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+112
2014-06-20Inital import.Adam Langley1-0/+1