.. |
ecl
|
Bugzilla Bug 334679: removed a duplicate line in ec_GF2m_validate_point.
|
2006-05-05 23:08:50 +00:00 |
mpi
|
Fix for bug 336335 . Plug leak of a temporary bignum in modular exponentiation . r=wtchang
|
2006-05-05 01:22:59 +00:00 |
aeskeywrap.c
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
alg2268.c
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
alghmac.c
|
Bugzilla bug 313196: include the minimal headers.
|
2005-11-07 19:00:58 +00:00 |
alghmac.h
|
Plug leaks in SSL bypass code. Add freeit argument to HMAC_Destroy function.
|
2005-09-14 04:12:50 +00:00 |
arcfive.c
|
|
|
arcfour-amd64-gas.s
|
Bugzilla Bug 320497: indicate that we don't need an executable stack.
|
2006-01-13 17:33:10 +00:00 |
arcfour-amd64-sun.s
|
|
|
arcfour.c
|
Bug 303508: Add freebl shared libs that do 64-bit integer math. Bug 274984: softoken fails to load freebl in setuid programs. freebl becomes a shared library on all platforms. r=nelson
|
2005-09-07 02:47:16 +00:00 |
blapi.h
|
Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
|
2006-02-01 21:18:44 +00:00 |
blapit.h
|
Bugzilla Bug 313196: HMAC code should not use a fixed hash input block size
|
2005-11-07 18:44:21 +00:00 |
config.mk
|
Fix for bug 316219. Don't build an import library on OS/2. r=wtchang
|
2005-11-14 00:13:41 +00:00 |
des.c
|
331515: selfserv Bus error on 3DES ciphersuites; r=julien, sr=nelson
|
2006-03-29 07:23:40 +00:00 |
des.h
|
|
|
desblapi.c
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
dh.c
|
|
|
dsa.c
|
Bugzilla Bug 302998: disallow x=0,1 and k=0. r=nelsonb.
|
2005-10-12 00:48:25 +00:00 |
ec.c
|
Updated previous patch with douglas's input. (still bug 323817
|
2006-03-22 19:02:06 +00:00 |
ec.h
|
|
|
freebl.def
|
Bugzilla Bug 303508: removed the underscore from the name of the "single"
|
2005-09-16 17:17:45 +00:00 |
freebl.rc
|
Bugzilla Bug 326403: use "Mozilla Foundation" as the manufacturer or
|
2006-03-01 19:44:36 +00:00 |
freeblver.c
|
Add version info to freebl shared libs for Windows and Unix. bub 303508.
|
2005-09-21 03:01:49 +00:00 |
ldvector.c
|
Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
|
2006-02-01 21:18:44 +00:00 |
loader.c
|
Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
|
2006-02-01 21:18:44 +00:00 |
loader.h
|
Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
|
2006-02-01 21:18:44 +00:00 |
mac_rand.c
|
|
|
Makefile
|
Bugzilla Bug 333925: added a comment to paraphrase an obscure if statement.
|
2006-05-05 23:54:05 +00:00 |
manifest.mn
|
Bug 321350 Implement optimized code for NIST Suite B elliptic curves
|
2006-03-24 22:55:51 +00:00 |
mapfile.Solaris
|
|
|
md2.c
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
md5.c
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
mknewpc2.c
|
|
|
mksp.c
|
|
|
os2_rand.c
|
|
|
pqg.c
|
Bugzilla bug 336938: removed a test that is guaranteed to be false. The
|
2006-05-12 16:49:07 +00:00 |
prng_fips1861.c
|
Bugzilla Bug 318966: added two RNG functions FIPS186Change_GenerateX and
|
2006-02-01 21:18:44 +00:00 |
rawhash.c
|
Bugzilla Bug 313196: HMAC code should not use a fixed hash input block size
|
2005-11-07 18:44:21 +00:00 |
ret_cr16.s
|
Move ret_cr16.s from util to freebl. r=nelsonb
|
2005-11-04 04:11:04 +00:00 |
rijndael32.tab
|
|
|
rijndael_tables.c
|
|
|
rijndael.c
|
Address review comments. Add test after PORT_Assert. Bug 303334.
|
2005-08-09 03:09:38 +00:00 |
rijndael.h
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
rsa.c
|
Bugzilla bug 295298: enforce RSA key size limits when generating a new
|
2005-05-27 23:53:19 +00:00 |
secmpi.h
|
Bugzilla Bug 302262: Check for SECITEM_AllocItem failure in
|
2005-08-01 22:43:54 +00:00 |
secrng.h
|
|
|
sha512.c
|
Add new functions for blapi symmetric ciphers and digest functions,
|
2005-08-06 07:24:21 +00:00 |
sha_fast.c
|
A faster c implementation of SHA1 for most platforms. Bug 285932.
|
2005-08-11 01:01:08 +00:00 |
sha_fast.h
|
A faster c implementation of SHA1 for most platforms. Bug 285932.
|
2005-08-11 01:01:08 +00:00 |
sha-fast-amd64-sun.s
|
Bug 285932: Faster SHA1 implementation for AMD64: sha-fast-amd64-sun.s is
|
2005-08-15 16:55:22 +00:00 |
sha.c
|
|
|
sha.h
|
|
|
shsign.h
|
|
|
shvfy.c
|
|
|
sysrand.c
|
|
|
tlsprfalg.c
|
Replaced the magic constant 20 by SHA1_LENGTH. Use sizeof(buffer) to
|
2005-11-05 01:00:14 +00:00 |
unix_rand.c
|
David Baron fix for valgrind report of UMR r=wtchang sr=Nelson
|
2006-04-04 01:01:51 +00:00 |
win_rand.c
|
|
|