summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/nss
Commit message (Expand)AuthorAgeFilesLines
* Fix non-builtin crypto module buildsGreg Hudson2013-05-295-20/+15
* Simplify crypto IOV helpersGreg Hudson2013-05-241-60/+33
* Reduce boilerplate in makefilesGreg Hudson2013-05-1610-113/+0
* Fix NSS crypto back end for mutex changesGreg Hudson2013-05-161-5/+2
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-242-2/+2
* De-conditionalize Camellia codeGreg Hudson2012-10-091-22/+0
* Make reindentTom Yu2011-10-175-12/+11
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-041-3/+3
* Fix NSS PBKDF2 in the v4 salt (i.e. empty salt) caseGreg Hudson2011-03-111-1/+2
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-117-174/+113
* Fix a couple of key import modes in the NSS module, although they don'tGreg Hudson2011-03-112-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0917-83/+70
* Make enc provider free_state function return voidGreg Hudson2011-03-053-5/+4
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-0242-908/+155
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-2715-107/+202
* Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson2011-02-251-6/+6
* Now that all PRNG modules fit nicely into a single source file,Greg Hudson2011-02-253-0/+96
* Remove Yarrow PRNG implementationGreg Hudson2011-02-251-29/+0
* Add a stubs file missing from r24656Greg Hudson2011-02-251-0/+68
* Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson2011-02-244-53/+17
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2810-196/+10
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-204-7/+101
* Better libk5crypto NSS fork safetyGreg Hudson2010-10-231-4/+6
* Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS atGreg Hudson2010-10-227-7/+15
* Some missed files needed for rev #24420Zhanna Tsitkov2010-10-054-0/+88
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-051-3/+13
* Add a missing protototype which was breaking the crypto build with theGreg Hudson2010-10-051-0/+5
* Merge branches/nss to trunkGreg Hudson2010-10-0247-0/+3751