summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 977869: Have modutil.h include NSS headers using "" instead of <>.NSS_3_16_1_RTMWan-Teh Chang2014-05-011-5/+6
* Set version to NSS 3.16.1 final.Wan-Teh Chang2014-05-013-6/+6
* Added tag NSS_3_16_1_BETA4 for changeset 0bef241d00cbWan-Teh Chang2014-04-290-0/+0
* Bug 979703: Disable the Intel AES assembly code on Windows for NSS 3.16.1NSS_3_16_1_BETA4Wan-Teh Chang2014-04-292-17/+0
* Added tag NSS_3_16_1_BETA3 for changeset 7e8485a5ed49Wan-Teh Chang2014-04-270-0/+0
* Bug 979703: Avoid _xgetbv() for 32-bit x86 builds so that we can use theNSS_3_16_1_BETA3Wan-Teh Chang2014-04-272-3/+14
* Bug 793347: Additional comment cleanup. r=kaie.Wan-Teh Chang2014-04-265-7/+5
* Added tag NSS_3_16_1_BETA2 for changeset c5e3618501a8Wan-Teh Chang2014-04-250-0/+0
* Bug 793347 - Update comments for three headers referencing nonexistent crypto...NSS_3_16_1_BETA2Cykesiopka2014-04-243-3/+3
* Bug 672828 - Make PK11_PubDeriveWithKDF call PORT_SetError when returning NUL...Cykesiopka2014-04-241-1/+3
* Bug 667371 - Remove dead code test_buildparams.c, pkix_buildparams.c and pkix...Cykesiopka2014-04-244-498/+0
* Bug 979703: Better error handling in intel_AES_GCM_DecryptUpdate, andWan-Teh Chang2014-04-244-64/+94
* Bug 979703: Check for Visual C++ 2010 SP1 for the _xgetbv compilerWan-Teh Chang2014-04-242-10/+14
* Bug 977869: Call LoadMechanismList, just once, in the main() function.Wan-Teh Chang2014-04-223-29/+11
* Bug 977869: LoadMechanismList doesn't need to re-initializeWan-Teh Chang2014-04-221-1/+1
* Bug 977869: Move the declaration of the exported functionWan-Teh Chang2014-04-223-2/+1
* Bug 977869 - Improve support for ECDSA algorithm via pluggable ECC, r=wtcElio Maldonado2014-04-228-59/+102
* Bug 334961, Backout nonworking revision 014577d91a1aKai Engert2014-04-152-14/+4
* Bug 984608: Change SECKEY_EncodeDERSubjectPublicKeyInfo and PK11_DEREncodePub...Brian Smith2014-04-144-12/+27
* Bug 993489 - ECC decode refactoring needed to build OpenJDK SunEC provider fo...Elio Maldonado2014-04-1410-22/+89
* Backing out changest 4ed7ac939ad7Elio Maldonado2014-04-1111-88/+63
* Backed out changeset 4a6b3e8efd9fElio Maldonado2014-04-111-0/+0
* Bug 993489 - ECC decode refactoring needed to build OpenJDK SunEC provider fo...Elio Maldonado2014-04-111-0/+0
* Bug 993489 - ECC decode refactoring needed to build OpenJDK SunEC provider fo...Elio Maldonado2014-04-1111-63/+88
* Bug 994869: PK11_DigestOp should allow in=NULL inLen=0. r=davidben.Wan-Teh Chang2014-04-101-0/+3
* Bug 994883: Use the IANA-assigned value 21 for the TLS padding extension.Wan-Teh Chang2014-04-101-1/+1
* Bug 992343: Fix bugs in verify_self_test and blapi_selftest.Wan-Teh Chang2014-04-091-26/+31
* Bug 992343: Add longer AES CBC test vectors from NIST AES MultiblockWan-Teh Chang2014-04-0992-2/+188
* Bug 979703: Nest #if and if in the same way as existing code.Wan-Teh Chang2014-04-091-1/+2
* Bug 979703: Fix a bug in loop8 of the gen_aes_cbc_dec_func macro.Shay Gueron2014-04-091-0/+2
* Bug 334961, strsclnt: PR_Connect: Local Network address is in use, merged by ...Wan-Teh Chang2014-04-092-4/+14
* Bug 979703, follow-up patch to fix windows build error, r=kaieWan-Teh Chang2014-04-091-6/+14
* Bug 979703: Implementation of AES in different modes of operation, usingShay Gueron2014-04-0810-6/+4531
* Added tag NSS_3_16_1_BETA1 for changeset 742307da0792Kai Engert2014-04-080-0/+0
* Bug 952572, Hard code ANSSI(DCISS) to french gov dns space, r=kaieNSS_3_16_1_BETA1Camilo Viecco2014-04-086-3/+140
* Bug 992343: Add two AES CBC test vectors for each key size from NIST.Wan-Teh Chang2014-04-0432-1/+55
* Bug 992343: Add two AES ECB test vectors for each key size from NIST.Wan-Teh Chang2014-04-0426-1/+48
* Implement PK11_ExportDERPrivateKeyInfo, PK11_ExportPrivKeyInfo, andWan-Teh Chang2014-04-014-1/+127
* Fix Bug 369802 - erroneous block comment for ConvertToSID, a=cykesiopka, r=em...Elio Maldonado2014-04-011-1/+0
* Bug 987263: nss_Shutdown should call nss_DestroyErrorStack after anyWan-Teh Chang2014-04-011-8/+10
* Bug 895375 - Remove expired kuix.de blacklist test certificate v1User Cykesiopka2014-04-012-184/+2
* Bug 557299 - Remove declaration of bogus and nonexistent CERT_DestroyRDN() v1Cykesiopka2014-04-011-7/+0
* Fix Bug 989558 - Fix certutil -g keysize description maximum key size, r=rrelyeaElio Maldonado2014-03-313-9/+9
* Bug 519255: Document that PK11_ReadAttribute doesn't modify the 'type'Wan-Teh Chang2014-03-281-0/+3
* Fix Bug 977673 - prevent users from disabling the internal module, r=wtcElio Maldonado2014-03-262-1/+7
* Bug 900067, bustage fix, "fstat" doesn't take FILE*, change to use "stat"Kai Engert2014-03-221-8/+6
* Bug 900067, attempt to fix Windows build errorsKai Engert2014-03-221-7/+10
* Bug 900067, file permissions of pkcs11.txt/secmod.db must be kept when modif...Kai Engert2014-03-221-24/+74
* Bug 985070: SECKEY_ImportDERPublicKey cleanup: Update the commentWan-Teh Chang2014-03-212-2/+2
* Bug 985070: Delete unused functions SECKEY_DecodeDERPublicKey andWan-Teh Chang2014-03-212-71/+0