summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape/security/pkcs/PKCS12Util.java
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in pkcs12 key bag creationFraser Tweedale2017-06-161-21/+37
* PKCS12Util: add some much-needed commentsFraser Tweedale2017-04-291-0/+17
* PKCS12Util: use AES to encrypt private keysFraser Tweedale2017-04-291-78/+44
* Refactor crypto codeAde Lee2017-03-141-15/+16
* Update PKCS12Util to use SLF4J.Endi S. Dewata2016-11-181-25/+26
* Fixed exception message in PKCS12Util.loadFromByteArray().Endi S. Dewata2016-11-021-1/+1
* Fixed KRA cloning issue.Endi S. Dewata2016-06-291-6/+15
* Lightweight CAs: add key retrieval frameworkFraser Tweedale2016-05-031-0/+3
* Fixed PKCS #12 export options.Endi S. Dewata2016-04-201-1/+5
* Fixed pki pkcs12-import backward compatibility.Endi S. Dewata2016-04-081-3/+14
* Fixed missing trust flags in certificate backup.Endi S. Dewata2016-04-041-45/+63
* Added support for cloning 3rd-party CA certificates.Endi S. Dewata2016-03-181-21/+32
* Fix pkcs12 exportAde Lee2016-03-031-5/+5
* Added workaround for JSS limitation in pki pkcs12-import.Endi S. Dewata2016-02-261-34/+31
* Updated PKCS12Util.Endi S. Dewata2016-02-241-28/+31
* Added CLI to manage certs in PKCS #12 file.Endi S. Dewata2016-02-191-8/+37
* Refactored PKCS12Util to use PKCS12 object.Endi S. Dewata2016-02-191-188/+170
* Refactored PKCS12CertInfo and PKCS12KeyInfo classes.Endi S. Dewata2016-02-191-22/+11
* Added PKCS #12 attribute to store certificate trust flags.Endi S. Dewata2016-02-171-49/+136
* Added CLIs to import and export PKCS #12.Endi S. Dewata2016-02-171-0/+154
* Added CLIs to inspect PKCS #12 file.Endi S. Dewata2016-02-121-0/+176
* Refactored PKCS12Export.Endi S. Dewata2016-02-121-0/+214