summaryrefslogtreecommitdiff
path: root/security/nss/lib/cryptohi
Commit message (Expand)AuthorAgeFilesLines
* Bug 577747, Memory leak in ECDSA code in secvfy.c, problem analysis by Hanno ...kaie%kuix.de2012-02-251-3/+5
* Backing out last two checkins, because of tinderbox test failureskaie%kuix.de2012-02-251-5/+3
* Bug 577747, Memory leak in ECDSA code in secvfy.c, problem analysis by Hanno ...kaie%kuix.de2012-02-251-3/+5
* Fix Tinderbox bustage, backout all patches from 2011-11-11kaie%kuix.de2011-11-162-8/+6
* Bug 663733: Add const modifier to declarations of functions used by ocspclnt ...bsmith%mozilla.com2011-11-122-6/+8
* Bug 647706: add SHA-224 support to more functions, in particular towtc%google.com2011-10-223-3/+12
* Bug 668397: remove support for Fortezza certificates and keys fromwtc%google.com2011-07-244-659/+18
* Bug 356713 - Add SHA-224 support to HASH_GetHashTypeByOidTag, HASH_GetHashOid...emaldona%redhat.com2011-06-211-0/+3
* Bug 650272, seckey functions call memset with sizeof(pointer) instead of size...kaie%kuix.de2011-04-201-2/+2
* Bug 356713: fix formatting nits. Add back a cast (to cast away the const)wtc%google.com2011-03-291-1/+1
* Bug 633002 - SECKEY_ImportDERPublicKey causes memory leaks, r=wtc, sr=rrleyeaemaldona%redhat.com2011-03-071-8/+12
* Bug 584224 - CMS does not allow content types other than S/MIMErrelyea%redhat.com2011-01-281-0/+9
* Bug 577268 Correct misspellings of parameter and function in NSS source codenelson%bolyard.com2011-01-151-2/+2
* Bug 356713 - Support SHA224 has/hmac and rsa signature, r=wtcemaldona%redhat.com2010-08-182-1/+17
* Bug 586470: Add 'const' to SEC_DerSignData and ssl3_UpdateHandshakeHashes.wtc%google.com2010-08-122-3/+4
* Bug 158750: make SECKEY_RSAPSSParamsTemplate work for encoding by using awtc%google.com2010-08-051-4/+9
* Bug 583966: Remove unnecessary "REQUIRES = dbm" from manifest.mn. Removewtc%google.com2010-08-031-5/+1
* Bug 158750: Fix compilation error on Windows by adding the missingwtc%google.com2010-07-231-0/+1
* Bug 158750: Add the SECKEYRSAPSSParams structure and the ASN.1 template forwtc%google.com2010-07-232-3/+39
* Bug 158750: Add KeyType constants rsaPssKey and rsaOaepKey, defined in RFCwtc%google.com2010-06-233-3/+31
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-302-20/+22
* Bug 469615: Fix HASH_GetHMACOidTagByHashOidTagnelson%bolyard.com2010-04-031-1/+1
* Bug 554354: SSL client doesn't validate ECDH params from server, r=rrelyeanelson%bolyard.com2010-04-031-2/+17
* Bug 518255: Add const to SEC_SignData and VFY_VerifyData. r=alexei.wtc%google.com2010-02-103-7/+8
* Bug 522510: Add "deprecated" comments to key.h and pk11func.h. r=nelson.wtc%google.com2009-10-151-0/+2
* Bug 518457: It's better to have PK11_DEREncodePublicKey callwtc%google.com2009-09-251-1/+17
* Bug 518457: SECKEY_EncodeDERSubjectPublicKeyInfo andwtc%google.com2009-09-251-17/+1
* Bug 518255: The input buffer for SGN_Update should be declared const.wtc%google.com2009-09-232-2/+2
* Bug 497223 - NSS failures with ECC hardware tokensrrelyea%redhat.com2009-06-181-4/+10
* 433063 move header to correct directories under freebl and softoken r=nelsonglen.beasley%sun.com2008-12-173-194/+0
* Bug 462948 - lint warnings for source files that include keythi.h, r=julien....nelson%bolyard.com2008-11-191-4/+1
* Bug 436430: NSS public headers should not use NSPR 1.0 compatibility typeswtc%google.com2008-06-143-10/+10
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-1/+1
* Bug 405966: Unknown signature OID 1.3.14.3.2.29 causes sec_error_bad_signaturenelson%bolyard.com2008-02-281-3/+5
* Bug 414635 - Implement HASH_GetType. r=nelson,rrelyeanelson%bolyard.com2008-02-222-2/+7
* Fix for bug 291384 . Remove unnecessary semicolons in SEC_ASN1_MKSUB . r=nelsonjulien.pierre.boogz%sun.com2008-02-081-1/+1
* Fix for bug 232392 . Fix erroneous root CA tests in NSS libraries . r=nelsonjulien.pierre.boogz%sun.com2008-02-011-3/+1
* [Bug 401928] Support generalized PKCS#5 v2 PBEsrrelyea%redhat.com2008-01-172-0/+40
* Fix for bug 286642 . Don't export DER template from libnssutil3. r=nelsonjulien.pierre.boogz%sun.com2007-11-071-13/+29
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-122-6/+22
* Bug 389781 NSS should be built size-optimized on Linux, Windows, and Macchristophe.ravel.bugs%sun.com2007-08-151-0/+3
* Fix for bug 301528 . SECKEY_CreateSubjectPublicKeyInfo needs to check for NUL...julien.pierre.bugs%sun.com2007-07-101-0/+5
* Fix for bug 90426 . Stop using obsolete int32 and uint32 typedefs . r=nelsonjulien.pierre.bugs%sun.com2007-07-062-2/+2
* 365966: infinite recursive call in VFY_VerifyDigestDirect. r=nelsonalexei.volkov.bugs%sun.com2007-01-091-1/+1
* Change DecryptSigBlock to return the parsed DigestInfo's length, sowtchang%redhat.com2006-09-121-18/+21
* Improve the validity tests on the AlgorithmID when verifying a PKCS#1 v1.5nelson%bolyard.com2006-09-051-1/+8
* bug 335748 ECC support for Mozilla. r=wtcrrelyea%redhat.com2006-06-231-0/+7
* [Bug 339908] 3 NULL ptr crashes when PK11_GetBestSlot returns NULL. r=nelsonalexei.volkov.bugs%sun.com2006-06-021-1/+10
* Bugzilla bug 338599: added new function SECKEY_SignatureLen and use itwtchang%redhat.com2006-05-313-18/+53
* [Bug 334454] Variable "(key)->pkcs11Slot" tracked as NULL was passed to a fun...alexei.volkov.bugs%sun.com2006-04-261-2/+2