| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1804640 - improve handling of unknown PKCS#12 safe bag types. r=rrelyea | John M. Schanck | 2023-02-09 | 3 | -10/+18 |
* | Bug 1803226 - NULL password encoding incorrect. r=nss-reviewers,jschanck | Robert Relyea | 2022-12-08 | 1 | -3/+2 |
* | Bug 1792821 - Updating the clang-format version to 10. r=jschanck | Anna Weine | 2022-10-07 | 2 | -371/+330 |
* | Bug 1788875 - Remove set-but-unused variables from SEC_PKCS12DecoderValidateB... | John M. Schanck | 2022-09-08 | 1 | -14/+2 |
* | Bug 1757075 NSS does not properly import or export pkcs12 files with large pa... | Robert Relyea | 2022-03-18 | 1 | -20/+40 |
* | Bug 1760813 - Make SEC_PKCS12EnableCipher succeed r=rrelyea | Marcin Cieślak | 2022-04-04 | 1 | -6/+1 |
* | Bug 1707130 NSS should use modern algorithms in PKCS#12 files by default r=mt | Robert Relyea | 2021-05-04 | 5 | -106/+110 |
* | Bug 1649322 - Fix null pointer passed as argument in pk11wrap/pk11pbe.c:1246 ... | Benjamin Beurdouche | 2020-07-09 | 1 | -3/+0 |
* | Bug 1649322 - Fix null pointer passed as argument in pk11wrap/pk11pbe.c:1246 ... | Benjamin Beurdouche | 2020-06-30 | 1 | -0/+3 |
* | Bug 1629553 Merge simple config.mk files r=rrelyea | Jan-Marek Glogowski | 2020-05-05 | 3 | -18/+1 |
* | Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=daiki r=mhoye | Robert Relyea | 2020-02-18 | 2 | -5/+5 |
* | Bug 1480647 - Warn about deprecation of key.h and keyt.h. Include keyhi.h ins... | Cosmin Truta | 2018-09-14 | 3 | -3/+3 |
* | Bug 1464616 - make sure arenas are the same, r=mt | Franziskus Kiefer | 2018-06-06 | 1 | -1/+3 |
* | Bug 1464618 - null salt, r=mt | Franziskus Kiefer | 2018-06-05 | 1 | -0/+1 |
* | Bug 1460673 - handle p12 properly, r=ttaubert | Franziskus Kiefer | 2018-05-16 | 1 | -0/+1 |
* | Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCH | Martin Thomson | 2017-10-09 | 1 | -9/+54 |
|\ |
|
| * | Bug 1399867, pkcs12: Add a compat option for password encoding, r=rrelyea | Daiki Ueno | 2017-09-14 | 1 | -9/+54 |
* | | Bug 1397990 - Run clang-format 4.0, r=me | Martin Thomson | 2017-09-08 | 1 | -2/+1 |
|/ |
|
* | Bug 1353325, pkcs12: don't encode password if non-PKCS12 PBEs is used, r=rrelyea | Daiki Ueno | 2017-04-04 | 4 | -39/+75 |
* | Bug 1353325, Backed out changeset 7e62307b5cf4 for build failure. | Kai Engert | 2017-04-06 | 4 | -75/+39 |
* | Bug 1353325, pkcs12: don't encode password if non-PKCS12 PBEs is used, r=rrelyea | Daiki Ueno | 2017-04-04 | 4 | -39/+75 |
* | Bug 1268141 - pk12util can't import PKCS#12 files encrypted with AES-128-CBC,... | Daiki Ueno | 2017-01-30 | 5 | -9/+83 |
* | Bug 1268143 - pk12util can't import PKCS#12 files with SHA-256 MAC, r=rrelyea | Daiki Ueno | 2016-12-15 | 1 | -1/+13 |
* | bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskus | Ted Mielczarek | 2016-11-10 | 1 | -1/+1 |
* | Bug 1118245 - clang-format on lib/pkcs12, r=ttaubert | Franziskus Kiefer | 2016-09-10 | 13 | -5174/+5083 |
* | Bug 1311615 - Building with gyp should copy headers, libs, executables to the... | Tim Taubert | 2016-10-21 | 1 | -2/+2 |
* | bug 1237872 - Add gyp build system for NSS. r=fkiefer | Ted Mielczarek | 2016-09-23 | 2 | -0/+58 |
* | Bug 1280844 - Fix a null check in p12d.c. r=mt. | Nicholas Nethercote | 2016-06-21 | 1 | -1/+1 |
* | Bug 1257885 - Fix some unchecked return values, r=ttaubert | Franziskus Kiefer | 2016-04-29 | 1 | -2/+12 |
* | Bug 1216501 - [CID 1327954][CID 1327953][CID 1327952][CID 1327951] Using unin... | Franziskus Kiefer | 2015-10-21 | 1 | -0/+1 |
* | Bug 1214762, additional Windows bustage fix, variable declarations must go first | Kai Engert | 2015-10-15 | 1 | -1/+1 |
* | Bug 1214762, obvious bustage fix, variable declarations must go first. | Kai Engert | 2015-10-15 | 1 | -1/+1 |
* | Bug 1214762 - leaked_storage: Variable salt going out of scope leaks the stor... | Franziskus Kiefer | 2015-10-14 | 1 | -6/+9 |
* | Bug 1182667 - Enable warnings as errors, r=rrelyea | Martin Thomson | 2015-08-17 | 2 | -7/+2 |
* | Backed out changeset 4355f55afeb2 (Bug 1158489) | Martin Thomson | 2015-08-12 | 2 | -2/+7 |
* | Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyea | Martin Thomson | 2015-08-07 | 2 | -7/+2 |
* | Bug 1111901 - Segfault in pk12util when using -l option with certain .p12 fil... | Elio Maldonado | 2015-03-02 | 1 | -1/+2 |
* | Bug 1113453 - Support set certificate nickname in pkcs12 decoder context, r=kaie | Chuck Lee | 2015-02-25 | 2 | -3/+116 |
* | Bug 974693 - memory corruption in sec_pkcs12_new_asafe(), r=ryan.sleevi | Maks Naumov | 2014-03-14 | 1 | -1/+1 |
* | Bug 618798 - add fall through comment, r=rrelyea, DONTBUILD | cykesiopka bmo | 2013-06-28 | 1 | -0/+1 |
* | Bug 802430: Allow NSS to be built with NO_NSPR_10_SUPPORT, r=wtc | Brian Smith | 2013-05-02 | 6 | -34/+34 |
* | Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtc | Kai Engert | 2013-02-28 | 1 | -1/+1 |
* | Bug 845556, reorganize NSS directory layout, moving files, very large changes... | Kai Engert | 2013-02-28 | 17 | -0/+10577 |